<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: Fix “The plain HTTP request was sent to HTTPS port” Error in Nginx	</title>
	<atom:link href="https://www.tecmint.com/fix-400-bad-request-in-nginx/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/fix-400-bad-request-in-nginx/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Sun, 16 May 2021 13:55:12 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: kibble		</title>
		<link>https://www.tecmint.com/fix-400-bad-request-in-nginx/comment-page-1/#comment-1491710</link>

		<dc:creator><![CDATA[kibble]]></dc:creator>
		<pubDate>Sun, 16 May 2021 13:55:12 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=28311#comment-1491710</guid>

					<description><![CDATA[Not sure why turning off SSL when SSL is needed as the solution?]]></description>
			<content:encoded><![CDATA[<p>Not sure why turning off SSL when SSL is needed as the solution?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: BOLA OUSSOU		</title>
		<link>https://www.tecmint.com/fix-400-bad-request-in-nginx/comment-page-1/#comment-1376839</link>

		<dc:creator><![CDATA[BOLA OUSSOU]]></dc:creator>
		<pubDate>Sun, 18 Oct 2020 19:18:54 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=28311#comment-1376839</guid>

					<description><![CDATA[Hi,

Doesn&#039;t work for me too and has the same config as zhoulujun]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>Doesn&#8217;t work for me too and has the same config as zhoulujun</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: zhoulujun		</title>
		<link>https://www.tecmint.com/fix-400-bad-request-in-nginx/comment-page-1/#comment-1093569</link>

		<dc:creator><![CDATA[zhoulujun]]></dc:creator>
		<pubDate>Thu, 10 Jan 2019 06:30:21 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=28311#comment-1093569</guid>

					<description><![CDATA[It&#039;s not working, this is my Nginx configuration.
&lt;pre&gt;
server {
    ssl off;
    server_name media.zhoulujun.cn;
    listen 80;
    root  /data/wwwroot/zhoulujun/media;
}

server
{
    server_name www.zhoulujun.cn 193.112.222.61;
    listen 80 default_server;
    index index.php index.html index.htm;
    root  /data/wwwroot/zhoulujun;
    error_log /var/log/nginx/default-error.log crit;
    client_max_body_size 10m;
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s not working, this is my Nginx configuration.</p>
<pre>
server {
    ssl off;
    server_name media.zhoulujun.cn;
    listen 80;
    root  /data/wwwroot/zhoulujun/media;
}

server
{
    server_name www.zhoulujun.cn 193.112.222.61;
    listen 80 default_server;
    index index.php index.html index.htm;
    root  /data/wwwroot/zhoulujun;
    error_log /var/log/nginx/default-error.log crit;
    client_max_body_size 10m;
</pre>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
