Questions tagged [mixed-content]

HTTPS page that includes content retrieved through cleartext HTTP

Mixed content occurs when a document served over HTTPS contains content retrieved through cleartext HTTP. That makes the connection only partially encrypted and vulnerable to man-in-the-middle attacks. Therefore, browsers block such mixed content.

https://w3c.github.io/webappsec-mixed-content/ defines the relevant requirements for browsers.

335 questions
-1
votes
1 answer

Overwrite or surpress Mixed content message originated by browser with JavaScript/JQuery?

I am taking care of a website, which is setup with https, but running into the "mixed content problem". My question is: Is there a chance to get "rid" of this by using some JavaScript/JQuery? Note: I am pretty much aware that this is only a…
Joey
  • 511
  • 6
  • 20
-2
votes
1 answer

Can not connect FE to BE due to HTTPS and HTTP

I am deploying my app to cloud using Amazon services. I successfully deployed Back-end (NodeJS Express + MongoDB) with AWS EC2 at http://18.170.213.96:8080/ and Frontend (ReactJS) with AWS Amplify at…
-2
votes
1 answer

Laravel include css file from Mixed Content

I'm attempting to release a Laravel website on a server that is behind a load balancer. The domain SSL is hosted on the load balancer to enforce HTTPS. However, the server hosting the website does not have SSL. This causes a miss-match of HTTPS…
Sari Rahal
  • 1,897
  • 2
  • 32
  • 53
-2
votes
1 answer

Images provided by HTTP providers are not loaded

I am working on an Open Source decentralised search engine susper.com . We fetch the results from P2P search engine YaCy .The front end of Susper is built using Angular. Currently we have implemented an image section which fetches results from YaCy…
Praveen Ojha
  • 1,161
  • 1
  • 14
  • 22
-2
votes
1 answer

Convert image source to https

I am working on a site that is fully under https. The issue is that one of the pages calls an image that is not secure so I am having mixed content on that specific page. How can I change this call to have it secured?
A.J
  • 1,140
  • 5
  • 23
  • 58
1 2 3
22
23