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

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

我一直在尝试在 wso2is 中设置服务和身份提供者。我一直在关注文档,使用 'travelocity' 示例。使用 SAML2 Web SSO 配置 入站身份验证后(来自以下文档:https://docs.wso2.com/display/IS580/Adding+and+Configuring+a+Service+Provider#AddingandConfiguringaServiceProvider-SAML-SSOConfiguringinboundauthenticationwithSAML2WebSSO

我试图重新配置服务提供者,但每当我尝试从 Chrome 中的远程工作站访问“:/travelocity.com”时出现的错误如下;

使用 https://:8080/travelocity.com / 错误 405 - 方法不允许

使用 https://wso2is.local:9443/travelocity.com / "此站点无法访问 wso2is.local 找不到服务器 IP 地址。 DNS_PROBE_FINISHED_NXDOMAIN

没有 https 的结果相同。

使用 https://:9443/travelocity.com / "Error 405 - Method Not Allowed"

使用 https://wso2is.local:8080/travelocity.com / "此站点无法访问 wso2is.local 找不到服务器 IP 地址。 DNS_PROBE_FINISHED_NXDOMAIN

没有 https 的结果相同。

使用 http://:9443/travelocity.com / " 发送了一个无效的响应。 ERR_INVALID_HTTP_RESPONSE

使用 http://:8080/travelocity.com / Returns apache 的默认 404 页面。

我正在寻找建议或忠告,因为这是我第一次尝试配置 wso2is 环境。

using https://:8080/travelocity.com / Error 405 - Method Not Allowed

出现这种情况是因为您没有指定主机。

打开 etc/host 文件。添加以下行并再次尝试流程。

127.0.0.1 wso2is.local

否则,只需尝试 https://localhost:8080/travelocity.com

更多信息请参考 https://docs.wso2.com/display/IS580/Configuring+Single+Sign-On