]> source.dussan.org Git - jgit.git/commit
AppServer: fix keystore used to setup test SSL context factory 35/188035/2
authorMatthias Sohn <matthias.sohn@sap.com>
Tue, 23 Nov 2021 23:04:25 +0000 (00:04 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Wed, 24 Nov 2021 08:17:07 +0000 (09:17 +0100)
commit791d3b0eb44ba062f02be209cb77ff75be99da39
treecbac0a2468d00121b9653ad203b269305e7dc105
parent32b1a1b3a3a686fbda71fad67581f5d5808bc076
AppServer: fix keystore used to setup test SSL context factory

- configure dName
- add SANs ip:127.0.0.1, ip:[::1]

See jetty's own test setup in
https://github.com/eclipse/jetty.project/blob/1cd15e8d85feb308527c3df560734fc2ca1bc13c/jetty-client/src/test/resources/readme_keystores.txt#L6

and the fixes done in
https://github.com/eclipse/jetty.project/commit/1cd15e8d85feb308527c3df560734fc2ca1bc13c

Change-Id: Ie3260db7a7090dfa92b43eb32bf247640ebf8482
org.eclipse.jgit.junit.http/src/org/eclipse/jgit/junit/http/AppServer.java