SSL Related Issues
Last updated
Was this helpful?
Last updated
Was this helpful?
An organization needs to install the SSL Certificate onto its web server to initiate a secure session with browsers. Once a secure connection is established, all web traffic between the web server and the web browser will be secure.When a certificate is successfully installed on your server, the application protocol (also known as HTTP) will change to HTTPs, where the ‘S’ stands for ‘secure’. Those certificate details also consists of expiry date of that certificate.A SSL weak cipher is an encryption method that can be broken by a malicious attacker. Sometimes, this is because the keys are small, so a fast computer can just try every possible key until it finds the right one.
ssl self-signed certificate issues can be easily identified from website by the below screenshot
when you see a"your connection to this site is not secure" then there is no proper ssl certificate installed for it.
Ssl weak ciphers issues can be identifried by using sslscan command
Click Start --Run and then type regedit, and then click OK.
In Registry Editor, locate the following registry key/folder:
HKey_Local_Machine¥System¥CurrentControlSet¥Control¥SecurityProviders¥SCHANNEL¥Protocols
Right-click on the SSL 2.0 folder and select New and then click Key. Name the new folder Server
Inside the Server folder, click the Edit menu, select New, and click DWORD (32-bit) Value.
Enter Enabled as the name and hit Enter in it.
Ensure that it shows 0x00000000 (0) under the Data column (it should by default). If it doesn't, right-click and select Modify and enter 0 as the Value data.
Now to disable SSL 3.0, right-click on the SSL 3.0 folder and select New and then click Key. Name the new folder Server.
Inside the Server folder, click the Edit menu, select New, and click DWORD (32-bit) Value.
Enter Enabled as the name and hit Enter.
Ensure that it shows 0x00000000 (0) under the Data column (it should by default). If it doesn't, right-click and select Modify and enter 0 as the Value data.
Restart the computer.
The above steps can used to disable SSL 2.0, SSL 3.0 and TLS 1.0
Solution 1
Using a valid certificate which is validated and verified by third party Certificate Authority (CA).
Solution 2
In Windows Internet Explorer, click Continue to this website (not recommended)
Click the Certificate Error button to open the information window.
Click View Certificates, and then click Install Certificate.
On the warning message that appears, click Yes to install the certificate.