Server Sync https SLL {"message":"Invalid base url"} every time :(
Hi there,
already read a lot her about the SSL Server Sync problem here … Had that tiresome problem already a few times when I server synced pages to the root directory. Now the same thing when the site in synced to a folder.
At least I found out it matters what URL you open the site the first time.
Opened first http://… -> http works but https doesn't
Opened new upload first https:// -> https works but http doesn't
And, yes, it's the last step to upload the server sync files …
-
Hi, Sebastian,
I copy the URL with HTTP to search it on the Incognito mode of the browser. I found that it makes a redirect to the HTTPS. See here. If I try to delete the HTTPS and leave only HTTP, anyway it make the redirect. Did you make some changes?
Thanks!Best regards,
Sandra0 -
Thank you.
Yes, I actually added a redirect:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]Wonder if it could somehow be part of the download package? Or you get to select before downloading wether you want to sync to a http or https.
Thanks
0 -
In most of the cases, it is depending on the hosting. Sometimes it makes automatically this redirect and other need to add this redirect. It is great to know that all is fine now. Thank you for informing us regarding this!
Let us know if we can help you with something else.Best regards,
Sandra0
Please sign in to leave a comment.
Comments
3 comments