【问题标题】:WSO2 API Manager run on HTTP ProtocolWSO2 API Manager 在 HTTP 协议上运行
【发布时间】:2018-04-12 21:02:55
【问题描述】:

我正在处理 WSO2 API Manager 2.0.0 默认 zip 配置文件,当我运行 wso2server.bat 文件时,服务运行,

https://localhost:9443/publisher

https://localhost:9443/store

https://localhost:9443/carbon

应该进行哪些更改才能使它们在 HTTP 协议上运行? http://localhost:9443/publisher

【问题讨论】:

    标签: wso2 wso2-am


    【解决方案1】:

    尝试删除 <APIM_HOME>/repository/conf/tomcat/catalina-server.xml 中的 redirectPort

    <Connector protocol="org.apache.coyote.http11.Http11NioProtocol"
                   port="9763"
                   redirectPort="9443"
                   bindOnInit="false"
    

    那么你应该可以通过端口9763访问http了。

    【讨论】:

    • 只有商店在使用 http。 Publisher 和 carbon 正在重定向到 https
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2014-07-19
    • 1970-01-01
    • 2012-12-22
    相关资源
    最近更新 更多