Need HTTP Client not to verify cert on Heroku

2014-04-17 Thread Glen Mailer
The option you need is ":insecure? true" - although it's worth considering if you'd be better off setting up the certificate chain with the appropriate CA for the service in question (see trust store section in readme) -- You received this message because you are subscribed to the Google Groups

Need HTTP Client not to verify cert on Heroku

2014-04-16 Thread Jonathon McKitrick
I'm getting this error in a web service call on Heroku with Clojure: SSLPeerUnverifiedException javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated Has anyone figured out how to disable peer authentication with clj-http? I'm running clj-http "0.7.6" -- You received this message