Hi eWhy,
Thank you for posting in the Microsoft Community Forums.
Here are some steps to resolve this issue:
- Check the validity of the SSL certificate
Verify the certificate expiration date: Ensure that the SSL certificate has not expired.
Check the Certificate Authority: Make sure the certificate was issued by a trusted Certificate Authority (CA).
- Check the integrity of the certificate chain
Export and view the certificate chain: In IIS Manager, open Server Certificates, locate the relevant certificates and export them (including all certificate paths). Then open the exported file in the Certificate Viewer and check if any intermediate certificates are missing.
Ensure that all intermediate certificates are installed: If intermediate certificates are missing from the certificate chain, they need to be imported into the Trusted Root Certification Authorities or Intermediate Certification Authorities store on the server. Authorities on the server.
- Configure IIS to use the correct certificates
Bind the certificate in IIS: Ensure that the site has the correct SSL certificate bound in IIS. In the IIS Manager, select the site, click Bind, make sure the HTTPS binding is set up correctly, and that the correct certificate is selected.
Check Application Pool Configuration: Ensure that the application pool is configured correctly, especially if the website relies on a specific .
- Browser and Client Settings
Clear Browser Cache: Sometimes old certificate information in the browser cache can cause validation issues. Try clearing the browser cache or resetting the browser settings.
Check Client Certificate Settings: Although you mentioned that the client certificate setting is set to Ignore, make sure that this is the correct setting and that no other security software or browser plug-ins are interfering with the validation of the SSL certificate.
- Check Event Viewer and IIS Logs
Check Event Viewer: Look for error or warning messages related to the SSL certificate in the Windows Event Viewer, which may provide additional clues about the problem.
Analyze IIS logs: IIS logs may contain detailed information about SSL handshake failures, which can help diagnose the problem.
- Updates and Patches
Ensure that the server and IIS are up to date: IIS are installed with the latest updates and patches.
Best regards
Neuvi Jiang