How does server validate that self-signed certificate came from the client who self-signed the certificate in mutual TLS?

I have a mTLS (client authentication) setup where client sends a self-signed certificate. This self-signed certificate is transferred to and trusted by the server. The server’s certificate is signed by Let’s encrypt and Let’s… Continue reading How does server validate that self-signed certificate came from the client who self-signed the certificate in mutual TLS?

Is encryption still applied if you ignore the SSL certificate warning for self-signed certs?

Would encryption still be applied on communication with devices using self-signed certificates if you ignore the warning and proceed without installing the certificate? Would you need to install it to ensure encryption or wil… Continue reading Is encryption still applied if you ignore the SSL certificate warning for self-signed certs?

Self signed ssl I created for localhost cannot be trusted even though I have already imported it to chrome

I generated a certificate using ssl by running the script from the following link: https://gist.github.com/bjanderson/075fadfccdd12623ab935e57eff58eb4

The script ran just fine and I received all the expected files. I’ve impo… Continue reading Self signed ssl I created for localhost cannot be trusted even though I have already imported it to chrome