It seems Sentora does not support IPv6 out of the box. I am unable to test properly because my connection is IPv4 only
For IPv6 support, add the following below "</VirtualHost>":
This should also enable IPv6 support for your Sentora websites as well.
For a higher grade in SSLLabs, add this below "SSLCertificateChainFile":
or if you don't mind removing support for Internet Explorer 8 (this is more secure):
For IPv6 support, add the following below "</VirtualHost>":
Code:
Listen [::]:80
Listen [::]:443
This should also enable IPv6 support for your Sentora websites as well.
For a higher grade in SSLLabs, add this below "SSLCertificateChainFile":
Code:
SSLHonorCipherOrder On
SSLCipherSuite "EECDH+ECDSA+AESGCM EECDH+aRSA+AESGCM EECDH+ECDSA+SHA384 EECDH+ECDSA+SHA256 EECDH+aRSA+SHA384 EECDH+aRSA+SHA256 EECDH+aRSA+RC4 EECDH EDH+aRSA RC4 !aNULL !eNULL !LOW !3DES !MD5 !EXP !PSK !SRP !DSS"
Code:
SSLHonorCipherOrder On
SSLCipherSuite "EECDH+ECDSA+AESGCM EECDH+aRSA+AESGCM EECDH+ECDSA+SHA384 EECDH+ECDSA+SHA256 EECDH+aRSA+SHA384 EECDH+aRSA+SHA256 EECDH+aRSA+RC4 EECDH EDH+aRSA !aNULL !eNULL !LOW !3DES !MD5 !EXP !PSK !SRP !DSS !RC4"
Before posting, update your profile with your OS, Sentora version and server type!