(please specify the website or account you are asking about)
The server Is probably offline
(please share the FULL error message you see)
I tried to add site kit to my site but when I try to configure it i got the error “The server Is probably offline” what can I do?
(other information and details relevant to your question)
Also to me is working BUT i got what error
I got “Internal Server Error, you are probably offline”. How is possible if i can visit the site and use other features?
KangJL
5
How about fixing this issue first?

Maybe it is the cause of your error?
What? I don’t have idea at how can fix it i tink i will migrate my site to another infinityfree account
KangJL
8
Use Really Simple SSL plugin?
To redirect http to https, add the following to the top of the .htaccess file:
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://wp.overloadedtech.com/$1 [R,L]
Note: I already added your domain, so just copy as it is! 
What she meant was, you can use that plugin in WP to redirect http traffic to https
I deactivated the account. I will create another one. Always thanks for the help
Um, you will still have the same error if you set it up the same way. Avoiding problems is no way to make them go away.
Admin
15
Do not use Automatic HTTPS Rewrites. It tends to cause a lot of weird issues and breakages.
Instead, you should follow this guide to setup Flexible SSL with WordPress:
Or you can set Cloudflare to “Full” SSL, get a Self Signed certificate from us and install that to your website.