Hi,
I just install my Godaddy SSL cert on my server. It works with Apache server with no problem. But when I try to put it in my vsftpd (ftp server), it just refuse to connect to the client. If I change back the cert to the default self generated cert, the server works without any problem(with exactly the same config). I see that the ftp server log said: "Control connection terminated without ssl shutdown". It seems to me there is something wrong with the cert. Any idea? Please help...
thanks,
Steve
Solved! Go to Solution.
Hello,
Have you tried to force https via the .htaccess file as shown in the code below?
RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteCond %{HTTP_HOST} ^(www\.)?coolexample\.com RewriteRule ^(.*)$ https://www.coolexample.com/$1 [R,L]
You can contact my through my site for additional help: