Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

editor.v9.php is being called as https but generates http links?! #137

Open
jondor opened this issue Sep 17, 2018 · 1 comment
Open

editor.v9.php is being called as https but generates http links?! #137

jondor opened this issue Sep 17, 2018 · 1 comment

Comments

@jondor
Copy link

jondor commented Sep 17, 2018

After adding a certificate to the site, changing the site object to use the https:// and fixing some minor issues due to "this never being a problem". I'm stuck with the new vedor editor.
editor.v9.php is being called with HTTPS but generates HTTP links resulting in a mixed content error and not working vedor.

user.edit.html:3476 Mixed Content: The page at 'https://4en5mei.enschede.nl/user.edit.html' was loaded over HTTPS, but requested an insecure resource 'http://4en5mei.enschede.nl/ariadne/loader.php/nl/sites/4en5mei/site/dialog.vedor-meta.html?vdLanguage=nl'. This request has been blocked; the content must be served over HTTPS.

The only thing I can see is that it uses "make_local_url" instead of make_url but it seems to ignore the psite object setting...

@ylebre
Copy link
Contributor

ylebre commented Oct 10, 2018

I'm having trouble reproducing this - could you try to see what the urls are that are generated on the site object with the different functions?

Another suggestion: there is a https setting in the ariadne.phtml configuration ($AR->https) - can you verify that it is set to 'true'?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants