Page 1 of 1

Flowchart for SSL certificate flow in localhost

PostPosted: 21. September 2020 02:44
by fordtman
Can somebody point me to a detailed flowchart of how SSL certificates are implemented in a Windows 10 localhost environment? I am getting a mismatch in certificates and would like to know how certificates are implemented in a localhost environment so I can track down the problem.

Re: Flowchart for SSL certificate flow in localhost

PostPosted: 21. September 2020 11:12
by Nobbie
I found that with Google: https://www.researchgate.net/figure/The ... _338804691 (which is valid for SSL as well).

But i think it would be easier to tell the problem and the error message. There is a known warning in Xampp, that http://www.example.com does not match the server name, what is true, as the servername is "localhost", but thats only a warning and the correspondig configuration is only an example (as a template).