xuancong6000
Verified User
- Joined
- Oct 12, 2012
- Messages
- 79
First I had changed default of file httpd-ssl.conf (/etc/httpd/conf/extra/httpd-ssl.conf) from:
to:
and restart httpd, now it work:
, but when I change backwards from:
to:
and restart httpd, now httpd is working but SSL don't work( I can't access to https://mydomain.com but can access to http://mydomain.com)
Please help me how can I change backwards
I had upgrade OpenSSL and SSH to ended version by update.script ọn this: http://forum.directadmin.com/showthread.php?t=22587
Code:
SSLProtocol -ALL +TLSv1
SSLHonorCipherOrder On
SSLCipherSuite RC4-SHA:HIGH:!ADH
Code:
SSLProtocol -ALL +SSLv3 +TLSv1
SSLHonorCipherOrder On
SSLCipherSuite RC4-SHA:HIGH:!ADH
and restart httpd, now it work:
Code:
SSLProtocol -ALL +SSLv3 +TLSv1
SSLHonorCipherOrder On
SSLCipherSuite RC4-SHA:HIGH:!ADH
Code:
SSLProtocol -ALL +TLSv1
SSLHonorCipherOrder On
SSLCipherSuite RC4-SHA:HIGH:!ADH
Please help me how can I change backwards
I had upgrade OpenSSL and SSH to ended version by update.script ọn this: http://forum.directadmin.com/showthread.php?t=22587
Attachments
Last edited: