简体   繁体   English

无法访问wso2is.local:port:/ carbon,可以通过IP:port:/ carbon访问

[英]Cannot access wso2is.local:port:/carbon, can access via IP:port:/carbon

I've been attempting to set up service and identity providers within wso2is. 我一直在尝试在wso2is中设置服务和身份提供程序。 I've been following the documentation, using the 'travelocity' sample. 我一直在使用“ travelocity”示例跟踪文档。 After having configured inbound authentication with SAML2 Web SSO (from the following documentation: https://docs.wso2.com/display/IS580/Adding+and+Configuring+a+Service+Provider#AddingandConfiguringaServiceProvider-SAML-SSOConfiguringinboundauthenticationwithSAML2WebSSO ) 使用SAML2 Web SSO配置入站身份验证之后(来自以下文档: https : //docs.wso2.com/display/IS580/Adding+and+Configuring+a+Service+Provider#AddingandConfiguringaServiceProvider-SAML-SSOConfiguringinboundauthenticationwithSAML2WebSSO

I've attempted to reconfigure the service providers, but the errors I get whenever I try and access ':/travelocity.com' from a remote workstation in Chrome are as follows; 我试图重新配置服务提供商,但是当我尝试从Chrome的远程工作站访问“:/travelocity.com”时遇到的错误如下:

using https://:8080/travelocity.com / Error 405 - Method Not Allowed 使用 https://:8080 / travelocity.com /错误405-不允许的方法

using https://wso2is.local:9443/travelocity.com / "This site can't be reached wso2is.local's server IP address could not be found. DNS_PROBE_FINISHED_NXDOMAIN" 使用 https://wso2is.local:9443 / travelocity.com /“无法访问该站点wso2is.local的服务器IP地址。DNS_PROBE_FINISHED_NXDOMAIN”

Same result without https. 没有https的结果相同。

using https://:9443/travelocity.com / "Error 405 - Method Not Allowed" 使用 https://:9443 / travelocity.com /“错误405-不允许使用方法”

using https://wso2is.local:8080/travelocity.com / "This site can't be reached wso2is.local's server IP address could not be found. DNS_PROBE_FINISHED_NXDOMAIN" 使用 https://wso2is.local:8080 / travelocity.com /“无法访问该站点wso2is.local的服务器IP地址。DNS_PROBE_FINISHED_NXDOMAIN”

Same result without https. 没有https的结果相同。

using http://:9443/travelocity.com / " sent an invalid response. ERR_INVALID_HTTP_RESPONSE" 使用 http://:9443 / travelocity.com /“发送了无效的响应。ERR_INVALID_HTTP_RESPONSE”

using http://:8080/travelocity.com / Returns apache's default 404 page. 使用 http://:8080 / travelocity.com /返回apache的默认404页面。

I'm looking for suggestions or advice, as this my first attempt at configuring a wso2is enviroment. 我正在寻找建议或建议,因为这是我第一次配置wso2is环境。

using https://:8080/travelocity.com / Error 405 - Method Not Allowed 使用https://:8080 / travelocity.com /错误405-不允许的方法

This occurs because you havent specified the host. 发生这种情况是因为您没有指定主机。

Open etc/host file. 打开etc / host文件。 add the following line and try the flow again. 添加以下行,然后重试该流程。

127.0.0.1 wso2is.local 127.0.0.1 wso2is.local

Otherwise, just try with https://localhost:8080/travelocity.com 否则,只需尝试使用https:// localhost:8080 / travelocity.com

For more information please refer https://docs.wso2.com/display/IS580/Configuring+Single+Sign-On 有关更多信息,请参阅https://docs.wso2.com/display/IS580/Configuring+Single+Sign-On

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM