xlab-si / emmy

Library for zero-knowledge proof based applications (like anonymous credentials)
Apache License 2.0
233 stars 54 forks source link

Allow insecure TLS connections #22

Closed mancabizjak closed 7 years ago

mancabizjak commented 7 years ago

Since #17, client and server use TLS to secure channel over which they communicate. However, for development and testing purposes we sometimes want to avoid errors stemming from the server's use of self-signed cert.

In this PR we: