Hello, fellow bloggers, today I have great news, or you can say a gift for all of your blogger blogs but first, let me ask some question from you. Do you want to make your blogger blog more professionally?
Do you want to make a secure connection between your blog and visitors?
Do you want to make your blogger blog fast using CDN?
Do you want to improve your blog’s ranking on Google?
And do you want to know how to enable free SSL Certificates on Blogger blog with the custom domain?
If your answer is “right” for all four above question, then you’re at the right place. We all know that the Blogger platform is giving the free SSL HTTPS certificates for Blogspot blogs, and it is a nice gift for your blog. But we also knew that these SSL certificates are only available for Blogspot subdomains, means if you are using any custom domain on your blogger blog then not able to add or enable the free SSL (HTTPS) certificate on your blog.
But Google will release this feature soon for the custom domain also, Why waiting for Google when you can get the free SSL certificates for your custom domain. Yes, you read that right you can enable the HTTPS on your blogger blog even if you are using a custom domain name for your blog. This is the very tricky guide to get free SSL certificates but we’ve divided this guide into 3 parts which will help you to easily follow all steps. We all know the advantages of using HTTPS on your blog. Thanks to Shivansh Verma from BloggerGuider, he has been shared this guide on his blog, so all credits goes to him.
Advantages of using SSL Certificates on Blog/Website
- Your Blog will look more professional
- SSL Certificates will make a secure connection between visitors and blog
- Here We’ll use Cloudflare’s Flexible SSL, with help of Content Delivery network your blog will load fast
- Using HTTPS, your blog’s ranking in Google and other search engines will improve
The significant benefit of using HTTPS is the increase in SERP ranking, and Google will rank the 30% of the websites on the first page which are SSL certified, so you have a great chance to make your blog more SEO optimize and beat your competitors.
But below are some disadvantages of using this trick to enable the HTTPS certificates on Blogger blogs.
- During migrating your blog from HTTP to HTTPS your, some traffic will decrease for few days until Google crawls and indexes your all URLs with HTTPS
- Once you completely migrated to HTTPS then you’ll no be able to remove the HTTPS, and when you try to remove then you’ll lose your traffic, and maybe Google will deindex your blog.
How To Get Free SSL Certificates (HTTPS) For Blogger Blog With Custom Domain
So finally wait is over, Google has been released the official SSL certificates (HTTPS) for blogger blogs with the custom domain, and it’s super easy to do this, just follow below steps to get free SSL for blogger blogs with the custom domain.
- Open your Blogger dashboard via this link
- Go to settings >> Basic and just enable the “HTTPS Availability” to “Yes”
- Once you enabled this, the page will reload and you’re done!
So, guys, this is easiest and official ways to enable the HTTPS on the blogger blog, I’m pretty sure you liked this and you’re now happy that your blog has SSL certificates.
But now you’ll face some mixed content issue on your blog, so to fix this keep reading this post to fix the mixed content issue, that’s also simple.
[su_note note_color=”#f1c40f” text_color=”#ffffff”]Update: Google has Officially released the SSL Certificates for Blogger Blogs with Custom domains, So you no longer need to follow Cloudflare method to add SSL on your domain but in case if you want a free CDN then you can use it without any problem :)[/su_note]
How To Migrate Your Blogger Blog From HTTP to HTTPS Even You’re Using A Custom Domain:
So, here we’re going to explain each and every step to make your blog most secure, fast and professional look. In this guide, we’ll use the Cloudflare’s free CDN (Content Delivery Network) to protect your blog from attacks, make it faster than ever and also improve SERP. We divided this post in 5 Section to make the process easier to understand and simple.
1. Add Cloudflare CDN On Blogger Blog:
This is the first part of this guide. You need to follow the below steps to add Content Delivery Network on your blogger blog follow below steps.
- Firstly, create a new account on CloudFlare, and then you’ll need to add your domain to it and click on “Scan DNS Records.”
- After adding your domain, it will 1 minute to scan your domain’s DNS records
- Once Canning progress is completed, CloudFlare gives you two custom name server, and you need to replace those with your default domain name servers. Follow below steps to add Cloudflare’s nameservers in your Domain name.
1. Open your Domain registrar dashboard or My Account page, then Go to Domain’s Setting
2. There you’ll see something like “change nameservers” or something like nameservers
3. Then you need to select “Custom Nameservers” and add the Cloudflare’s nameservers which are provided after added your domain name. - Once you replace your nameservers with Cloudflare’s nameserver, means your domain is now using the Content Delivery Network.
Read Also: Trick to Getting Free Unlimited Google+ Followers [Real]
2. Enable SSL Certificate (HTTPS) On Your Domain Name:
Now it’s time to enable the HTTPS on your Domain Name with the Cloudflare. It is the main part if this guide to enable HTTPS on Custom Domain in Blogger blog. Follow below steps to enable SSL certificates.
- Go To the “Crypto” tab on CloudFlare’s account
- Then select the “Flexible” option from the SSL section.
- Congratulation! You’ve successfully enabled the SSL (HTTPS) Certificates on your Blogger blog’s custom domain.
3. Redirect domain, sub-domains, and Permalinks from HTTP to HTTPS:
This is the most important part of this guide because you’ve to let your blog stop using the old HTTP and redirect your blog to new SSL (HTTPS). Follow all below steps carefully.
- Go to the “Page Rules” tab and then you have to add 3 Page Rules as shown in below images.
- But remember you need just to change “bloggerguider.com” with your “domain name”.
- After creating all 3 Page Rules correctly, Go to the “Firewall” tab
- In the Security Level section choose the “Low” option.
- Now we no need of Cloudflare anymore, so log out your Cloudflare account.
Now open your blog, and you will see that your blog’s homepage is automatically redirecting to HTTPS version. But now your blog’s permalinks is not in the HTTPS version, so we need to make all of them HTTPS and redirect the complete blog from HTTP to HTTPS.
- Now open your blog’s template HTML Editor
- And search for the “</head>” tag (without quotes) and paste the following code above the </head>
<script> $(document).ready(function() { $("a").each(function() { var i = $(this).attr("href"); var n = i.replace(http://www.yourdomain.com, "https://www.yourdomain.com"); $(this).attr("href", function() { return n }) }) }); </script>
Now after this, find the below code in your template:
-
<b:include data='blog' name='all-head-content'/>
-
Remove it and add the following code below the “<head>” tag
<link href='https://www.yourdomain.com/favicon.ico' rel='icon' type='image/x-icon'/> <meta content='blogger' name='generator'/> <link href='https://www.yourdomain.com/feeds/posts/default' rel='alternate' title='BLOGTITLE - Atom' type='application/atom+xml'/> <link href='https://www.yourdomain.com/feeds/posts/default?alt=rss' rel='alternate' title='BLOGTITLE - RSS' type='application/rss+xml'/> <link href='https://www.blogger.com/feeds/BLOGID/posts/default' rel='service.post' title='BLOGTITLE - Atom' type='application/atom+xml'/> <!--[if IE]><script type="text/javascript" src="https://www.blogger.com/static/v1/jsbin/2591933621-ieretrofit.js"></script> <![endif]--> <meta expr:content='data:blog.url' name='og:url:domain'/> <!--[if IE]> <script> (function() { var html5 = ("abbr,article,aside,audio,canvas,datalist,details," + "figure,footer,header,hgroup,mark,menu,meter,nav,output," + "progress,section,time,video").split(','); for (var i = 0; i < html5.length; i++) { document.createElement(html5[i]); } try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {} })(); </script> <![endif]-->
- Now save your template.
Note: If your images are not on SSL certificates then upload your images to secure and free images hosting sites like Postimg.org, this site is 100% secured and SSL enabled, uploading your blog’s image to postimg.org, then your images will load 4x times faster.
4. Analyzing and fixing the Mixed Content issue after adding SSL:
Once your blog is on HTTPS then, you may have to change your blog content to make sure it works with HTTPS. If you don’t change this then you might be faced some Mixed Content issue in your blog after adding SSL.
So here’s method to check if your blog getting mixed content issue:
- First, visit your blog with HTTPS (https://www.yourblog.com ) in Google Chrome.
- Then press the Ctrl + Shift + J keys to open the Javascript console tab.
- Look for mixed content errors, there you’ll see some red colored errors like below one.“Mixed Content: The page at ‘https://<your-blog>.blogspot.com/’ was loaded over HTTPS, but requested an insecure script ‘http://<some-url>/script.js’. This request has been blocked; the content must be served over HTTPS.”
- You can easily fix these match content errors, just go to Google Blogger Support page follow each and every step completely then you will get rid of these errors.
Important things to follow:
1.) Sometimes your previously uploaded logo and favicon on your blog are not redirecting to HTTPS so in this case, you need to reupload both logo and favicon and that’s it!
2.) When you searching something using Search Widget in your SSL enabled blogger blog, In this case, you’ll get a mixed content warning like this.
Mixed Content: The page at ‘https://api.howtoshout.com/‘ was loaded over a secure connection, but contains a form which targets an insecure endpoint ‘https://api.howtoshout.com/search’. This endpoint should be made available over a secure connection.
This error is occurring due to the Search Widget of Blogger, to fix this you need to go to your Blogger Dashboard>> Theme >> Edit HTML
- Then find this code using Ctrl + F
<form expr:action='data:blog.searchUrl'>
- and replace it with
<form expr:action='data:blog.searchUrl.https'>
- Then Save your Theme.
5. Things to do After Migrating To HTTPS From HTTP
After successfully migrated your blogger blog from HTTP to HTTPS, no this is the final part of this guide, so you need to let Google know that you’ve migrated your blog to HTTPS, so Google needs to crawl and index your blog with HTTPS. This part will help you to make your blogger blog more SEO optimize and improve your ranking in Google, Bing, and other search engines. So let’s do this.
First, you need to update your Robots.txt file to make your blog SSL compatible.
- Go to Blogger Dashboard and go to your “Search Preference” settings
- In the Crawlers and indexing, replace your old robots.txt file with below one.
User-agent: Mediapartners-Google Disallow: User-agent: * Disallow: /search Allow: / Sitemap: https://www.yourdomain.com/sitemap.xml
- Now save your robots.txt file.
After updating Robots.txt file, then you need to resubmit your sitemap with HTTPS version to Google and Bing webmaster tools. For Google Webmaster tool follow below steps
- In Google Search Console, add new property in this way: https://www.yourdomain.com
- After adding the new property and verifying it, then submit your HTTPS version blog’s sitemap.XML like: https://www.yourdomain.com/sitemap.xml
- Finally, your blogger blog is ready to go live on the web, and it is fully SSL certified.
Once you have done with the Google webmaster tool, then you’ll easily add your HTTPS version of your blogger blog in the Bing webmaster tool by yourself.
Why take any risk when I can do this for you? Well…. this is a very long process and required the tech enthusiastic person who has good knowledge about Codes, JS, CDN, SSL……etc. One wrong step will ruin your blog so I can do all these stuff at a very reasonable cost. You can contact me for this work from here and get your blog with HTTPS within some minutes 😉
Final Words
I hope you like this in-depth guide/tutorial, and I’m sure that this tutorial will help you take your blogger blog to the next level and it will improve your ranking in all search engines. If you’ve got any problem or you’re stuck on any step then feel free to ask in comments, and if you appreciate this post then, please do share this post to let more people know about this trick, after all, sharing is caring.
Thank you, it is really working.
Wow! You can add HTTPS on your blogger custom domain using this tutorial.
It’s awesome seeing this wonderful tutorial from howtoshout.
My blog now using HTTPS
Thank You for the nice tutorial. It helped me and my blog.
Now I want to do the same on the WordPress blog.
Post title not create in HTTPS! How to create it ???
Amm..what? Post title in HTTPS? Please clarify what you wanna say.
This is the message I received.
Error parsing XML, line 4192, column 10: XML document structures must start and end within the same entity.
Thank you, this great article
How to redirect www to non www ?
review the code to be placed below the “” tag it is buggy
Can you please be more descriptive?
Hello,
Great post but I have a problem. After the process, my blog is missing meta tags. It shows links instead of post titles. What to do about it?
https://www.sepettekiarmut.com/
Recheck if you’ve done all the steps correctly. No one has yet got a problem like this. If it didn’t solve, contact me.
This issue might be in your template
Thenckx sir good information
thanks, working for me..
Awesome. Thanks!
What a wonderful and well written tutorial, thanks for that.
The info is quite cool and worth trying too.
Hi
It was a really amazing and helpful post for me. I just changed my nameservers now and waiting for it to get confirmed. Thanks for sharing.
I enjoyed reading your blog man. Keep it up! Helped me to move my blogger with custom domain to https. Thanks. Also, the trick with google+ and more followers is nice
I can not adjust the template
Is it possible to help me in that?
I want to send you a template in order to be prepared
my domain :
https://www.2olo.com/
please ,,,
I saw your site it working fine and showing Green Label i.e. “Secure”
Well, Code is updated and it is now 100% working. 🙂
Hello i have followed all the steps but mine is not working..
https://www.bloggingprince.com
Dude its working .. Awesome:)
Hello, why do I need to replace this code:
I think it is important. And why do my site not show key symbol on the fifox but it is shown on the Chrome.
And where is my BLOGID?
I don’t know why Firefox doesn’t showing CloudFlare’s Flexible SSL Certificates.
There is no problem with this code don’t worry it will not affect your ranking 🙂
And your Blog Id is 4388404453005965008 For WikiHoidap.com 😉
hey, how can i add share button like ur blog in blogger. plz hlp
Abhinav this is a WordPress plugin
It is not available for Blogger but
I would like to prefer you Addthis and sumo ?
Parts of this page is not secure (such as images)
how to fix it??
Hi Abhinav,
You will have to manually change the image URLs (replace http:// to // if you’ve uploaded images using Blogger Uploading tool).
As we don’t have server side access of Blogger blogs, we can’t do it automatically.
Yes, we can change the URLs to HTTPS, but this has to be done before the page is even loaded, which requires server side access. 🙂
yeah thanx dude
Hello,
Doest claudflare would run good if my sites is getting good number of visitors, let say more than 300000 previews page day. Or it give bath-width issue or ay other issue due to many visitors online at the same time.
Yes of course.
Proof:
* http://s32.postimg.org/8x0zyowx1/screenshot_46.png
It still shows that “Your connection to this is not fully secure”. Any fix for that? As I have seen here other blogger’s blog have a secure padlock there.
I have just started my website. But before I can post, I need to get things ready such as “https”. My website shows secure, but then again it gets reverted to “your connection is not fully secure”.
my website: http://www.yourfitnessline.com
Hi sir need to once again ad blogger url with https in web master tools or not
To reindexed blog posts
Faisal, yes you need to add your blog URL with HTTPS on webmaster tool
Otherwise it’ll cause duplicate content issue.
If I add URL with https then it effect on my google search rank page or not
Yes It will effect your SERP but once Google indexed your HTTPS version then your ranking will also improve!
It’s very useful
Thanking you
Please reply im waiting
hey please tell me should i need to change http://www.yourdomain.com with my website address in html editor please reply soon
Hello! My custom domain was parked at godaddy, then when I entered “polishedpolyglot.com” it redirected to “www.polishedpolyglot.com” Now with cloudflare this is not happening and when I enter “polishedpolyglot.com” I get an error message :0
Please, how can I solve this?
Please Check Again that you’ve created page rule properly and in correct sequence manner? as the mention in this post.
“Now open your blog, and you will see that your blog’s homepage is automatically redirecting to HTTPS version. But now your blog’s permalinks is not in the HTTPS version, so we need to make all of them HTTPS and redirect the complete blog from HTTP to HTTPS.”
NOPE, my blog homepage is not automatically redirecting to HTTPS version !!
Nothing is redirecting!!
“Now open your blog, and you will see that your blog’s homepage is automatically redirecting to HTTPS version. But now your blog’s permalinks is not in the HTTPS version, so we need to make all of them HTTPS and redirect the complete blog from HTTP to HTTPS.”
This is not happening. I don’t want to tweak my HTML template if it is not already working for my homepage. Please, advice.
You need to add this otherwise your blog will not redirect and you may loss your traffic.
This code is safe doesn’t affect your blog’s speed.
My homepage is not redirecting to https. I did all the page rules in the correct order. It is not working.
In the “crypto” tab of cloudflare it is mentioned that issuing the SSL certificate can take up to 24hours. It has only been 16 so far.
The page rules also asked for a priority order of deployment and you don’t mention that. I created them in the order you proposed. But as the first rule is “always use https”, if the certificate is not issued yet by default the other two redirecting rules will not work. I am waiting for 24 hours to pass. But in the meantime could you please help me to redirecting “polishedpolyglot.com” to “www.polishedpolyglot.com” this used to work on godaddy but does no longer work on cloudflare.
My blog does not redirect to https version,
I am using .tk free domain.
abu3safeer.tk
I think your domain registrar doesn’t support the cloud flare
And check again you’ve added three all given code properly
sitemap is just http://mysite.com/sitemap.xml or its something different means a long piece of code ?
Hi, After Completing all the step. I cant see my blog. Its showing Blank.
Hi, After Completing all the step. I cant see my blog. Its showing Blank.
I just do it now, Will it take time to migrate?
Also I cant submit sitemap.xml, It shows error. is it because of not completeing 24 hours?
Now it showing my blog & https is also showing. But Not showing “Secured” in Green Colour
It’s because you’re having, what “Blogger” guys call, “mixed content”.
You’ll have to transfer all your blog’s content, from pages to files, from none encrypted sites/servers to SSL certified ones.
Thanks for sharing this very help full article now my site is on https.
tell me a thing bro that the 3 three pages we made ,you say to write same to same in the images so should i also copy the dollar symbol as well as shown in the images
Yes Bro “$1”
Indexes appear to be http because of the canonical tag. what should I do?
I did it.
But I can not find a solution to the canonical problem.
So the indexer looks http :((
http://i.hizliresim.com/p0WRvo.png
Wait and watch.
The URLs will be updated, once Google recrawls your site. 🙂
Thanks for this trick. I applied it and its redirecting to https but immediately after the page loads, its padlock changes from green to yellow, which is not a good version of https. Pls how do i fix this error?
Probably it is limitation of cludflare free plan
Thanks very much, hope it works
hii i followed all the steps and i got ssl layer for free for my new website a ton of thanks now i can add privacy policy to my website and monetize it…..
Yes why not. You can monetize your site and add privacy policy also.
Hi,
I did it, but I have a problem.
Canonical versions appear to be http. Could you help. Where am I making mistakes?
https://www.tvfrekanslari.com/
http://i.hizliresim.com/69N1d3.pn
http://i.hizliresim.com/69N1d3.png
Wait and watch.
The URLs will be updated, once Google recrawls your site. ?
I lost my Search Engine ranking dude. No one post shows in search engine of my blog. 🙁 please say how can i fix it
Wow! This is so awesome. I just enabled https on my site http://www.lanrocksoges.com/
hey prajwal rajput dear, i paste the code below the tag on top of my template but after psting the code my templte is not parse…it show error parsing ? plz reply
Join me on Facebook I’ll check
But everything is working fine on your blog I checked it.
I did it and I am getting the message:
“The page isn’t redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
This problem can sometimes be caused by disabling or refusing to accept cookies.”
What do I do?
Its working to my blog, thank you so much for sharing this tips.
https://www.lovequotesinlife.com/
thank for tutorial. its work
but i have a question , should i change all image link on my blog post from “http://….” to “https://….” or re upload to postimage*io and linked in blog post ?
Now blogger is automatically upload your images to HTTPS so you no need to reupload image again.
Just upload it normally
Thank you Prajjwal,
How about my other blog posts before applying the tutorial above?
If you have time to check my blog delaphan.com, padlock not shown green, and log says “Parts of this page are not secure (such as images)”
What should I do ?
This issue with some Blogger template, and some Blogger templates showing green padlock.
I recommend you to ignore this until you migrate to WordPress. Because changing the template will loose your SEO and traffic so be careful.
Thanks ?
Regards
Prajjwal Rajput
Does the script fragment to execute the replace throughout the page have jquery dependency?
If so, what if the theme doesn’t include jquery?
I’m getting a “Uncaught ReferenceError: $ is not defined
at (index):443” error on my home page…
Thanks
FYI — Blog Search was the reason my site wasn’t reporting fully secure.
I used the following to find and correct it…
https://productforums.google.com/forum/#!msg/blogger/j-Mqugmt9uY/nzbu0LOECQAJ
For anybody else having the same problem:
in your design html, search for
and change it to
I’m really thankful for you that you’ve identified the error and resolved it.
I’ve been updated the post with mixed content issue solution.
Hello, I tried everything you said, and it worked fine.
It was redirecting to my https immediately I finished, but after 30mins it stopped! Please what is wrong?
Thank you
My website is FreebrowsingWeb
Hey Prajjwal
As in a starting of a post u told its an gift for all who are using blogger platforms yeah its like a gift
Your trick is very useful nd easy too
So thanks for sharing it
Nd keep sharing such nice tricks to us
Thanks Prajjwal rajput this really helps new bloggers
Thanks bro for this article it helps me a lot.You explain all the step and make very easy to understand and executable.Also, thanks for finding the solution of the mixed content problem.Now I am successfully migrating my blog HTTP To HTTPS.Thanks, Prajjwal for helping me through this article.
Thanks Kunal for your good feedback, such comments are always motivates me to keep active in my work, and try to publish ? helpful and interesting articles.
Thanks again ?
Thank you very much for the tutorial, I’ve been searching for a solution about custom domain https on my blogger for ages and thanks for this I finally made it. One thing I have to modefy is that all the images urls must be https and must be edited manually.
I get these 2 errors:
GET https://www.yourwebsite.com/cdn-cgi/pe/bag2?r%5B%5D=https%3A%2F%2Fwww.google-analytics.com%2Fanalytics.js net::ERR_BLOCKED_BY_CLIENT
(anonymous) @ cloudflare.min.js:4
d @ cloudflare.min.js:4
(anonymous) @ cloudflare.min.js:4
(anonymous) @ rocket.js:4
n @ cloudflare.min.js:3
rocket.js:4 GET https://www.google-analytics.com/analytics.js net::ERR_BLOCKED_BY_CLIENT
q @ rocket.js:4
(anonymous) @ rocket.js:4
a @ cloudflare.min.js:3
(anonymous) @ cloudflare.min.js:3
e.when @ cloudflare.min.js:3
i.promiseSend @ cloudflare.min.js:3
(anonymous) @ cloudflare.min.js:3
n @ cloudflare.min.js:3
I tried to change the nameserver but it is also asking for IP address?
Your domain registrar?
pangalan.com
Hey Check the article again we’ve updated this with solution of mixed content issue 🙂
Thanks!
Thanx a lot you explained nicely. With your help I am using https on one of my blog https://www.amwayhindi.com . Green lock is appearing perfectly. I am very very happy, just because of you. Thanx again.
I did everything and it appears to be working except instead of having that green lock in the corner of my URL, I have a grey “i” in a circle. How do I get the green lock?
press shift+ctrl+j and resolve all the problem. open template editor and replace http with https, then you will see a perfect green lock with green https. you can see my blog https://www.amwayhindi.com
Did that, it didnt work
Hi Laura,
I saw your blog and found that you’re using the “Search Widget” in the sidebar of your blog, this is the reason why your Green padlock is disappearing again and again.
So find this code in your template: “
”
and replace it with this code: “
”
After this save your template and it will work for sure!
I get this error message when i load page..Pls help
”This page isn’t working
http://www.techzubi.com redirected you too many times.
Try clearing your cookies.
ERR_TOO_MANY_REDIRECTS
I think you should check your site again. It’s look fine ?
Still the same problem .. Pls check my site again. https://www.techzubi.com
Go to Draft. Blogger > Settings> HTTPS redirect
And Select “NO” 🙂
opp, i am getting error in blogspot template.
What problem?
Thanks for reply, but i forgot these two points,
First point of your paragraph text “Important things to follow:”
and second robots.txt file.
again thanksss
Hello, i did everything like as you said but my site is not working. When try to connect my site error code says “DNS_PROBE_FINISHED_NXDOMAIN” When or how to fix this problem ? btw site name “www.fleetreview-tr.com”
Thanks a lot
Hello.. Please read and reply my comment. I’ve tried your tutorial exactly as written. Thanks for that. But instead of increasing rank in the Google, my blog goes down and the viewer getting low and lower.. could you please check my blog https://www.mystupidtheory.com?
As far as I know, there is one specific anomaly that the viewer report on my Blogspot comes from USA, but actually it’s from Indonesia coz my blog is in indonesian language. Light me up please.. Thanks..
Hello. This is a great tutorial. I found it a few weeks ago and since then I have learnt a lot about CloudFlare and blogger HTTPS.
However, after following your guide I was about to successfully enable HTTPS o my blogger but I had a lot of problem with mixed content error.
So I decided to create a video that shows a solution for both setting up and clearing missed content.
I have enable SSL certificate on cloudflare and redirected my blog from http://www.aadhaarsupport.com to https://www.aadhaarsupport.com but I saw drop in search ranking and aslo have some mix content error. Even sitemap url was http so I revert to http://www.aadhaarsuport.com . Anyway thanks for your great article.
sir thanks for sharing all useful infomation about ssl certificate
Thanks for your kind feedback 🙂
Cheers!!
Hey Prajjwal! Great article. Yeah SSL Certificates now very importation to any e-commerce website to secure your payment mode . Thanks for sharing this perkful information. Keep it up.
Please, can Https increase my earning in my Adsense revenue?
No!
thanks admin/poster for this detailed tutorial, i reallly appreciate.. i have taken all the steps given but i still feel like am missing something. please kindly visit my blog to know if i got it right. http://www.johntechservice.com.ng thanks
I don’t get this part, you say:
And search for the “” tag (without quotes) and paste the following code above the
[sociallocker id=”852″]
(code I changed)
[/sociallocker] Now after this, find the below code in your template:
But are the [/sociallocker] parts before and after supposed to be entered in the html code, or not? I typed them into the code above and below and now it just shows up on the homepage as text.
Check again this part I’ve been updated this 🙂
Hi, HTTPS from CloudFlare is Installed on my blog as per the post. Still Not showing green label SECURED badge. When I checked using(Ctrl+Shift+J) found having issues with mixed content. Also, template home page is not fully loading (https://www.techzubi.com/). Pls, guide on how to solve. Thanks https://www.techzubi.com/
Nice article i like this post
My blog redirect to the https version but it shows that its not fully encrypted. I got this :
this page includes other resources which are not secure.
Please tell me how to fix this ??
Check that there’s any mixed content issue?
I am shocked to know that it is possible. Thank you admin to prove me that I haven’t done anything wrong by choosing blogger instead of other paid hosting sites. ?
HELPFULL BUT COMPLEX !
Nice blog but i am worried about indexing and Ranking and backlinks i have created. will it affect. Pls answer
It will affect your ranking for few days but after your HTTPS URLs get indexed properly your ranking will also bit improve well, after all, SSL is the ranking factor.
And in case of backlinks, you’ll never lose your links because your whole blog is 301 permanent redirected to HTTPS means all the Link Juice flow to HTTPS version of your blog, so don’t worry about this 🙂
I just enable enable HTTPS to my blog. Thanks
Hey
First of all thanks for a wonderful tutorial.
I bought the domain from Google itself, and in
Settings > Basic > Publishing > Blog Address – setup http://www.mydomain.com
My website is opening with only http://www.mydomain.com not with ” mydomain.com ” ( i,e; without “www” it is not opening ).
Anyways, after this
I followed all the process as mentioned, but site is still not redirecting to https.
Could you please troubleshoot.
Site url is http://www.top10beach.com
Hi, I also want to do it, does not work for Post titles http://www.decus.pk/
Yes Its Very Great Artical I Gain Knowledge from here thanks for share this important information keep it up
Nice article with detailed guidelines
Thanks for sharing this article. Keep on poѕtіng! ?
Thanks.
This is really helpful. Just finish with my blog UrbanNG.com now .
Hi Prajjwal,
Yay! I got an https, but I have a circled “i” instead of a green lock in my url. Somebody else had the same problem and you provided them with a code (above). Unfortunately, the code is no longer there.
Would you be able to help me? My url is: https://style1.co
You need to forced search widget to load search results in HTTPS
Nice Article sir…
Keep it up
Good work
Thank you very much 🙂
The problem is that once you´ve “migrated” to https, your sitemap.xml will still be indexing your http://, and for now I havent found a way to manually create my own sitemap on blogger 🙁 Any ideas?
We can’t make the custom sitemap for HTTPS URLs, only Google can do this. Soon Google will allow making the feeds HTTPS enable then this problem will get solved.
Thank you! I was trying for a while to figure out how to fix the forced http search widget!
Wow 😀 Your Problem is now solved that’s good, do share this post with your fellow bloggers
Awesome followed your Guide and it is Active now on my Blog. https://www.bloggerspy.com/
Glad to hear about this 🙂 Thanks for your feedback
Cheers!
good job
good job sir
Wow… Let me give it a try
Hi,
You are talking about Advantages of using SSL Certificates on Blog/Website and also writing so lengthy article how to migrate custom blogger domain to https:// from http://. but surprisingly your own domain (https://api.howtoshout.com/enable-https-blogger-blog-custom-domain/) is not https:// enables.
Can we know the reason sir ?
We’ll move to HTTPS soon 🙂
I need help doesn’t work on my blog
http://luverdemusic.net
What’s Your Problem?
Awesome Tips Brother
Thanks for sharing such as useful content 🙂
Best wishes for your next Goal.
@Regards
Sagar_Chauhan
I followed all the steps.. its showing https but it’s not showing secure or lock icon.. How can i see that??
There must be mixed content issue on your blog fix it by changing all URLs from HTTP to HTTPS in your template
from html editor ???? sorry I have not much knowledge in blogger… help me pls
Yes, what’s your problem?
After following your guide and installing the code, when I go to check my blog with HTTPS in Google Chrome, I get a page that says “This site can’t provide a secure connection”. How do I fix this issue?
Sorry… is there any penalty when going back to https.
Is there any penalty when going back to http.
HTTP I Mean
Great Post Buddy!
This has proven to work for almost anyone who visits.
Have a nice day!
i Think you missed adding blogger C name server ghs.google.com with www or without www
Thanks…. This really help me
Great tutorial. very useful for beginner like me. now my site https://www.musikpopuler.com use https 🙂 thanks…
Nice Articles. it works perfectly
thanks it works
Still not getting Lock icon on chrome 🙁
My site is
https://www.pinoynoob.info/ please help me in debugging errors 🙁 .
By the way ,thanks for your tuturial 🙂
I have done everything but not my site is not loading now error coming….can u please see….
Your site is loading :/
This is a great post especially with the upcoming warnings for http sites. I followed the instruction but I can’t seem to get rid of the insecure search. Something with the blogger navbar is affecting the code.
Go to ‘Edit Html’ and manually search for nav-search code and delete that whole code
Thanks for the tutorial.. Is there any solution for “https” sitemap feed?
https://hackersnews.online
Wow… Thanks for this article… I will try it out…
I was thinking about this and this post do looks amazing. But I was confuse a bit because of does it really helps when it comes to SEO.
Making the site from http to https of custom domain hosted in Blogger does seem pretty well. But thinking about the SSL editing seem really confusing.
Btw, thanks a lot about your post. It does make it Https. anyway
Custom domain I really can not ssl yes, that’s why, whether ahrus buy ssl
please check http://www.infomerek.xyz/
Hello, thanks for this good tutorial. I moved my blog to HTTPS successfully,
https://www.findaviationjobs.com/2017/10/virgin-atlantic-cabin-crew-jobs.html
but one last thing.
The Green padlock still goes off after the site pages load. What’s the fix for this pls
Nice update, it is helpful for blogspot users. WordPress owners can use it too
Thanks…however I’m getting an error reply while trying to enter the second law. Please what could be the cause?
it’s work! Thanks so much!
but I can’t see “Blogger Dashboard” where can I find it? I google it and got nothing!
Strange?, You can’t see Blogger Dashboard???
Go To http://www.blogger.com LOL?
LOL now I see it! 😀
Hi. Followed all the step. Now my blog is not loading . Please help
Please check that you have followed all the steps correctly.
I like your method and its quite easy dude thank you.
nice inforamtion sir
I need some help, my blog is working with cloudflare ssl, but the browser stills showing NOT SECURe, even though is using SSl. can you check on that please?
regards!
Thank you so much.
It’s working fine for me at ezhanyu.com
is that automatically for google analityc or any change again
Hi,
There is no option in Page Rules such as “Always Use HTTPS” What should I do? and in Cloudflare it says Status: Website not active (DNS modification pending)
http://www.decus.pk/
This article is really amazing, it took my whole day to make my completely SSL certified but now its totally SSL certified site with a green lock on every browser. Thanks mate for your help. My site is now https://www.decus.pk/
The trick works all thanks to “how to shout”
The process seems to be very long but I think I will experiment it with one of my blogger dot com blog. I wonder why by default blogger didnt allow https for custom domains
But soon Google will release this feature too.
thanks a million for sharing this awesome post.. works perfectly for my blog
Great! I’m so glad that my guide helped you 🙂
Thank you its working dude
Though even I knew how to implement the https , I didn’t knew anything about the three screenshots you provided, However I would Suggest you to change you blog into AMP.
please am getting this mixed content error “Uncaught SyntaxError: missing ) after argument list”
and the error is showing is among one of the code your said we should add
Its because you didn’t change your SEarch results page to HTTPS please read the complete guide 🙂
please am getting this mixed content error “Uncaught SyntaxError: missing ) after argument list”
and the error that is showing is among one of the code your said we should add
am getting the error in this line of code
var n = i.replace(http://www.yourdomain.com, “https://www.yourdomain.com”); $(this).attr(“href”, function() { return n }) }) });
CAN U TELLE ME WHY U CHOOSE “Low” ON the Security Level section option
If you choose the High option then your visitor will first ask to solve the captcha and it will not good for your visitor, so that’s why I’ve been preferred you to choose the “Low” option. 🙂
Hello Admin check my blog Getting error ..unable to update ..please do somethings
Everything is working fine :/ please check again your blog!
I did these settings but now my website is not working. Should i change DNS settings? Or server transfer is enough? (From old company to Cloudflare) How can i solve this problem? Thank you for your help.
Have a nice day.
Nope! you don’t need to change DNS again though it takes some time to propagate your nameservers on Cloudflare so wait after this your blog will up with HTTPS, so wait for sometimes. If it’s working fine do let us know via a reply.
Have a great day!
Hi, i changed DNS manually and now it’s working fine. Transfer was not enough. Thank you for your help.
Thanks, it works perfectly.
Awesome post sir…
Hi bro, I really enjoyed your article on how to migrate from http to https for custom domain in blogger blog. After successfully migrating to https, one thing is left undone. The homepage of my blog has the “Secure Padlock” as expected; but when clicking on a “Post Page” the “Secure Padlock” will appear then disappear (very quickly) leaving “i” (instead of “Secure Padlock”). How do I get this fixed.
Link: http://www.saywishes.com
Waiting for your pro guide on how to get this done. Thanks.
Thank you, my friend, finally am finished with the whole guide i think its fully SSL now if any expert here can you check if its done right? https://www.townofteh.com
I meant https://www.townoftech.com
Yeah, It’s working fine. Great Now your blog has SSL Certificates Cheers! 😀
is it improve my ranking on google
Great tutorial, thank you ?
Just to let you know that you have several errors on your piece of code
– you shall use single quotes ‘ instead of double quotes ” (the blogger theme editor messes with “)
– you’re missing the function .text() without which the function string.replace() won’t work
– you have a typo inside the function replace, since the quotes are missing
– you should tell people that with this code they need jQuery
it should be:
$(document).ready(function() {
$(‘a’).each(function() {
var i = $(this).attr(‘href’).text();
var n = i.replace(‘http://www.matematicaviva.pt’, ‘https://www.matematicaviva.pt’); $(this).attr(‘href’, function() {
return n
})
})
});
Cheers and thanks for the great tutorial
ah, now I found your bug
you may have empty href, thus the problem was not with text()
You had to check whether the i exists
here the good code
$(document).ready(function() {
$(‘a’).each(function() {
var i = $(this).attr(‘href’);
if(i){
var n = i.replace(‘http://www.matematicaviva.pt’, ‘https://www.matematicaviva.pt’);
$(this).attr(‘href’, function() {
return n
})
}
})
});
Hi bro, Thanks for the beautiful info. it helps me a lot to solve all of my problems. Thanks again.
Nice article,
i am planning on moving to wordpress soon, if i move my blog url from http to https will it affect me during my migration to wordpress.
my website url http://www.myschoolinfo.com.ng
Thanks a lot brother. it works for me.
Nice article,
i am planning on moving to wordpress soon, if i move my blog url from http to https will it affect me during my migration to wordpress.
my website url
Yes, you may face some ranking drops but after some time it will back again stable.
I have done everything but it is not working. It is opening without https.
Please help to resolve the issue.
please help me! its urgent.. I successfully carried out the above procedures and my site is now HTTPS enabled and secured. But the only problem am having is that if i want to share a post that has an image, when its shared using share buttons the image does not appear. It is only the post link that do appear. I have even tried different share buttons, but still experiencing the same problem… Kindly reply
please help me! its urgent.. I successfully carried out the above procedures and my site is now HTTPS enabled and secured. But the only problem am having is that if i want to share a post that has an image, when its shared using share buttons the image does not appear. It is only the post link that do appear. I have even tried different share buttons, but still experiencing the same problem… Kindly reply.
Helo, I followed your guide and everything worked perfectly. Iwanto say a big thanks to you. I have one problem now. I implemented thyis tutorial a month ago and now my ranking is droping. How to i go over this please. Here is my blog https://www.goodiestech.com/
Awesome post ..Surely its gonna help many bloggers. I have also installed it successfully on my blog http://www.techzubi.com. But later I removed Https as some of my blog widgets were not working properly.
I want to migrate from blogger to WordPress. I don’t know if it can affect any problem to my site
Pls help me review it here>>>
http://www.sephoranews.com
Hi Prajjwal,
I followed every step you said above. And my website is now redirecting to https version. But there is one problem. My website is not showing secure in the address bar. Please help me.
All Done But I am not Index By Google again. Even If i submit my post Manually. It will appear on google but later disappear https://www.codedwaparz.tk
Help Me.
Why you’re using .tk domain, As Google does not give much priorities to this extension and even your competitors might be using the TLDs then why you’re not
Sir please help my blog its been two days when I follow this steps my blog site always got error 404 and My site post always look like this https://www.magtvnatambayan.com/www. there is www. in it… after that it will automatically back home..post always error
Please recheck the Page rules that you have made in Cloudflare You must have made a mistake, read the Page Rules section of this article and resolve it.
I already checked it…what will happen next. …please try to look at my site…and see the post.. it will alwys error 404…
Everything is working fine at my end!, I saw your post, your all posts are showing without 404 error 😀
Try to visit your site with another device or clear your caches
hello i follow your tutorial but there are two problem , my breadcumb stil show www link, XML blogger show only www not https . please see and help me https://www.travelsbogorbandung.com
I have noticed that Blogger has started giving https to a selected few custom domains hosted on blogger, they should at least inform others to move on their own or wait for Blogger to do it for them.
Have a look at https://draft.blogger.com Settings tab.
Bro,
I have done the process as you had shared in youtube and this blog and recheck twice but its not getting show https,
Can help on this
Now we seems no need to the cloudflare as blogger have gives us the default SSL for a TLD blog
Ok I will try it out
now, ssl TLD can also be enabled from dasboard blogger, access through draft.blogger.com
Good info sir very well written. keep sharing these kind of article in coming posts.
Hi Mr Prajjwal Rajput.
Thank for helping us and many more getting ssl on our site.
Excellent details post, but easy to implement.
Keep up with good post and Ten thumbs up!
i have tried mine but its saying that too many redirects to this server,www.oracleloaded.com
Now Blogger Blogspot has officially supported HTTPS for custom domain by default. That means you don’t need to use CloudFlare. You can simply activate the HTTPS for your custom domain from your Blogger Dashboard.
Hope you like it.
Read this post again we’ve been already updated this post with the New Blogger Official SSL, probably you didn’t read that section.
Its Perfect! working on my blog.. I have installed it successfully on my blog
Thanks!
Finally I could install the SSL certificate on my site……
Thanks a lot for this…
But how to migrate cloudflare https to blogger https because it shows “HTTPS Availability is being processed. Check back later.” I am waiting for last three days but it is still showing the same message.
Please help
Me too..:(
Plz help me! My blog http://en.kome.cafe don’t turn on HTTPS but my main domain https://www.kome.cafe is ok
Thanks for this tip. I have implemented on the site but is almost 4months now that search returns on my posts are still in http
Please! Please! I need an answer to this question: if I finally get the green padlock, do my visitors need to type my domain name as https//www.mydomain.com, or they can just type my domain.com, please i’ll be glad if you answer my question, Thanks…
No, it will redirect automatically.
Nice Article, any website without HTTPS is not usually trusted.
Thanks, it’s really working.
Thanks sir, I have installed it successfully on my blog
Thanks so much bro, it works for me.
check it out here NIGERIAN TECH BLOG
Hi, I have a problem. If I try open my blog with old, and indexed, and popular url, then I got a redirect warning:
“This blog is not hosted by Blogger and has not been checked for spam, viruses and other forms of malware.”
This is very bad for my seo, and make scary my visitors, and nevertheless this is false information, because the blog hosted by blogger as well.
There is any solution?
The old domain name is:
https://ezomix.blogspot.hu/ – and this is a bad warning message
the new one is:
https://www.ezomix.hu/
It’s working on my end and doesn’t redirect to a warning page.
When you have “yourdomain,com” in orange, am I suppose to add my domain name?
Yes, replace it your domain name with its extension.
Do enabling this gone really help dude!
Hi.. Nice tutorial.. i have followed all the steps very carefully… but when i try to open my blog https://www.techvml.in showing “This page isn’t working”
“redirected you too many times.”???
Kindly advise..
Thanks in advance..
This article really helped me alot
I just enabled HTTPS on my blogger blog for free, thanks a lot for the article
Strange, I still cannot use https for custom domain in blogger. Message is Warning: HTTPS is not available at the moment for custom domain blogs.
Where is the official statement link from Google that says it is now possible??
do this via: draft.blogger.com
Hello, i need your help. At the point page rules is no point always use https. 🙁
Please describe more, are you unable to find “Always use HTTPS” option in Page rules? or anything else?
Yeah where you stuck?
Hi Prajjwal,
I think you have to update this post. Now there is no need to follow all the redirect procedure mentioned in this guide as Blogger has come up with it’s own SSL Certificate along with Redirection.
Hi MJ,
Thank you for letting me know, but if you want a free CDN then you can proceed further 🙂
very nice and creative website i must say….keep it up….all the very best
Very nice post …..its Working
Thank you very much , it’s really working ? !!!!
Dear sir you are provide great information but page speed insights tool shown my blogger avoid landing page redirects in mobile version,I don’t know how to do it,please tell me,I show you example below:
Avoid landing page redirects for the following chain of redirected URLs.
http://www.bloggerguider.com/
http://www.bloggerguider.com/?m=1
https://www.bloggerguider.com/?m=1
Hi,
You need not to create these 3-page rules, all you need to do is just enable the HTTPS option and redirect from “Blogger Settings”
To Fix Mixed Content issue, read the steps mentioned in this post 😀
Thanx a lot you explained nicely. With your help I am using https on one of my blog http://www.mediagujarat.in/ I am very very happy, just because of you. Thanx again.
Why Its Shows “HTTPS Availability is being processed. Try again later.’ 10 Hours of Waiting…..
hi good morning sir
nice information share that is should be required .
Hi. Nice Article, you explained nicely and its working.
I have a mixes content problem with jquery-1.11.0.min.js. Anyone knows if there is something i can do?
Thanks, man! now my SSL padlock working fine. First, it was grey but after trying your method now its turned green.
Thanks Sir for give nice information about https .
That’s really helpful tips for blogger users.
Thanks
I used this guide to install https on my blogspot blog.
Everything worked fine.
thanks
i try it and it work for me perfectly
Hi,
I want to know why my blogger blog is not showing permalink in a google search.
showing ” nellieandco.blogspot.com › Blogging ” instead of showing “nellieandco.blogspot.com/2015/07/change-blogger-post-permalink-url.html”
Because of Breadcrumbs, it is included in your blogger template
Wow, it Really Works for my blog, Thank You!
wow really working for my blog thanks
My blog is now fully https secured with green. Thank you for this wonderful post.
It is indeed a great article and that helped me a lot as I was searching does a custom domain in blogger can enable https and you have given me the right answer.
Thanks.
Krish
Wow… really a great article. My blogs InfoGuideAfrica.com, Reporter247.org and Know.com.ng are now fully secured, thanks to HowToShout.com
Thanks for sharing, I’m done with my own ssl now.
It worked for me, thanks.
Google has included their own SSL for my blog.
Nice article admin. I have successfully done https on my blog.
i have followed all the steps and its work.
I’m using blogger free https , can i use it together with cloudflare cdn.
please I need a reply.
Wow such great and effective guide
Thank you so much for sharing this..
Hi,
I use blogger and i have a problem, please help me.
– I don’t know why https://uchetechs.com extension is not working without WWW. but others are.
I don’t know if it is my hosting company or my dns settings. Other bloggers own are working
Your site is not redirecting to www with HTTPS but redirecting to www without HTTPS, check there must be an option to enable the redirection from non-www to www
Thanks
Good work
Please reply here – i just ticked Notify me of follow-up comments by email.
Thank You For the Information I searched too many sites for configuring Cloudflare in Blogspot but I failed to found this.
Thank You So Much To Fulfill my needs.
I was able to get free SSL and setup was easy with free domain and blogger.
Thank you for this guide. Is this working fine this 2018?
I’m very excited to try and used my park domain in blogger…
Thank you for this guide.
Is this working fine this 2018? I’m very excited to try and used my park domain in blogger
Thank you
Hiii,
Thank you for your information .i am applying ssl certificate for my website.Thanks for Sharing
Hiii Very Good Article. I apply these Steps To my Website. Now i Can make my website Http enabled.
Thanks A Lot
Hi, my page is throwing an error. That it was redirected too many times. Please help. I have done everything up to the editing html in the theme stage.
Thank You for Telling Now my website is also have SSL.
Keep Up the Good Work Sir.
Hiii Very Good Article. I apply these Steps To my Website. thanks 🙂
I have to delete my http version blog and then add the https blog to serach console
NICE ARTICLE FOR PEOPLE HELP MY SITE
But how to migrate cloudflare https to blogger https because it shows “HTTPS Availability is being processed. Check back later.” I am waiting for last three days but it is still showing the same message.
Plz help me! My blog http://en.kome.cafe don’t turn on HTTPS but my main domain https://www.kome.cafe is ok (2 this domain are using Blogger, 3 other domain are using WordPress: https://onggiomakem.com https://hopdaithanh.com and https://onggiotanthanh.com all are OK – all use Cloudflare DNS)
Thanks all
Just remove the Cloudflare and enable the HTTPS from Blogger Dashboard
I’ve tried, and the results are quite nice thanks for this article
I’ve tried, and the results are quite nice thanks for this article
Thank you nice article I will try these steps on my website
Nice Article I liked this post
Nice post will try it on my new website scienceupdatesng.com
Its really working method, and the same for WordPress. When be try to install SSL certificates always choose https:// directory WP
Thanks . Very good
This is to thank you very much sir, I never knew there exist a good teacher like you
Thanks it really works for me.
Thankyou for this. Always good to hear from the experts. I guess there is a difference between using many and using them intelligently. Thanks for the post, very helpful.
Yeah, It’s working fine. Great Now your blog has SSL Certificates Cheers! ?
Thanks a lot brother. it works for me.
Cheers!!
Hey, this is such a nice guide. Thanks for sharing this !!
I am new blogger and this article very helpful for me thank you very much and I recommend every new blogger to visit this website.
Thanks 😀
Really in today era to beat your competitors Https encryption is the most important factor
Yup 🙂
Thanks for sharing
wow such a great info
thanks for sharing it sir
Thank You for the nice tutorial. It helped me a lot.
Big thank to admin for sharing this great tutorial, i have sucessful fixed mixed content error on my blog
Good job
Thank you sir, it’s working in my blog
Very good head is your article, I will come to your website.
Nice Blog. It’s important that your business website is safe & secure.
#SSL certificates bring a lot of benefits for your #business – they protect your customers, make you look more trustworthy and help you to avoid #Google penalties.
If you have Ecommerce website then you must have ssl certificate for your business .
Hello, indeed you have done well by sharing this article. i followed the steps gradually and integrated the CDN and now my site is opening fine on Glo with SSL installed.
Thanks so much for sharing, i really appreciates.!
Awsome.. i am using blogger. The given steps are easy to implement. Thank you.
Error 503, I need to always refresh the page…
Its really working method, and also working on wordpess, now its shown on my site with ssl certificate free of cost just need coustem domain
thanks teacher
Thanks very much sir
You are my blogger teacher
love you
i have one question – should i active cloudflare free SSL or paid SSL
Google is also providing free SSL you should use it.
Very good article is sir you are great thanks
Thansk for adding this great post.
This post helps me lot.
awesome work keep it up the good work
This website really has all the info I needed concerning this subject and didn’t know who
to ask.
Thanks very much sir
You are my blogger teacher yaar
Nice Site
Its really working method, and also working on wordpess, now its shown on my site with ssl certificate free of cost just need coustem domain
thanks
these only for newbie bloggers very helpfull article
I have ssl certificate, but it only shows that my home page is secured but single post page shows not secured. Why?
Thanks for sharing this very help full article now my site is on https.
Thanks for sharing it loved this
Thanks for the best article loved this
Very useful article for us, thanks.
Very useful information. I have learned a lot from this article. Actually I did not know anything about all of these, but now I am learning a bit.
This article was really helpfull. Thanks!
Its really working method, and also working on WordPress, now its shown on my site with SSL certificate free of cost just need a custom domain
thanks
Great blog here! Also your web site lots
up very fast! What host are you the use of? Can I am getting your
affiliate link in your host? I want my web site loaded up
as fast as yours lol
I’m Using VPS named DigitalOcean.
Nice brother..thank you for this great article…
Aapka Post Bahut hi Achchha hai sath me likhawt bhi sundar hai
very good information may I know how can I subscribe your Whatsapp update
Very informative article sir. I am new in the blogging field. I am so motivating from your blog. I have learned so many things from this blog.
Thanks for amazing post. I was really looking for this tuts.
Please check my website it’s working fine or not
https://www.selectivf.com/
It’s Working Fine!
wow. finally i have done that. thank you for sharing step by step guide here.
Hi, After Completing all the step. I cant see my blog. Its showing Blank.
Revert back to all changes you made and enable the SSL from Blogger Settings.
thanks for the heads up, google own SSL is working great
It’s really working thanks so much sir.
Wow very nice article, with full fill of information
Nice information sir
Thanks
I have fix it on my blog
Really it is working. Successfully I did it with the complete guidance of this post
What is the difference between Free ssland paid ssl.
Thanks for shearing this type of article .. keep it up..
Sir Mere Website pr Adsense Ka Approval Nahi mil raha hai kya karu
policy Voilation ka Error aa raha palagrism Check kiya hoon 100% unique hai please reply
Thank You for Helping me Through your Article Nice Article
Nice Information for Us
Thank You for Helping me Through your Article Nice Article
it is very important article for me thanks!
This article really helped me alot Thanks!
very informative post sir
very good sir aap bahut acha article likhte ha
how to shout is same like pro website shoutme loud
hello sir, can i collect the material and make it a free ebook? share with beginners
You can but with giving the proper credits to.
Wow… really a great article. My blogs are now fully secured, thanks …
It is brilliantly explained and imparts real information . I really like this article its its just great piece of information and also looking forward to come soon and read more articles.
Thank you so much for sharing with us
very useful content
Go to settings >> Basic and just enable the “HTTPS Availability” to “Yes”
This does not work — gets an error.
See: https://support.google.com/blogger/thread/28520414?hl=en
Hi,
this article very helpful. I use Cloudflare SSL certificate on my 4 websites but One website is a movie website. Cloudflare sends me DMCA two time on my movie website. so I give simple advice don’t use Cloudflare SSL on a movie website.
Wow… really a great article. My blogs are now fully secured, thanks …
Really Great Website Bro
i’m trying to redirect my blog from http to https, done all the process but unable to do this on blogger.
great article i used it on my blog now 🙂
This was an interesting read. Now my website is secure thanks to your wonderful article. ?
What an absolutely fantastic post. Thank you so much for share this post
Thanks, work at my blog!
I want this information that I have obtained this blog.
thanks for the heads up, google own SSL is working great
thanks a lot
Hello, can you please make a tutorial about redirecting a blogger custom domain to another website (301 perm redirect) for backlinks purpose
nice article thanks for share this information
In this post, you share lemon’s best information. I am grateful to you for this.
This was an interesting read. Now my website is secure thanks!
Sir please write a article about backlinks
Wow, this worked perfectly on my sites… Thanks for this
sir mujhe 2 saal ho gaye but my site not ranking. so Pls Help Me How To Rank my Site
Make links
WOW
seriously, how well you write, and how deeply you inform.
Do look at my website also hindipulse.com thanks in advance
Thanks for this information but I have question can I use SSL in my subdomain
@ http://astrology.beexpensive.in/
Yes, it also works on the subdomain just make appropriate page rules in Cloudflare.
Nice Arricle..and i really like this
Sir i have a question. I created a blog via blogspot and added custom domain to it. I have submitted my blog to google search console and sitemap also but till now i have wrote around 15 posts but my posts are not showing up on Google. Please help me.
It is causing the indexing issue. Other bloggers are also facing the same.
Very Very Niche Article Thank you For Sharing
Amazing,
I did not buy any SSL Certificate but after implementing this trick… I got redirected from HTTP to HTTPS.
Thanks, brother…!
Great article ??
Very helpful, the discussion is complete and easy to understand. Thank you for sharing a very good article
Reply Good Information