I am using a sub-domain from infinityfree and the option to add an SSL on to a sub-domain is not available in the control panel ssl area. I checked the .htaccess file and the following is present:
RewriteEngine On
RewriteCond %{HTTP:X-Forwarded-Proto} =http
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
Why does my site warn me I am visiting a site that is not secure?
@scottrturner said:
I am using a sub-domain from infinityfree and the option to add an SSL on to a sub-domain is not available in the control panel ssl area. I checked the .htaccess file and the following is present:
RewriteEngine On
RewriteCond %{HTTP:X-Forwarded-Proto} =http
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
Why does my site warn me I am visiting a site that is not secure?
@scottrturner said:
I am using a sub-domain from infinityfree and the option to add an SSL on to a sub-domain is not available in the control panel ssl area. I checked the .htaccess file and the following is present:
RewriteEngine On
RewriteCond %{HTTP:X-Forwarded-Proto} =http
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
Why does my site warn me I am visiting a site that is not secure?
So the hosting company is running the sub domain without an SSL? I may not understand the logic in place regarding the SSL.Why would the hosting company want its clients to build on a sub domain without an SSL?
@scottrturner said:
So the hosting company is running the sub domain without an SSL? I may not understand the logic in place regarding the SSL.Why would the hosting company want its clients to build on a sub domain without an SSL?
Because the hosting company has no way to provide SSL for the subdomains?
We’d love to offer free SSL and we are working on providing it (and are well on the way for custom domains). But every provider we know which offers free SSL (and makes it feasible to install them on a large scale), has limits on how many certificates you can issue per registered domain. With Let’s Encrypt we can’t even acquire 0.1% of the certificates we would need.
On small scale, using Let’s Encrypt is easy. On InfinityFree scale, absolutely not.
@scottrturner said:
Is there a way to change my site from HTTPS to HTTP in the phpbb or any other settings?
Of course! Just do whatever you did to force HTTPS in the first place and do that in reverse. Did you add .htaccess codes? Remove them! Did you change settings in phpBB? Change the settings back!