Re: RFR: 8278312: Update SimpleSSLContext keystore to use SANs for localhost IP addresses

2021-12-09 Thread Daniel Fuchs
On Mon, 6 Dec 2021 21:27:48 GMT, Michael McMahon wrote: > This updates the testkeys keystore file used by SimpleSSLContext in the test > tree, in order to add subject alt names for the literal IP addresses > "127.0.0.1" and "::1". This should allow the self signed certificate in the > keystore

Re: RFR: 8278312: Update SimpleSSLContext keystore to use SANs for localhost IP addresses

2021-12-09 Thread Daniel Fuchs
On Mon, 6 Dec 2021 21:27:48 GMT, Michael McMahon wrote: > This updates the testkeys keystore file used by SimpleSSLContext in the test > tree, in order to add subject alt names for the literal IP addresses > "127.0.0.1" and "::1". This should allow the self signed certificate in the > keystore

Re: RFR: 8278312: Update SimpleSSLContext keystore to use SANs for localhost IP addresses

2021-12-09 Thread Michael McMahon
On Tue, 7 Dec 2021 15:03:31 GMT, Daniel Fuchs wrote: >> test/jdk/com/sun/net/httpserver/SANTest.java line 77: >> >>> 75: int port1 = s1.getAddress().getPort(); >>> 76: int port2 = s2.getAddress().getPort(); >>> 77: test ("127.0.0.1", root+"/test1", port2, "sma

Re: RFR: 8278312: Update SimpleSSLContext keystore to use SANs for localhost IP addresses

2021-12-09 Thread Daniel Fuchs
On Tue, 7 Dec 2021 15:00:33 GMT, Daniel Fuchs wrote: >> This updates the testkeys keystore file used by SimpleSSLContext in the test >> tree, in order to add subject alt names for the literal IP addresses >> "127.0.0.1" and "::1". This should allow the self signed certificate in the >> keystor

RFR: 8278312: Update SimpleSSLContext keystore to use SANs for localhost IP addresses

2021-12-09 Thread Michael McMahon
This updates the testkeys keystore file used by SimpleSSLContext in the test tree, in order to add subject alt names for the literal IP addresses "127.0.0.1" and "::1". This should allow the self signed certificate in the keystore to be accepted even when the local OS doesn't have a localhost to