IIS 自签名证书适用于本地网络但不适用于互联网
IIS Self Signed Certificate Works local network but not internet
我有一个带有 IIS 7 的 Windows Server 2008 - R2,当我在本地尝试访问时,我使用类似的方式访问:例如 http://192.168.0.10 and when I'm over the internet, I use the IP the my internet provider gives to me (http://200.195.30.5)。
我在 IIS 7 上安装了一个自签名证书并绑定了它。
它的工作就像 https://192.168.0.10, but https://200.195.30.5 的魅力不是,我有时间了。
有什么我可能会遗漏的吗?
443端口是否转发到IIS服务器的内网IP?如果您收到超时而非 SSL 错误,这听起来像是网络问题。
我有一个带有 IIS 7 的 Windows Server 2008 - R2,当我在本地尝试访问时,我使用类似的方式访问:例如 http://192.168.0.10 and when I'm over the internet, I use the IP the my internet provider gives to me (http://200.195.30.5)。
我在 IIS 7 上安装了一个自签名证书并绑定了它。
它的工作就像 https://192.168.0.10, but https://200.195.30.5 的魅力不是,我有时间了。
有什么我可能会遗漏的吗?
443端口是否转发到IIS服务器的内网IP?如果您收到超时而非 SSL 错误,这听起来像是网络问题。