Change HTTP Requests into HTTPS Ones
[holmes/engine-management.git] / engine-d-standalone / src / main / assembly / conf / engine-d.yml
index ff3201b..c5a750a 100644 (file)
@@ -19,8 +19,12 @@ server:
   applicationContextPath: /\r
   adminContextPath: /admin\r
   connector:\r
-    type: http\r
+    type: https\r
     port: 9102\r
+    keyStorePath: /home/holmes/conf/holmes.keystore\r
+    keyStorePassword: holmes\r
+    validateCerts: false\r
+    validatePeers: false\r
 \r
 \r
 # Logging settings.\r