diff --git a/testsuite/proxy/src/test/resources/proxy-config.json b/testsuite/proxy/src/test/resources/proxy-config.json index f26d8e341f2..c6f583b4585 100755 --- a/testsuite/proxy/src/test/resources/proxy-config.json +++ b/testsuite/proxy/src/test/resources/proxy-config.json @@ -2,6 +2,9 @@ "bind-address": "localhost", "http-port": "8080", "https-port": "8443", + "keystore": "classpath:ssl.jks", + "keystore-password": "password", + "key-password": "password", "target-url": "http://localhost:8082", "applications": [ { diff --git a/testsuite/proxy/src/test/resources/ssl.jks b/testsuite/proxy/src/test/resources/ssl.jks new file mode 100755 index 00000000000..341ff486ac1 Binary files /dev/null and b/testsuite/proxy/src/test/resources/ssl.jks differ