Ssl tag

2 results for ssl tag. View blog tags

Self-signed certificate failing under Chrome

posted by 6 years ago and updated 5 years ago

One of our development servers started playing funny games today. Want to waste a day? Spend it figuring out SSL certificates.

It all used to work, but as always, something broke. We had to mend it to do our job. Usually the SSL error would squawk because the certificate is self-signed and not added as a trusted certificate. But usually we would

... read more on Self-signed certificate failing under Chrome

Tags:

How to save an SSL certificate with a Mac

posted by 6 years ago and updated 5 years ago

Sometimes self-generated certificates from our development servers don't play as nice with our browser. So, we need to take a little extra time to configure them. We basically want to download, export the certificate and import it into your system. In order for the certificate to be trusted.

openssl s_client -connect server.com:443 -show
... read more on How to save an SSL certificate with a Mac

Tags: