Thank you for reporting this.
Can you explain the problem in more detail, ie. did the restricted content just show a white screen, or did users get redirected? Are you using a service such as Cloudflare for SSL?
Hi Joachim
Sorry for the delay.
So, restricted content do redirect to a web page that I have created.
I do not use any CDN. I am using php 7
When I turn on ssl/https users (including mi) simply can not get restricted content any more.
it looks like the users has access to http://restricted_content
but not to
https://restricted_content
Thank you
Mariusz
Thanks for the details. I don’t think it’s an issue with PHP7, but I will look into this and get back to you.
Apologies for the late answer.
I just released a new version and did some testing with SSL, but I could unfortunately not reproduce the issue with users losing access to restricted content.
It might’ve been caused by cookies being set on HTTP, which would then be lost on HTTPS, but this should be resolved by letting the users log in again.
Hello Joachim
I’ll check it out over the weekend and I’ll tell you.
Thank you
Hi Joachim
Well, nothing changed, it’s exactly the same. After putting in ssl I can not access restricted content any more.
I deleted all cookies, log out and logged in several times but it is still the same.
I checked it with php 5.4, 5.6, 7.0, 7.1
You have any idea ?
Would it be possible for you to create a user on your site for support [at] dev.institute? Then I will take a look at it asap.