I came to stir things up on the forum! Hello, brothers ![]()
I’m experiencing the same problem with the SSL on my blog (insaitch.com.br). I’ve had the certificate installed since December 2025.
Now I’ve started paying attention to the blog again to solve this quite noticeable problem, but I can’t. And in my searches I came across you guys.
I’ve already tried forcing it through the .htaccess file with about three different codes and nothing.
(InfinityFree)
RewriteEngine On
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteCond %{HTTPS} off
RewriteCond %{HTTP:CF-Visitor} !{“scheme”:“https”}
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
(Host2B)
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
(WhyNoPadlock?)
RewriteEngine On
RewriteCond %{HTTP_HOST} insaitch.com.br [NC]
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://insaitch.com.br/$1 [R,L]
Before contacting you, I also tried the famous WordPress plugin “Really Simple Security”. It didn’t solve the problem for me either.
Now, addressing the Owner Administrator of InfinityFree:
"There was a problem on our end that caused the SSL certificates sent to not take effect correctly on some sites, including yours.
This problem has now been fixed and your new SSL certificate is now available on your site!
Of course, this doesn’t matter much if you’re switching to Cloudflare. You’ll still have to wait for the DNS cache for this."
My question is: have you fixed this for all sites, including those from December and earlier? Could you check the case of my domain (insaitch.com.br) to see if we can reach a resolution?






