test-tls
test-tls copied to clipboard
Please provide a sample to generate keys with openssl
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")