aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/ssl
AgeCommit message (Collapse)AuthorFilesLines
2019-06-27Honor & Test TrustAll and LaxHostNameVerificationChristof Rabensteiner5-0/+173
- Print a big scary warning message for everyone who enables "trustAll" - Test TrustAll and LaxHostNameVerification - Describe test case requirements and add key material needed to run these test cases.
2019-06-27Fixes; SSL Client Auth Works!Christof Rabensteiner3-0/+0
- Switch to java 12 for now. Reason: Bug [1] in JDK 11 (up to jdk-11+28) impairs SSLHandshake ("Unsupported Operation Exception"), but was fixed in Java 12. - Set HTTP policy to infinite. - Fix key/truststore path resolution - Fix NPE in ConfigUtil.merge - Rearrange application.yaml to include two config profiles (one with and one without SSL for the msg client). - Add key material for testcases (Note: expires: May 2 14:47:08 2020 GMT) - Update MsgClient Testcases [1] https://bugs.openjdk.java.net/browse/JDK-8214098