shinesolutions / aem-orchestrator

Java application for orchestrating AEM infrastructure created using aem-aws-stack-builder
Apache License 2.0
12 stars 9 forks source link

Change SSL Verification of the AEM SSL certificate to false #51 #52

Closed mbloch1986 closed 3 years ago

mbloch1986 commented 4 years ago

Added

Changed

Prerequisite for PR https://github.com/shinesolutions/aem-aws-stack-builder/pull/418

cliffano commented 3 years ago

Starting with default verify SSL as false for now due to various self-signed cert scenario. But if it's possible to switch to true by default and then set to false on the client configuration, we need to look at making that change in the future.