keycloak-uncached

proxy testing

11/24/2014 9:31:05 PM

Details

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": [
         {
diff --git a/testsuite/proxy/src/test/resources/ssl.jks b/testsuite/proxy/src/test/resources/ssl.jks
new file mode 100755
index 0000000..341ff48
Binary files /dev/null and b/testsuite/proxy/src/test/resources/ssl.jks differ