
<?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/"
	>

<channel>
	<title>Cloudflare &#8211; CodeInDotNet</title>
	<atom:link href="https://www.codeindotnet.com/category/cloudflare/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.codeindotnet.com</link>
	<description>C# Dot Net Programming tutorial &#38; code examples</description>
	<lastBuildDate>Tue, 02 Apr 2024 06:44:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>

<image>
	<url>https://www.codeindotnet.com/wp-content/uploads/2021/04/SiteIcon.png</url>
	<title>Cloudflare &#8211; CodeInDotNet</title>
	<link>https://www.codeindotnet.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Site not loading after CloudFlare nameservers(ns)  DNS update</title>
		<link>https://www.codeindotnet.com/website-not-working-after-changing-dns-nameservers-to-cloudflare/</link>
					<comments>https://www.codeindotnet.com/website-not-working-after-changing-dns-nameservers-to-cloudflare/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 22 Sep 2023 09:41:43 +0000</pubDate>
				<category><![CDATA[Cloudflare]]></category>
		<category><![CDATA[Cloudflare DNS Nameservers issue]]></category>
		<guid isPermaLink="false">https://www.codeindotnet.com/?p=5361</guid>

					<description><![CDATA[Website down after changing nameservers (DNS) to Cloudflare Issue: Followed the provided instructions to update the DNS to Cloudflare. Subsequently, received a confirmation message indicating that the site had been activated, but unfortunately, it is not functioning as expected &#8211; the site keeps redirecting and the website is not loading any page solution/ fix: Chances [&#8230;]]]></description>
										<content:encoded><![CDATA[
<div id="PageInHoriAd1"></div>
<script>
fetch('https://www.codeindotnet.com/gads/PageInHoriAd1.txt')
	.then(response => response.text())
	.then(text => {
		document.getElementById('PageInHoriAd1').innerHTML = text;
	})
	.catch(error => {
		console.error('Error fetching manual PageInHoriAd1:', error);
	});
</script>



<h2 class="wp-block-heading">Website down after changing nameservers (DNS) to Cloudflare</h2>



<br>



<h4 class="wp-block-heading"><strong><em><span style="text-decoration: underline;">Issue:</span></em></strong></h4>



<p class="custp1">Followed the provided instructions to update the DNS to Cloudflare. Subsequently, received a confirmation message indicating that the site had been activated, but unfortunately, it is not functioning as expected &#8211;<strong><em> the site keeps redirecting and the website is not loading any page</em></strong></p>



<br>



<h4 class="wp-block-heading"><strong><em><span style="text-decoration: underline;">solution/ fix:</span></em></strong></h4>



<p class="custp1">Chances are, you have configured your SSL mode as &#8216;<strong>Flexible</strong>&#8216; in Cloudflare which can lead to a continuous loop and trigger the &#8216;too many redirects&#8217; error. <strong>Switching your SSL mode to Full (Strict) should fix this issue</strong> as long as you are using either a valid public certificate or a Cloudflare Origin CA certificate on your site</p>



<p><strong>Implement the simple configuration changes (steps) given in this link</strong> – <a href="https://www.codeindotnet.com/install-cloudflare-free-ssl-certificate-on-godaddy/#step-3-change-flexible-to-full-strict-secure-connection" target="_blank" rel="noreferrer noopener"><strong><span class="cLink3">change the SSL/TLS setting in Cloudflare from “Flexible” to “Full” (strict)</span></strong></a>. After changing/ switching to Full (Strict) mode, try loading your website again, it should work.</p>



<br><br>



<h2 class="wp-block-heading h2Cust1"><strong>Explanation in Detail</strong></h2>



<h2 class="wp-block-heading">Resolving DNS nameservers Issues with Cloudflare&#8217;s SSL/TLS Settings and HTTPS Redirection</h2>



<p class="custp1" style="margin-bottom:0;">It seems like you&#8217;re describing a common issue that can occur when configuring SSL/TLS settings and handling HTTPS redirection in a web server or content delivery network (CDN) like Cloudflare. Let me explain this issue and provide a solution:</p>



<ol class="wp-block-list">
<li><strong>Flexible SSL Setting:</strong> In Cloudflare&#8217;s SSL/TLS settings, when you set it to &#8220;Flexible,&#8221; it means that the connection between the client (user&#8217;s browser) and Cloudflare is encrypted using HTTPS, but the connection between Cloudflare and your origin server is not encrypted and still uses HTTP.</li>



<li><strong>Origin Server Redirects to HTTPS:</strong> If your origin server is configured to redirect HTTP requests to HTTPS, it will send a &#8220;301 Moved Permanently&#8221; or &#8220;302 Found&#8221; HTTP response to the client, instructing it to use HTTPS for the connection.</li>
</ol>



<p class="hLBRed" style="margin-bottom:0;">Here&#8217;s where the issue arises:</p>



<ul class="wp-block-list">
<li>When a user accesses your website, Cloudflare initially sends the request to your origin server over HTTP (because of the &#8220;Flexible&#8221; SSL setting).</li>



<li>Your origin server responds with a redirect to HTTPS.</li>



<li>The client follows the redirect and makes an HTTPS request to Cloudflare.</li>



<li>Cloudflare receives the HTTPS request and forwards it to your origin server, but because the SSL setting is &#8220;Flexible,&#8221; it still uses HTTP to communicate with your origin server.</li>



<li>Your origin server again responds with a redirect to HTTPS.</li>



<li>This cycle repeats, resulting in a redirect loop.</li>
</ul>



<p class="hLBRed" style="margin-bottom:0;">To resolve this issue, you have a few options:</p>



<ol class="wp-block-list">
<li><strong>Change SSL/TLS Setting:</strong> As mentioned above, the best solution is to <a href="https://www.codeindotnet.com/install-cloudflare-free-ssl-certificate-on-godaddy/#step-3-change-flexible-to-full-strict-secure-connection" target="_blank" rel="noreferrer noopener"><strong><span class="cLink3">change the SSL/TLS setting in Cloudflare from &#8220;Flexible&#8221; to &#8220;Full&#8221; (strict)</span></strong></a>. This ensures that both the client-to-Cloudflare and Cloudflare-to-origin server connections are encrypted with SSL/TLS. To do this, you&#8217;ll need to install an SSL certificate on your origin server.</li>



<li><strong>Install an SSL Certificate on Your Origin Server:</strong> If you cannot or do not want to change the SSL/TLS setting in Cloudflare, you should <a href="https://www.codeindotnet.com/install-cloudflare-free-ssl-certificate-on-godaddy/#1-generate-ssl-certificate-and-private-key-in-cloudflare" target="_blank" rel="noreferrer noopener"><strong><span class="cLink3">install an SSL certificate on your origin server</span></strong></a>. This allows you to have an encrypted connection between Cloudflare and your server, even when the SSL setting in Cloudflare is &#8220;Flexible.&#8221;</li>



<li><strong>Update Page Rules:</strong> If you have specific pages or URLs that you want to keep using &#8220;Flexible&#8221; SSL while others use &#8220;Full&#8221; (strict), you can create Page Rules in Cloudflare to set the SSL setting on a per-path basis.</li>
</ol>



<p>It&#8217;s generally recommended to use &#8220;Full&#8221; (strict) SSL whenever possible for improved security. </p>



<div id="PageInAd1"></div>
<script>
fetch('https://www.codeindotnet.com/gads/PageInAd1.txt')
	.then(response => response.text())
	.then(text => {
		document.getElementById('PageInAd1').innerHTML = text;
	})
	.catch(error => {
		console.error('Error fetching manual PageInAd1:', error);
	});
</script>



<br>
<div style="padding: 0.625rem 1.25rem 1.25rem 1.25rem; box-shadow: 0.0625rem 0.0625rem 0.9375rem 0rem lightgrey; margin-bottom: 1.25rem; border-radius: 0.625rem;">
	<div><span style="border-bottom: 0.0625rem solid #7100e2; color:#7100e2;"><b><i>popular readings:</i></b></span>
		<div style="padding-left:0.9375rem; padding-top:0.625rem; line-height: 1.9;">
			<div><b>&#8211; <a href="https://www.codeindotnet.com/install-cloudflare-free-ssl-certificate-on-godaddy/">Configure free Cloudflare SSL certificate for Godaddy Shared Webhosting</a></b></div><div><b>&#8211; <a href="https://www.codeindotnet.com/create-wordpress-custom-plugin-in-3-steps/">How to Create Custom WordPress Plugin: 3 Easy Steps</a></b></div><div><b>&#8211; <a href="https://www.codeindotnet.com/wordpress-rest-api-c-wordpresspcl-example/">Easy Integration of WordPress API in C# .Net</a></b></div>

		</div>
	</div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.codeindotnet.com/website-not-working-after-changing-dns-nameservers-to-cloudflare/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Configure free Cloudflare SSL certificate for Godaddy Shared Webhosting</title>
		<link>https://www.codeindotnet.com/install-cloudflare-free-ssl-certificate-on-godaddy/</link>
					<comments>https://www.codeindotnet.com/install-cloudflare-free-ssl-certificate-on-godaddy/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 03 May 2023 08:33:07 +0000</pubDate>
				<category><![CDATA[Cloudflare]]></category>
		<category><![CDATA[install cloudflare ssl on cpanel]]></category>
		<guid isPermaLink="false">https://www.codeindotnet.com/?p=3569</guid>

					<description><![CDATA[Set up free SSL certificate from Cloudflare SSL is not only to secure the website but also to improve your SEO ranking. Usually, the new domain does not have SSL (Secure Sockets Layer) certificate installed by default and the website will show a &#8220;Not Secure&#8221; icon &#38; text right before the URL. That means all [&#8230;]]]></description>
										<content:encoded><![CDATA[
<br>



<h2 class="wp-block-heading" id="set-up-free-ssl-certificate-from-cloudflare">Set up free SSL certificate from Cloudflare</h2>



<p>SSL is not only to secure the website but also to improve your SEO ranking. Usually, the new domain does not have SSL (Secure Sockets Layer) certificate installed by default and the website will show a &#8220;Not Secure&#8221; icon &amp; text right before the URL. That means all customer data submit or request to the website is not secure. Most companies offers paid SSL certificate for any domain. However, you might be interested in securing the website with free SSL. This article explains how to register &amp; get a free SSL certificate from Cloudflare and integrate it with your Website. We will be using Godaddy Shared Webhosting to install &amp; activate the SSL certificate(cert) with the private key.</p>



<br>



<div class="wp-block-rank-math-toc-block toc-cust ul1" id="rank-math-toc"><h2><strong><span style="text-decoration: underline;">Table of Contents</span></strong></h2><nav><ul><li class=""><a href="#step-1-sign-up-with-cloudflare">Step 1: Sign-up with Cloudflare</a></li><li class=""><a href="#step-2-add-your-website">Step 2 &#8211; Add your website</a><ul><li class=""><a href="#1-of-3-select-free-plan">1 of 3: Select Free plan</a></li><li class=""><a href="#2-of-3-review-dns-records">2 of 3: Review DNS records</a></li><li class=""><a href="#3-of-3-changing-nameservers">3 of 3: Changing nameservers</a><ul><li class=""><a href="#3-of-3-a-update-godaddy-nameservers-with-cloudflare">3 of 3(a): Update Godaddy nameservers with Cloudflare</a></li><li class=""><a href="#3-of-3-b-activate-cloudflare-nameservers-service">3 of 3(b): Activate Cloudflare nameservers service</a></li></ul></li></ul></li><li class=""><a href="#step-3-change-flexible-to-full-strict-secure-connection">Step 3: Change Flexible to Full(strict) secure connection</a><ul><li class=""><a href="#1-generate-ssl-certificate-and-private-key-in-cloudflare">1) Generate SSL Certificate and Private Key in Cloudflare</a></li><li class=""><a href="#2-install-an-ssl-certificate-in-godaddy">2) Install an SSL Certificate in Godaddy</a></li></ul></li></ul></nav></div>



<br><br>



<h2 class="wp-block-heading" id="step-1-sign-up-with-cloudflare"><strong>Step 1: Sign-up with Cloudflare</strong></h2>



<br>



<p>First, you need to register with Cloudflare</p>



<p>Go to <strong>https://dash.cloudflare.com/sign-up</strong></p>



<p>Give a valid email address and password and create an account in Cloudflare</p>



<figure class="wp-block-image size-large is-resized"><img decoding="async" src="https://www.codeindotnet.com/img/ssl/cloudflare-registration.jpg" alt="cloudflare registration" style="width:333px;height:203px"/></figure>



<p>You might receive a verification mail. Just click on the verification link to activate your Cloudflare account.</p>



<br>



<h2 class="wp-block-heading" id="step-2-add-your-website"><strong>Step 2 &#8211; Add your website</strong></h2>



<br>



<p>Login into the Cloudflare account</p>



<p>On the top-right side, click on <strong>Add Site</strong> link.</p>



<p>Enter your domain name (sitename.com without <span class="spanHT">https://</span> prefix) and click on the <strong>Add Site</strong> button.</p>



<figure class="wp-block-image size-large is-resized"><img decoding="async" src="https://www.codeindotnet.com/img/ssl/add-website-cloudflare.jpg" alt="" style="width:532px;height:217px"/></figure>



<br>



<p>It has 3 steps:</p>



<h3 class="wp-block-heading" id="1-of-3-select-free-plan"><strong>1 of 3: Select Free plan</strong></h3>



<p>Cloudflare is not only for SSL but also for CDN which will improve your page load time as well if used properly, it provides multiple paid plans but we will go with the <strong>Free service plan</strong></p>



<p>Choose the <strong>Free plan</strong> and click on the <strong>Continue</strong> button</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://www.codeindotnet.com/img/ssl/cloudflare-free-account-plan.jpg" alt=""/></figure>



<br>



<h3 class="wp-block-heading" id="2-of-3-review-dns-records"><strong>2 of 3: Review DNS records</strong></h3>



<p>Cloudflare will scan and fetch all DNS records from the web hosting server automatically, below screenshot shows records from the &#8216;Godaddy&#8217; nameserver. </p>



<p>Simply click on the <strong>Continue </strong>button</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://www.codeindotnet.com/img/ssl/cloudflare-dns-records.jpg" alt=""/></figure>



<br>



<h3 class="wp-block-heading" id="3-of-3-changing-nameservers"><strong>3 of 3: Changing nameservers</strong></h3>



<p>See the screenshot below, you should complete the 4<sup>th</sup> step. It will show the Cloudflare nameservers which you need to replace in your domain server(Godaddy) </p>



<p><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">Don&#8217;t click on the <span class="spanHT">&#8216;<strong>Done, check nameservers</strong>&#8216;</span> button until the 4<sup>th</sup> step is completed</mark> &#8211; that is, updating nameservers in Godaddy.</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://www.codeindotnet.com/img/ssl/cloudflare-change-nameservers-dns.jpg" alt=""/></figure>



<br>



<p>Follow next step and replace Godaddy&#8217;s nameservers with Cloudflare&#8217;s nameservers</p>



<br>



<h4 class="wp-block-heading" id="3-of-3-a-update-godaddy-nameservers-with-cloudflare"><strong>3 of 3(a): Update Godaddy nameservers with <strong>Cloudflare</strong></strong></h4>



<br>



<p>Log in to your GoDaddy account</p>



<p>go to My Products &gt;&gt; your domain &gt;&gt; click on three dots and click on <strong>Manage DNS</strong></p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://www.codeindotnet.com/img/ssl/godaddy-domain-edit-settings.jpg" alt=""/></figure>



<br><br>



<p>Go to the <strong>Nameservers </strong>tab section and click on the <strong>Change Nameservers</strong> button.</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://www.codeindotnet.com/img/ssl/godaddy-change-nameservers-dns.jpg" alt=""/></figure>



<br><br>



<p>It will show the <strong>Edit nameservers</strong> popup. <br>Select &#8220;<strong>I&#8217;II use my own nameservers</strong>&#8220;. <br>Copy the nameservers from Cloudflare and add them to Godaddy&#8217;s DNS <strong>(Nameserver 1 &amp; Nameserver 2)</strong>. <br>Click on <strong>Save</strong> button.</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://www.codeindotnet.com/img/ssl/edit-nameservers-advance-godaddy.jpg" alt=""/></figure>



<br>



<p>It will ask for your confirmation to update nameservers for the selected domain(s), just click on <strong>Continue</strong>.</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://www.codeindotnet.com/img/ssl/godaddy-nameservers-update-confirmation.jpg" alt=""/></figure>



<br><br>



<div class="note">
<div style="color:#00008b; font-weight:bold; border-bottom:0.125rem #00008b solid; font-style:italic;">Note:</div>
<div style="padding-top:0.375rem">It might as ask 2-Step Verification, in such case please enter the OTP received in your registered mobile number and complete the process.</div>
</div>



<br>



<p>The new custom DNS(nameservers) is updated.</p>



<br><br>



<h4 class="wp-block-heading" id="3-of-3-b-activate-cloudflare-nameservers-service"><strong><strong>3 of 3(b)</strong>: Activate Cloudflare nameservers service</strong></h4>



<br>



<p>Now, Go back to the Cloudflare website and complete the <strong>5th step</strong> (see the screenshot below)</p>



<p><strong>1.</strong> Click on &#8220;<strong>Done, check nameservers</strong>&#8221; which will save your changes</p>



<p>2. Click &#8220;<strong>Finish Later</strong>&#8220;</p>



<p>3. Click on &#8216;<strong>Check nameservers</strong>&#8216; to detect new nameservers, manually.</p>



<figure class="wp-block-image size-large is-resized"><img decoding="async" src="https://www.codeindotnet.com/img/ssl/cloudflare-check-nameserver.jpg" alt="" style="width:633px;height:351px"/></figure>



<br>



<p>You can see the message &#8211; &#8220;Registrars can take 24 hours to process nameserver updates. You will receive an email when your site is active on Cloudflare&#8221;. <br>But the whole process of updating the nameserver usually gets completed within an hour.</p>



<p>It will automatically keep checking and you will get an email notification from Cloudflare once the process is complete as well as a message on the Cloudflare site once it is successfully activated. (see the below screenshot)</p>



<figure class="wp-block-image size-large is-resized"><img decoding="async" src="https://www.codeindotnet.com/img/ssl/cloudflare-nameserver-process-completed-notification.jpg" alt="" style="width:765px;height:542px"/></figure>



<br>



<p>Once the above process is completed, visit your site and check for a secure connection.</p>



<p>It should show a secure connection with the lock symbol</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://www.codeindotnet.com/img/ssl/connection-is-secure.jpg" alt=""/></figure>



<br>



<p>The process of Removing &#8216;Not secure&#8217; and showing a secure connection for a website is completed.</p>



<p>Cloudflare applies <strong>Flexible SSL/TLS encryption</strong> mode by default, which means, Encrypts traffic between the browser and Cloudflare</p>



<p>To check this: goto <strong>Cloudflare </strong>&gt;&gt; select your <strong>site </strong>&gt;&gt; click on <strong>SSL/TLS</strong> &gt;&gt; Overview</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://www.codeindotnet.com/img/ssl/cloudflare-ssl-tls-overview.jpg" alt=""/></figure>



<br>



<p>Skip the further steps if you are &#8216;OKAY&#8217; and satisfied just showing your website with the <strong>Flexible</strong>(basic) security but it is <strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">highly recommendable to implement end-to-end encryption</mark></strong>. Follow a few more simple steps to make your site fully secure.</p>



<br>



<h2 class="wp-block-heading" id="step-3-change-flexible-to-full-strict-secure-connection"><strong>Step 3: Change Flexible to Full(strict) secure connection</strong></h2>



<br>



<h3 class="wp-block-heading" id="full-security-end-to-end-ssl-tls-encryption-steps"><strong>Full security, end-to-end SSL/TLS encryption &#8211; Steps</strong></h3>



<br>



<p>Full(strict) secure connection &#8211; Encrypts end-to-end, a trusted CA or Cloudflare Origin CA certificate on the server </p>



<h3 class="wp-block-heading" id="1-generate-ssl-certificate-and-private-key-in-cloudflare"><strong>1) Generate SSL Certificate and Private Key in Cloudflare</strong></h3>



<br>



<p>Go to Cloudflare &gt;&gt; click on your <strong>website </strong>&gt;&gt; <strong>SSL/TLS</strong> &gt;&gt; <strong>Origin Server</strong> and click on <strong>Create Certificate</strong> button.</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://www.codeindotnet.com/img/ssl/cloudflare-create-ssl-certificate.jpg" alt=""/></figure>



<br><br>



<p>On<strong> </strong>the <strong>Origin Server </strong>page, just select max <strong>Certificate Validity</strong> (15 Years) from the dropdown. (don&#8217;t change anything else) and click on <strong>Create </strong>button</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://www.codeindotnet.com/img/ssl/cloudflare-origin-server-create.jpg" alt=""/></figure>



<br>



<p>It will show <strong>Origin Certificate</strong> and <strong>Private Key</strong>, you need to install them into Godaddy&#8217;s SSL website (copy &amp; paste)</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://www.codeindotnet.com/img/ssl/cloudflare-ssl-tls-origin-private-key.jpg" alt=""/></figure>



<br>



<h3 class="wp-block-heading" id="2-install-an-ssl-certificate-in-godaddy"><strong>2) Install an SSL Certificate in Godaddy</strong></h3>



<br>



<p>Go to your Godaddy&#8217;s <strong>cPanel hosting</strong> &gt;&gt; <strong>SSL/TLS</strong> &gt;&gt; <strong>Manage SSL sites.</strong></p>



<p>Scroll down and go to &#8216;<strong>Install an SSL Website</strong>&#8216; section</p>



<p>Select your <strong>domain </strong>from the dropdown list.</p>



<p>You can see <strong>Certificate </strong>and <strong>Private Key</strong> fields &#8211; copy keys from Cloudflare and paste them into Godaddy&#8217;s corresponding fields, one by one. </p>



<p><strong>a)</strong> copy Cloudflare&#8217;s <strong>Origin Certificate</strong> and past it into Godaddy&#8217;s <strong>Certificate (CRT)</strong> field<br><strong>b)</strong> copy Cloudflare&#8217;s <strong>Private Key</strong> and past it into Godaddy&#8217;s <strong>Private Key (KEY)</strong> field</p>



<p>And click on <strong>Install Certificate</strong></p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://www.codeindotnet.com/img/ssl/install-ssl-website.jpg" alt=""/></figure>



<br>



<p>It will popup a success message &#8211; SSL Certificate Successfully Updated.</p>



<p>Click on the <strong>OK </strong>button</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://www.codeindotnet.com/img/ssl/ssl-certificate-updated-godaddy.jpg" alt=""/></figure>



<p>Godaddy configuration is done</p>



<br>



<p>Now, go back to Cloudflare and change SSL security from <strong>Flexible</strong> to <strong>Full (strict)</strong></p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://www.codeindotnet.com/img/ssl/cloudflare-full-strict-ssl-encryption.jpg" alt=""/></figure>



<br>



<p>That&#8217;s it, Protecting your Website with full end-to-end Protection/security is Done.</p>



<p>Check your website prefix with <span class="spanHT">https://</span> &#8211; it should show a secure lock symbol with full security.</p>



<p>Thanks <img src="https://s.w.org/images/core/emoji/16.0.1/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>



<br><br>



<div style="padding: 0.625rem 1.25rem 1.25rem 1.25rem; box-shadow: 0.0625rem 0.0625rem 0.9375rem 0rem lightgrey; margin-bottom: 1.25rem; border-radius: 0.625rem;">
	<div><span style="border-bottom: 0.0625rem solid #cd5c5c; color:#cd5c5c;"><b><i>popular readings:</i></b></span>
		<div style="padding-left:0.9375rem; padding-top:0.625rem; line-height: 1.9;">
			<div><b>&#8211; <a href="https://www.codeindotnet.com/install-cloudflare-free-ssl-certificate-on-godaddy/">Configure free Cloudflare SSL certificate for Godaddy Shared Webhosting</a></b></div>
			<div><b>&#8211; <a href="https://www.codeindotnet.com/wordpress-rest-api-c-wordpresspcl-example/">Easy Integration of WordPress API in C# .Net</a></b></div>
			<div><b>&#8211; <a href="https://www.codeindotnet.com/extract-images-from-pdf-using-itext7-c-net/">How to extract images from PDF using iText7 in [C#] .Net</a></b></div>
			<div><b>&#8211; <a href="https://www.codeindotnet.com/how-to-create-mime-types-class-in-c-net-core/">How to Create MIME Types Custom Class in C#</a></b></div>
			<div><b>&#8211; <a href="https://www.codeindotnet.com/create-image-tag-after-countdown-timer-finishes-javascript/">Display an Image tag after countdown timer finishes JavaScript</a></b></div>
		</div>
	</div>
</div>



<br>
<br>



<p>Reference: <a href="https://en.wikipedia.org/wiki/SSL" target="_blank" rel="noopener">SSL</a> and <a href="https://en.wikipedia.org/wiki/Transport_Layer_Security" target="_blank" rel="noopener">TLS</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.codeindotnet.com/install-cloudflare-free-ssl-certificate-on-godaddy/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
