{"title":"Windows IIS \u5f3a\u5236 HTTPS","content":"<h1 style=\"text-align: start;\"><\/h1><h2 style=\"text-align: start;\">\u51c6\u5907\u5de5\u4f5c<\/h2><ul><li style=\"text-align: start;\">\u786e\u4fdd\u5df2\u5b89\u88c5 IIS URL Rewrite Module<\/li><li style=\"text-align: start;\">SSL \u8bc1\u4e66\u5df2\u6b63\u786e\u5b89\u88c5<\/li><li style=\"text-align: start;\">\u9a8c\u8bc1\u8bc1\u4e66\u72b6\u6001\u6b63\u5e38<\/li><\/ul><h2 style=\"text-align: start;\">\u914d\u7f6e\u6b65\u9aa4<\/h2><ol><li style=\"text-align: start;\">\u5b89\u88c5 URL Rewrite \u6a21\u5757\u4e0b\u8f7d\u5e76\u5b89\u88c5 IIS URL Rewrite Module2008\u7cfb\u7edf\u70b9\u51fb\u4e0b\u8f7d2012\u4ee5\u4e0a\u7248\u672c\u7cfb\u7edf\u70b9\u51fb\u4e0b\u8f7d<\/li><li style=\"text-align: start;\">\u914d\u7f6e\u91cd\u5b9a\u5411\u89c4\u5219\u6253\u5f00\u7ad9\u70b9\u6839\u76ee\u5f55\u4e0b\u7684 web.config \u6587\u4ef6\uff08\u5982\u679c\u6ca1\u6709\u5219\u65b0\u5efa\u4e00\u4e2a\uff09<\/li><\/ol><p><br><\/p><pre><code >&lt;?xml version=\"1.0\" encoding=\"UTF-8\"?&gt;\r\n&lt;configuration&gt;\r\n   &lt;system.webServer&gt;\r\n      &lt;rewrite&gt;\r\n         &lt;rules&gt;\r\n            &lt;rule name=\"HTTP to HTTPS redirect\" stopProcessing=\"true\"&gt;\r\n               &lt;match url=\"(.*)\" \/&gt;\r\n               &lt;conditions&gt;\r\n                  &lt;add input=\"{HTTPS}\" pattern=\"off\" ignoreCase=\"true\" \/&gt;\r\n               &lt;\/conditions&gt;\r\n               &lt;action type=\"Redirect\" redirectType=\"Permanent\" url=\"https:\/\/{HTTP_HOST}\/{R:1}\" \/&gt;\r\n            &lt;\/rule&gt;\r\n         &lt;\/rules&gt;\r\n      &lt;\/rewrite&gt;\r\n   &lt;\/system.webServer&gt;\r\n&lt;\/configuration&gt;<\/code><\/pre><h2 style=\"text-align: start;\">\u9a8c\u8bc1\u914d\u7f6e<\/h2><ul><li style=\"text-align: start;\">\u4f7f\u7528 HTTP \u8bbf\u95ee\u7f51\u7ad9<\/li><li style=\"text-align: start;\">\u786e\u8ba4\u662f\u5426\u81ea\u52a8\u8df3\u8f6c\u5230 HTTPS<\/li><li style=\"text-align: start;\">\u68c0\u67e5\u8df3\u8f6c\u662f\u5426\u6b63\u5e38<\/li><\/ul><h2 style=\"text-align: start;\">\u5e38\u89c1\u95ee\u9898<\/h2><ol><li style=\"text-align: start;\">\u8df3\u8f6c\u4e0d\u751f\u6548\u68c0\u67e5 URL \u91cd\u5199\u6a21\u5757\u662f\u5426\u6b63\u786e\u5b89\u88c5\u9a8c\u8bc1\u91cd\u5b9a\u5411\u89c4\u5219\u662f\u5426\u6b63\u786e\u786e\u8ba4 IIS \u670d\u52a1\u662f\u5426\u91cd\u542f<\/li><li style=\"text-align: start;\">\u5faa\u73af\u8df3\u8f6c\u68c0\u67e5 SSL \u8bc1\u4e66\u914d\u7f6e\u9a8c\u8bc1\u91cd\u5b9a\u5411\u89c4\u5219\u67e5\u770b\u670d\u52a1\u5668\u9519\u8bef\u65e5\u5fd7<\/li><\/ol>","updated_at":"2026-07-22 12:27:08"}