Zoli

Results 1 issues of Zoli

I just want to get a 'curl --insecure' like solution akka-http version: 10.2.4 The 'solution' from the official doc just doesn't work: https://doc.akka.io/docs/akka-http/current/client-side/client-https-support.html#disabling-hostname-verification ``` def createInsecureSslEngine(host: String, port: Int): SSLEngine...