This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Cannot connect to FTP after installing SSL
#3
RE: Cannot connect to FTP after installing SSL
(06-25-2015, 07:16 PM)Me.B Wrote: You have issue with how you added SSL to FTP.

What guide you used? Config files?

M B
I haven't set anything for the FTP. My vhost config settings are:
In port 80 virtual host config I have a redirect:


Code:
Redirect Permanent / https://panel.mydomain.com/


and on port 443 I have: 


Code:
<VirtualHost *:443>
SSLEngine on
SSLProtocol SSLv3
SSLCertificateFile /etc/pki/tls/public.crt
SSLCertificateKeyFile /etc/pki/tls/private.key
SSLCACertificateFile /etc/pki/tls/intermediate.crt
ServerAdmin admin@mydomain.com
DocumentRoot "/etc/sentora/panel/"
ServerName panel.mydomain.com
ErrorLog "/var/sentora/logs/sentora-error.log"
CustomLog "/var/sentora/logs/sentora-access.log" combined
CustomLog "/var/sentora/logs/sentora-bandwidth.log" common
AddType application/x-httpd-php .php
<Directory "/etc/sentora/panel/">
Options +FollowSymLinks -Indexes
    AllowOverride All
    Require all granted
</Directory>

</VirtualHost>
Thanks given by:


Messages In This Thread
RE: Cannot connect to FTP after installing SSL - by rampage - 06-25-2015, 07:54 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
unable to connect to vps ip using ftp xRyu99 5 16 ,870 08-27-2019, 03:41 PM
Last Post: maxmilan
can't connect to ftp.. lonewolf91 3 12 ,687 12-13-2017, 05:32 PM
Last Post: varun.naharia
COULD NOT CONNECT TO SERVER ipanjan 8 21 ,111 12-13-2017, 05:30 PM
Last Post: varun.naharia

Forum Jump:


Users browsing this thread: 1 Guest(s)