java - WSO2 API Manager 1.6 HTTPS Transport does not expose an enpoint -


i'm using wso2 api manager 1.6. have web service runs on http. i'm going expose particular web service via api manager https web service developer. below endpoint http web service via api manager(http ticked in publisher under transports).

http://api.myweb.com:8280/balance/1.0 

but problem if uptick http in publisher under transports , tick https endpoint becomes below not accessible. base url disappears.

/balance/1.0 

how can fix this?

in api-manager.xml transports must specified correctly.

the system reads gateway endpoints api-manager.xml file. when there multiple gateway environments defined, picks gateway endpoint of production environment. can define both http , https gateway endpoints follows:

<gatewayendpoint>http://${carbon.local.ip}:${http.nio.port},https://${carbon.local.ip}:${https.nio.port}</gatewayendpoint> 

if both types of endpoints defined, https endpoint picked server endpoint.


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -