noesis-software

Results 1 issues of noesis-software

I need to be able to make requests to a server with an untrusted SSL cert. clj-http has this option: ``` (client/get "https://alioth.debian.org" {:insecure? true}) ```

PR welcome
Clojure only