Dag: 27 juni 2022

How to enable Schannel Event logging on Windows Server to help troubleshoot TLS and SSL errors   Introduction When adding a Code Sample, please choose the ‘Normal (DIV)’ formatting, in order to avoid text glitch over the page borders Troubleshooting certificate and other errors that cause problems initiating TLS and SSL connections can be difficult […]

Meer lezen

Apache:   Strong Ciphers To only allow strong ciphers on your website, add the following at the end of your VirtualHost config: SSLCipherSuite HIGH:!aNULL:!MD5 Disable insecure SSL/TLS To disable SSL entirely, and disable TLS 1.0 and 1.1, add the following to the end of your VirtualHost config: SSLProtocol all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1   Apache […]

Meer lezen