简体   繁体   English

WSO2 API Manager 2.0.0-发布者登录时出错

[英]WSO2 API Manager 2.0.0 - Error on Publisher Login

I've made a fresh install of WSO2 API Manager 2.0.0 on a google cloud VM. 我已经在Google云端VM上全新安装了WSO2 API Manager 2.0.0。 I can login fine into my carbon console and access the publisher root. 我可以很好地登录我的Carbon控制台并访问发布者根目录。

When I try to login into my publisher console (https://{my_ip}:9443/publisher) I get the following error Error! Transport level information does not match with SOAP Message namespace URI 当我尝试登录发布者控制台(https:// {my_ip}:9443 / publisher)时,出现以下错误Error! Transport level information does not match with SOAP Message namespace URI Error! Transport level information does not match with SOAP Message namespace URI . Error! Transport level information does not match with SOAP Message namespace URI

I am having the same issue. 我有同样的问题。 Had to disable CSRFPreventionConfig, too. 也必须禁用CSRFPreventionConfig。 Someone should open a ticket in WSO2 Jira. 有人应该在WSO2 Jira中打开一张票。

To disable CSRFPreventionConfig, open carbon.xml ( <wso2am-home>/repository/conf ) and set the boolean value of the Enabled tag to false : 要禁用CSRFPreventionConfig,请打开carbon.xml<wso2am-home>/repository/conf )并将Enabled标记的布尔值设置为false

<CSRFPreventionConfig>
        <CSRFPreventionFilter>
            <!-- Set below to true to enable the CSRFPreventionFilter -->
            <Enabled>false</Enabled>
            <!-- Url Pattern to skip application of CSRF protection-->
            <SkipUrlPattern>(.*)(/images|/css|/js|/docs)(.*)</SkipUrlPattern>
        </CSRFPreventionFilter>
</CSRFPreventionConfig>

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 WSO2 API Manager群集:发布者和商店的登录错误 - WSO2 API Manager Clustering: Login error to Publisher and Store WSO2 API Manager 2.0.0 - LDAP和发布程序API令牌问题 - WSO2 API Manager 2.0.0 - LDAP & Publisher API Token Issue WSO2 IS和API管理器SAML SSO - 登录到商店/发布者失败 - WSO2 IS and API Manager SAML SSO - Login to store/publisher fail WSO2 API 管理器发布者 URL 问题 - WSO2 API Manager Publisher URL Issue WSO2 API Manager(wso2am-4.1.0) - 更改默认主机名后无法登录到发布者和 Devportal - WSO2 API Manager(wso2am-4.1.0) - Cannot Login to Publisher and Devportal After Changing the Default Hostname WSO2 API Manager(wso2am-4.1.0) - 为开发者门户和发布者定制登录页面 - WSO2 API Manager(wso2am-4.1.0) - Customize Login Pages for Developer Portal and Publisher 与API Manager 2.0.0集成为密钥管理器后,错误WSO2 Identity Server 5.2.0仪表板 - Error WSO2 Identity server 5.2.0 dashboard after integrated with API Manager 2.0.0 as key manager 在WSo2 IS 5.3和WSo2 API Manager 2.2之间建立的SSO。 租户用户无法登录到商店和发布者 - SSO Established between WSo2 IS 5.3 and WSo2 API Manager 2.2. Tenant users are not able to login to store and publisher WSO2 API Manager 2.0.0和分析配置,错误:“ api_request_summary” - WSO2 API Manager 2.0.0 and analytics configuraton, Error : “api_request_summary” WSO2 API管理器(1.6.0):发布者API(端点) - WSO2 API Manager (1.6.0): Publisher API (endpoints)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM