diff --git a/testsuite/proxy/src/test/resources/proxy-config.json b/testsuite/proxy/src/test/resources/proxy-config.json
index f26d8e3..c6f583b 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": [
         {