swdyh / gisty

yet another command line client for gist
185 stars 22 forks source link

still certificate verify failed #3

Closed shelling closed 13 years ago

shelling commented 13 years ago

I created a self-signed certificate like the example shown in http://devsec.org/info/ssl-cert.html and set GISTY_SSL_CA to newcert.pem. But gisty still returned the error message Error: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed

Should I do more? Thanks

swdyh commented 13 years ago

I added verify-mode option. Please try it.

export GISTY_SSL_VERIFY="NONE"
shelling commented 13 years ago

It works. Thanks for your effort!