robbie007 Posted February 14, 2015 Share Posted February 14, 2015 We have some troubles with mixed content in backoffice. We've setup a multistore. Domain is a sub-domain but has it's own SSL. Sites on the domain have SSL certificates as well. Errors like these: Mixed Content: The page at 'https://****/*****/index.php?controller=AdminDashboard&token=****' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://www.***/'. This request has been blocked; the content must be served over HTTPS. Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/. Hope you guys have some input for us. Link to comment Share on other sites More sharing options...
bellini13 Posted February 14, 2015 Share Posted February 14, 2015 The error is saying that your website (which is secure), is trying to include content from an external website which is not secure. So the questions you need to answer is... 1) what is the external website 2) why is your back office trying to include content from it Link to comment Share on other sites More sharing options...
lfcarvajal Posted April 21, 2015 Share Posted April 21, 2015 We have some troubles with mixed content in backoffice. We've setup a multistore. Domain is a sub-domain but has it's own SSL. Sites on the domain have SSL certificates as well. Errors like these: http://www.***/'. This request has been blocked; the content must be served over HTTPS. Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/. Hope you guys have some input for us. Hello, you fix that? i have the same problem in multistore. Link to comment Share on other sites More sharing options...
tuk66 Posted April 22, 2015 Share Posted April 22, 2015 HTTPS together with different domains can be a problem. I'm not sure if all PrestaShop multistore code is strictly "one domain". Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now