Re: HttpURLConnection throws SunCertPathBuilderException in jdk11

2018-06-15 Thread Andrey Turbanov
Thank you for response. I submitted bug to bugtracker. Iinternal review ID : 9055666 Didn't find a way to attach files there, but program example is short and can be easily run by anyone. Andrey Turbanov. 2018-06-15 16:58 GMT+03:00 Sean Mullan : > The 2nd (good) logfile looks like it is from a

Re: java.net.Socket should report the attempted address and port

2018-06-15 Thread Sean Mullan
Hi Michael, I agree with Alan and Peter that the name should more clearly identify the security implications of setting it. Alternatively, if you think you may build on this you might want to add support for a multi-valued property, like jdk.net.includeInExceptions=hostInfo,... --Sean On

Re: HttpURLConnection throws SunCertPathBuilderException in jdk11

2018-06-15 Thread Sean Mullan
The 2nd (good) logfile looks like it is from a completely different program - are you sure you are using the same code? If it is, please rerun again and also add -Djavax.net.debug=all to the command-line which should give a bit more debug info as to where the issue is occurring in the TLS hand

Re: java.net.Socket should report the attempted address and port

2018-06-15 Thread Alan Bateman
On 15/06/2018 11:53, Péter Gergely Horváth wrote: Hi Michael, I am wondering if the property name could be maybe improved: 1.) The prefix "jdk" does not seem to match the naming convention that of the existing networking properties [1], where for example prefix "java.net "

Re: java.net.Socket should report the attempted address and port

2018-06-15 Thread Péter Gergely Horváth
Hi Michael, I am wondering if the property name could be maybe improved: 1.) The prefix "jdk" does not seem to match the naming convention that of the existing networking properties [1], where for example prefix "java.net" is used for "java.net.preferIPv4Stack" 2.) I agree with Alan that the curr