1
votes

We are using WSO2 API Manager 1.9.1 as gateway to an E-Learning API solution. Our requirement includes that the Sandbox environment should be accessed using HTTPS/SSL.

One solutions, that we have found so far, is to separate Production and Sandbox modes in api-manager.xml.

My question is it possible that we can specify HTTPS/SSL based URLs, in Hybrid mode, for both Production and Sandbox?

1

1 Answers

0
votes

My question is it possible that we can specify HTTPS/SSL based URLs, in Hybrid mode, for both Production and Sandbox?

Yes, it is always possible, and the support provided out of the box.

If the backend's SSL certificate signed by a CA, you can directly specify the https url in both sandbox and production. But, if you have selfsigned certificate in the backend, you have import the public key certificate of the backend into API Manager's keystore wso2carbon.jks found in <APIM_HOME>/repository/resources/security directory