Re: Understanding SSLHandshakeException: No subject alternative DNS name throw by ivy

2019-07-12 Thread Thomas Langston
Confirmed that updating my AdoptOpenJDK from 11.0.1 to 11.0.3 solves the issue. Thanks! -Thomas Langston On Fri, Jul 12, 2019 at 9:21 AM Jaikiran Pai wrote: > > I was able to reproduce this with Java 11.0.1 (OpenJDK). It however > seems to be fixed in subsequent releases. I tried 12.x OpenJDK a

Re: Understanding SSLHandshakeException: No subject alternative DNS name throw by ivy

2019-07-12 Thread Jaikiran Pai
I was able to reproduce this with Java 11.0.1 (OpenJDK). It however seems to be fixed in subsequent releases. I tried 12.x OpenJDK and it worked fine there. I guess it probably is also fixed in some 11.0.x release too, but I haven't had a chance to try it there. -Jaikiran On 12/07/19 6:42 AM, Jai

Re: Understanding SSLHandshakeException: No subject alternative DNS name throw by ivy

2019-07-11 Thread Jaikiran Pai
Hello Thomas, Which version of Ivy and Java are you using? Can you paste the output of java -version? Also, does your classpath have Apache HTTP client libraries? I am trying to understand if this is coming from the HTTP client library or the JDK classes that we use in Ivy. -Jaikiran On Thursday