SSL Connection Schannel error

I’m trying to set up SonarQube 8.0 Community Edition on Windows Server 2012 r2.

The webserver is up but connecting to it via localhost does not work. In the windows event log when attempting to connect through IE11 I can see a Schannel error with the following detail “A fatal error occurred while creating an SSL client credential. The internal error state is 10013.”.

What version of SSL/TLS do I need to make sure is set up on the server to fix this?

Hi @MatthewF,

The recommended way to use SSL with SonarQube is to use a reverse proxy in front of it (see documentation for Linux here). Unfortunately, we do not have a guideline for doing this setup on Windows, but this article might help.

Let me know how that goes.