Re: [akka-user] Disable hostname verification

2017-03-15 Thread rdineshfirstdata
Hi Team, How do we disable Host verification using Akka http? Getting below exception. akka.stream.ConnectionException: Hostname verification failed! Code: http.setDefaultClientHttpsContext(HttpsConnectionContext.https(context)); conSecure = ConnectHttp.toHostHttps(properties.getHost(), prope

Re: [akka-user] Disable hostname verification

2017-03-15 Thread rdineshfirstdata
Got it thanks! On Wednesday, March 15, 2017 at 4:25:13 AM UTC-5, Konrad Malawski wrote: > > Read the docs: > > http://doc.akka.io/docs/akka/current/scala/http/client-side/https-support.html#Hostname_verification > > You should also force the SSL Config library to be 0.2.2 >