Skip to main content

Server Sync https SLL {"message":"Invalid base url"} every time :(

Comments

3 comments

  • Sandra Prunici

    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,
    Sandra

    0
  • Sebastian Hoffmann

    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
  • Sandra Prunici

    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,
    Sandra

    0

Please sign in to leave a comment.