Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mgsi

Pages: [1]
1
SSL / Assessment failed: Unable to connect to the server
« on: October 05, 2018, 02:25:32 AM »
I am unable to get HTTPS port beyond the internal firewall, I tried couple of configuration but failed and I had to change it back to original setting.

This is a new installation, websites and email working ok.

I intentionally removed the domain name, but I am thinking this command is blocking HTTPS. My port on the router is open and accepting all other request. 443 is also running on the server when I checked it, just can't get HTTPS external seems to be blocked some how can someone help with this.

vhosts-ssl.conf
   SSLEngine on
   SSLCipherSuite ALL:!ADH:+HIGH:+MEDIUM:-LOW:-SSLv2:-EXP
   SSLProtocol All -SSLv2 -SSLv3
   SSLCertificateFile /etc/pki/tls/certs/domain.com.cert
   SSLCertificateKeyFile /etc/pki/tls/private/domain.com.key
   SSLCertificateChainFile /etc/pki/tls/certs/domain.com.bundle
   SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown

Thanks in advance.

Pages: [1]