mixed content probleem http naar https

Avatar
  • Answered
Mixed Content: The page at 'https://www.siks123soldshop.com/' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://185.27.141.230:3000/socket.io/?EIO=3&transport=polling&t=1489579429881-54'. This request has been blocked; the content must be served over HTTPS.

Wie kan mij dit helpen oplossen?
Alvast bedankt
Sik
Avatar
Arn
Hello Sik, Sorry for the issue with the mixed HTTP/HTTPS content. First, we can only provide technical support in English, so please forgive any possible translation mistakes. The error you're seeing is because your page is being loaded in HTTPS, but a portion of it (the XMLHttpRequest) is not using the secure path. This would need to be corrected in the code of your site. The query should have the same path as the protected content. It should not come from a completely different URL. This allows the SSL certificate to keep all of the content under HTTPS. For an example of resolving this problem, check out this forum post. I hope that helps to answer your question! If you require further assistance, please let us know! Regards, Arnel C.