test-tls icon indicating copy to clipboard operation
test-tls copied to clipboard

Please provide a sample to generate keys with openssl

Open heretic13 opened this issue 8 years ago • 0 comments

Please provide a sample to generate keys with openssl.

I spent several hours/days to programming ssl on go. I use openssl for generate self-signed certificates. And all my tests not work!!!!

Currrently I found your article http://www.hydrogen18.com/blog/your-own-pki-tls-golang.html If I put my certificates (openssl generated) to your programs then I get error:

Error on connection:tls: failed to verify client's certificate: x509: certificate signed by unknown authority (possibly because of "x509: cannot verify signature: insecure algorithm MD5-RSA" while trying to verify candidate authority certificate "etc")

heretic13 avatar Nov 04 '16 14:11 heretic13