ssl set-up between PRH, AAI, DmaaP
[integration/csit.git] / tests / dcaegen2 / prh-testcases / resources / simulator / AAI.py
index 416e7f4..bacd106 100644 (file)
@@ -43,7 +43,7 @@ class AAIHandler(BaseHTTPRequestHandler):
 def _main_(handler_class=AAIHandler, protocol="HTTP/1.0"):
     handler_class.protocol_version = protocol
     httpServerLib.start_http_endpoint(3333, AAIHandler)
-    httpServerLib.start_https_endpoint(3334, AAIHandler)
+    httpServerLib.start_https_endpoint(3334, AAIHandler, keyfile="certs/org.onap.aai.key", certfile="certs/aai_aai.onap.org.cer", ca_certs="certs/ca_local_0.cer")
     httpServerLib.start_http_endpoint(3335, AAISetup)
     while 1:
         time.sleep(10)