<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>https &#8211; BrilliantCode.net</title>
	<atom:link href="https://www.brilliantcode.net/tag/https/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.brilliantcode.net</link>
	<description></description>
	<lastBuildDate>Wed, 22 Apr 2020 02:51:15 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.2.3</generator>

<image>
	<url>https://i0.wp.com/www.brilliantcode.net/wp-content/uploads/2017/06/cropped-icon-2.png?fit=32%2C32&#038;ssl=1</url>
	<title>https &#8211; BrilliantCode.net</title>
	<link>https://www.brilliantcode.net</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">130881408</site>	<item>
		<title>Apache 2.4 https 多網域設定 讓一台伺服器綁定多個網址</title>
		<link>https://www.brilliantcode.net/348/apache-2-4-multi-domain-ssl-https/</link>
				<comments>https://www.brilliantcode.net/348/apache-2-4-multi-domain-ssl-https/#comments</comments>
				<pubDate>Sun, 09 Jul 2017 16:02:41 +0000</pubDate>
		<dc:creator><![CDATA[Andy Wang]]></dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[教學]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">https://www.brilliantcode.net/?p=348</guid>
				<description><![CDATA[<p>讓一台伺服器綁定多個網址是利用伺服器資源的好方法，也是架站必學技巧～<br />
其實只需要去除https的設定值即可套用在 http上面！</p>
<p>這篇文章 <a rel="nofollow" href="https://www.brilliantcode.net/348/apache-2-4-multi-domain-ssl-https/">Apache 2.4 https 多網域設定 讓一台伺服器綁定多個網址</a> 最早出現於 <a rel="nofollow" href="https://www.brilliantcode.net">BrilliantCode.net</a>。</p>
]]></description>
						<wfw:commentRss>https://www.brilliantcode.net/348/apache-2-4-multi-domain-ssl-https/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">348</post-id>	</item>
		<item>
		<title>http 自動重新導向 https</title>
		<link>https://www.brilliantcode.net/346/http-auto-redirect-https/</link>
				<comments>https://www.brilliantcode.net/346/http-auto-redirect-https/#comments</comments>
				<pubDate>Sat, 08 Jul 2017 16:13:22 +0000</pubDate>
		<dc:creator><![CDATA[Andy Wang]]></dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[教學]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">https://www.brilliantcode.net/?p=346</guid>
				<description><![CDATA[<p>誰都沒辦法強迫使用者都必須輸入https的網址瀏覽自己的網站，<br />
但卻需要所有存取自己網站的請求皆以https回應，比較安全，也不怕未來出現『不安全』的字樣！<br />
還好可以從伺服器端強迫使用者的http自動重新導向https！</p>
<p>這篇文章 <a rel="nofollow" href="https://www.brilliantcode.net/346/http-auto-redirect-https/">http 自動重新導向 https</a> 最早出現於 <a rel="nofollow" href="https://www.brilliantcode.net">BrilliantCode.net</a>。</p>
]]></description>
						<wfw:commentRss>https://www.brilliantcode.net/346/http-auto-redirect-https/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">346</post-id>	</item>
		<item>
		<title>CentOS 7 自建 SSL 憑證</title>
		<link>https://www.brilliantcode.net/343/centos-7-create-own-ssl-certificates/</link>
				<comments>https://www.brilliantcode.net/343/centos-7-create-own-ssl-certificates/#respond</comments>
				<pubDate>Sat, 08 Jul 2017 15:11:56 +0000</pubDate>
		<dc:creator><![CDATA[Andy Wang]]></dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[教學]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">https://www.brilliantcode.net/?p=343</guid>
				<description><![CDATA[<p>有時候，內部使用的網站、或是測試用的網站一開始不一定需要使用由SSL憑證機構核發的SSL架站。如此一來，就需要自行建立SSL憑證來滿足使用需求。<br />
本文會以CentOS 7 自建 SSL 憑證作為範例撰寫操作步驟。</p>
<p>這篇文章 <a rel="nofollow" href="https://www.brilliantcode.net/343/centos-7-create-own-ssl-certificates/">CentOS 7 自建 SSL 憑證</a> 最早出現於 <a rel="nofollow" href="https://www.brilliantcode.net">BrilliantCode.net</a>。</p>
]]></description>
						<wfw:commentRss>https://www.brilliantcode.net/343/centos-7-create-own-ssl-certificates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">343</post-id>	</item>
		<item>
		<title>在Drupal系統內建立.well-known資料夾？</title>
		<link>https://www.brilliantcode.net/204/how-to-create-well-known-folder-in-drupal/</link>
				<comments>https://www.brilliantcode.net/204/how-to-create-well-known-folder-in-drupal/#respond</comments>
				<pubDate>Fri, 30 Jun 2017 03:24:43 +0000</pubDate>
		<dc:creator><![CDATA[Andy Wang]]></dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[教學]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">https://www.brilliantcode.net/?p=204</guid>
				<description><![CDATA[<p>(本文解法適用於Drupal 7、Drupal 8)<br />
如果你需要申請SSL For Free的SSL憑證，<br />
其中一個驗證方式就是在網站根目錄建立『.well-known』、『acme-challenge』2層資料夾！<br />
但為什麼資料夾已建立、權限也給了，使用瀏覽器瀏覽驗證檔時，仍然出現『Permission Denied』？<br />
原因就是Drupal預設的.htaccess已經阻擋了『.』開頭的『隱藏資料夾』！</p>
<p>這篇文章 <a rel="nofollow" href="https://www.brilliantcode.net/204/how-to-create-well-known-folder-in-drupal/">在Drupal系統內建立.well-known資料夾？</a> 最早出現於 <a rel="nofollow" href="https://www.brilliantcode.net">BrilliantCode.net</a>。</p>
]]></description>
						<wfw:commentRss>https://www.brilliantcode.net/204/how-to-create-well-known-folder-in-drupal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">204</post-id>	</item>
		<item>
		<title>如何申請免費SSL？又要怎麼安裝SSL？(以SSL For Free &#8211; Let&#8217;s Encrypt為例)</title>
		<link>https://www.brilliantcode.net/190/how-to-applicant-ssl-certificate-and-install-ssl-certificate/</link>
				<comments>https://www.brilliantcode.net/190/how-to-applicant-ssl-certificate-and-install-ssl-certificate/#comments</comments>
				<pubDate>Thu, 29 Jun 2017 18:22:28 +0000</pubDate>
		<dc:creator><![CDATA[Andy Wang]]></dc:creator>
				<category><![CDATA[SSL]]></category>
		<category><![CDATA[教學]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">https://www.brilliantcode.net/?p=190</guid>
				<description><![CDATA[<p>我的網站好端端的，又沒有在做任何金流服務，為什麼硬是要去申請一個SSL讓網站從http變成https？<br />
原因是Google預計從Chrome 62開始，凡事要要求填寫資料的http網站，全部都會被標上『不安全』字樣！<br />
相關新聞：iThome: 自Chrome 62起，所有需填資料的HTTP網頁都會被標示為「不安全」<br />
誰希望自己的網站被標上『不安全』呢？</p>
<p>這篇文章 <a rel="nofollow" href="https://www.brilliantcode.net/190/how-to-applicant-ssl-certificate-and-install-ssl-certificate/">如何申請免費SSL？又要怎麼安裝SSL？(以SSL For Free &#8211; Let&#8217;s Encrypt為例)</a> 最早出現於 <a rel="nofollow" href="https://www.brilliantcode.net">BrilliantCode.net</a>。</p>
]]></description>
						<wfw:commentRss>https://www.brilliantcode.net/190/how-to-applicant-ssl-certificate-and-install-ssl-certificate/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">190</post-id>	</item>
	</channel>
</rss>
