Open RobertoFioravanti opened 1 year ago
Does your certificate file only contain the public key of your certificate directly, or does it also contain the public key of who signed your certificate? The public key file should contain all public keys until a reasonably trustworthy authority is encountered. For example, GitHub's certificate key includes the certificate for 3 elements in the chain:
Also, at least the outermost certificate should be installed in your operating system as a trusted certificate, for every client machine. Usually, having a certificate signed by a globally trusted authority means the CA certificate is in the OS's maintained certificate store already.
For self-signed certificates, this is not the case, until you add them.
It contains the public key of the certificate directly.
Hi there, before introduding ssl certicifate my server is running properly and I'm able to store report remotely.
Then I've generated a self-signed certificate
and restarted the server.
I'm able to access to the SSL-enabled server
https://
Then, on client side, I've changed CodeChecker store command to use
https://
instead ofhttp://
The log on client side is:
Am I doing something wrong?
Other info: