After changing subdomain multiple logins needed

Permalink
Hi everybody

I moved a concrete5 8.3.2 from a subdomain (new.domain.com) to the root-domain (www.domain.com). I changed the base url and everything is running as expectet - except the login.

I go to the auth page, enter the credentials and I'm seeing the backend. Then I click on something in the right menu and I have to enter my credentials again, also if I ckeck the box "stay logged in" at the beginning.
If I use the little arrow on the upper left to go back to the site, it looks like I'm not loggeg in, too.

I cleared the cache (browser + concrete5), tried different browsers and computers - everywhere the same behaviour.

Any idea how to fix it?

Any help is much apreciated.

Thanks,
Lars

 
stewblack23 replied on at Permalink Reply
stewblack23
Hey steinersystems

Odds are you have Full Page Caching on in all cases. Go under System & Settings > Optimization > Cache & Speed Settings. Then turn off Full Page Caching if its is on. Then manually clear the site cache and that should fix the behavior when logging in to your site.
steinersystems replied on at Permalink Reply
Hi stewblack

Thanks for your reply - but cache is already turned off, still got the "error".

Thanks,
Lars
stewblack23 replied on at Permalink Reply
stewblack23
Hey Lars

If you can send me a link to the site and I can take a look. Did you manually clear the cache? Are you using an SSL certificate on the new URL?
steinersystems replied on at Permalink Reply
Hey stewblack

I've sent you a message ;)

I cleared the cache so many times... SSL: Yes, lets encrypt via plesk-plugin. And I also use cloudflare as http proxy (if this matters in some way)
stewblack23 replied on at Permalink Reply 1 Attachment
stewblack23
When I pull up Chrome Developer tools and look at the console I see SSL errors. (See Attachment) Looks like you need to update the certificate with the new URL. I'm not all that familiar with SSL certificates, but I'm pretty sure that's causing your login issue.

I would contact your web hosting and see if they can help you get the SSL working correctly.
ConcreteOwl replied on at Permalink Best Answer Reply
ConcreteOwl
You have style sheet links in your header file calling http instead of https.
<script type="text/javascript" src="http://new.heistrich.ch/details-shim/details-shim.min.js"></script>
<link rel="stylesheet" type="text/css" href="http://new.heistrich.ch/details-shim/details-shim.min.css">

Fix those and you should be good to go..
steinersystems replied on at Permalink Reply
You guys are awesome - thanks a lot! Fixed :)