配置 SSL 以使用 IIS 和解析服务器
Configuring SSL to work with IIS and parse server
我在 IIS 8 上安装了一个 ssl 证书 (Geotrust),在 windows 服务器 2012-r2 上侦听端口 443 和 运行。这在我访问 https://myapp.example.com and it shows me the standard IIS page. My problem is that I am trying to connect to the parse-server(nodejs, express) running on serverUrl: http://localhost:1337/parse. So when trying to connect to https://myapp.example.com:1337/parse 时有效
chrome 说:"myapp.example.com finished the connection unexpectedly" 我无法到达预期的站点。
ios-模拟器说:kCFStreamErrorDomainSSL,-9806。
到 http 的连接在上述 url 上按预期工作。
我尝试将 SSL 端口设置为 1337(我的路由器上的 portforward 443->1337),但我无法在同一端口上启动解析服务器。
第一次这样做,如果有人能指出正确的方向,我将不胜感激!
通过在 IIS 8 中做反向代理解决。
我在 IIS 中需要两个应用程序并按如下方式下载它们:您的网站-> 右键单击中间窗格->"install application from gallery" 并搜索并下载这些:
- 下载URL重写(我下载了3.0)
- 应用程序请求路由
这很有帮助:
http://weblogs.asp.net/owscott/creating-a-reverse-proxy-with-url-rewrite-for-iis
我在 IIS 8 上安装了一个 ssl 证书 (Geotrust),在 windows 服务器 2012-r2 上侦听端口 443 和 运行。这在我访问 https://myapp.example.com and it shows me the standard IIS page. My problem is that I am trying to connect to the parse-server(nodejs, express) running on serverUrl: http://localhost:1337/parse. So when trying to connect to https://myapp.example.com:1337/parse 时有效 chrome 说:"myapp.example.com finished the connection unexpectedly" 我无法到达预期的站点。 ios-模拟器说:kCFStreamErrorDomainSSL,-9806。
到 http 的连接在上述 url 上按预期工作。
我尝试将 SSL 端口设置为 1337(我的路由器上的 portforward 443->1337),但我无法在同一端口上启动解析服务器。
第一次这样做,如果有人能指出正确的方向,我将不胜感激!
通过在 IIS 8 中做反向代理解决。
我在 IIS 中需要两个应用程序并按如下方式下载它们:您的网站-> 右键单击中间窗格->"install application from gallery" 并搜索并下载这些:
- 下载URL重写(我下载了3.0)
- 应用程序请求路由
这很有帮助: http://weblogs.asp.net/owscott/creating-a-reverse-proxy-with-url-rewrite-for-iis