Skip to content

SSL with Manage and Admin servers

rjrudin edited this page Aug 21, 2017 · 9 revisions

In version 3.0.0, you can setup a simple SSL context while connecting to the Manage and/or Admin app servers by setting the appropriate properties below to true:

  • mlManageSimpleSsl
  • mlAdminSimpleSsl

Under the hood, this uses the SSLContextBuilder class in HttpClient to construct an SSLContext that trusts every request. That SSLContext is then used by the RestTemplate object that is used to connect to either the Manage or Admin app server.

If you need to setup an SSL connection in a differ manner, please see this ticket for an example of doing so within the build.gradle file. This article may help as well.

Clone this wiki locally