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
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