From a849dd49daf60128db79311293d7f5c466bd0642 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Fri, 16 Apr 2021 22:08:42 +0200 Subject: Use custom SSLContext builder to generate BouncyCastle specific TrustManager in case of keys base on HSM-Facade, because SSLContext based on BCJSSE needs BCJSSE TrustManager BCJSSE is not compatible to SunJSSE TrustManager in Java >= 9 --- eaaf_core_utils/src/test/resources/data/ssl_host.jks | Bin 0 -> 2081 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 eaaf_core_utils/src/test/resources/data/ssl_host.jks (limited to 'eaaf_core_utils/src/test/resources/data/ssl_host.jks') diff --git a/eaaf_core_utils/src/test/resources/data/ssl_host.jks b/eaaf_core_utils/src/test/resources/data/ssl_host.jks new file mode 100644 index 00000000..4ca07595 Binary files /dev/null and b/eaaf_core_utils/src/test/resources/data/ssl_host.jks differ -- cgit v1.2.3