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
0
votes
1 answer

Call http:// url from https:// Page

I want to get IP of computer in my site. For that I used http://ipinfo.io from ajax.Get Method. It works fine on http:// Page but on https:// page it gives the following error Blocked loading mixed active content http://ipinfo.io/ So how to get…
Harsh Bhavsar
  • 192
  • 2
  • 10
-1
votes
1 answer

Web worker imports are failing on the deployed React 18 / CRA

I use a web worker to encrypt large files in my create-react-app. In my encryption.worker.js file i import CryptoJS like so.. import * as CryptoJS from "crypto-js"; // eslint-disable-next-line no-restricted-globals self.onmessage = async function…
hpertaia
  • 106
  • 6
-1
votes
2 answers

SSL Mixed Content WordPress Site. TRIED EVERYTHING

I am trying to fix mixed content warning from an SSL certificate install. I have tried multiple things such as adding redirects to the .htaccess. Deleting the images and reuploading them and just deleting the images all together but no luck. Can…
-1
votes
1 answer

Angular deployed on apache2 with ssl call spring boot api on 8080 port

I created a small application with Angular and an API with Spring Boot, containing an embedded tomcat server. I am trying to deploy them on a single raspberry pi, by configuring an ssl certificate with let's encrypt. I installed apache 2, created a…
-1
votes
1 answer

non wodpress subdirectory refusing to serve https content

Runnin landing pages in a subdirectory below wordpress install; public_html/comms https pages in /comms display but scripts, css and images wont display. If I remove the s and leave http then they will display perfectly within a https page. How…
-1
votes
1 answer

I am facing an error in solving mixed content in Wordpress even after using better search and replace plugging? {Wordpress}

I have tried using better search and replace plugin to replace all http:// url's tp https://. But, still there is an error with the media files as per the attachment. Please help me on the same!
-1
votes
1 answer

Change Magento 1 urls, http to https error mixed content

I am starting on Magento 1.9.3.7 platform and after migrating a site in Magento 1x and enabled SSL the pages with https do not load the layout correctly. Link Checking the browser console, I see some mixed-content errors Ex: Blocked loading mixed…
artmuv
  • 21
  • 1
  • 3
-1
votes
1 answer

Forcing a CSS background image to be HTTPS

I am looking to secure my website with HTTPS however I am receiving a mixed-content error as my background images from my CSS file are loading as 'http'. I am aware if you can somehow change 'http' to 'https' then it will solve the error - However…
Nathan Wilson
  • 169
  • 4
  • 18
-1
votes
1 answer

Mixed Content: Iframe converting https call to http and the request gets blocked

We have a website which provides referral options for healthcare provider via digital signature. We are upgrading our website security policy to not redirect to the third party website for esignature. instead of redirecting to the thirdparty website…
-1
votes
1 answer

Primary SSL re-routing HTTP add-on

As a complete newbie, I've been skulking through this site for about the past twelve months to find solutions to errors. The following issue has driven me to distraction to such a degree that I decided to join the fun and see if anyone can help. I…
-1
votes
1 answer

Wordpress Mixed content requested an insecure XMLHttpRequest endpoint

OK I checked all other similar answers, but thanks to people that downvote for no reason there is no actual response. I am using Wordpress and I have a Mixed Content with a website https://oujdaportail.net/ It is generating this error: Mixed…
MrJack Mcfreder
  • 692
  • 1
  • 10
  • 21
-1
votes
2 answers

can i move site from http to https due to mixed content warning

I am facing Mixed content warning when i am trying to load files from http to https. But now i am planning to move my site from http to https. I need to know whether files will be loaded from https -> https https > http without any issues. Thank…
Adas
  • 309
  • 1
  • 18
-1
votes
1 answer

How do I check if a folder exists over https

I'm hosting a webpage on github (flickrTest.html) and I'm trying to check the existence of a folder in the same directory as the webpage. The hosted folder looks like this: http://imgur.com/a/pZWoH I try to use an ajax call like this: $.ajax({ …
Jaitnium
  • 621
  • 1
  • 13
  • 27
-1
votes
1 answer

Why does an SSL link get a mixed content error?

We have an SSL content management (vendor) site that is embedded in salesforce via iframe. The vendor has permalinks for a certain subset of pages. We simply have the full link https://test.com/portals/default.asp?perm=2421. Very simple... User…
blankip
  • 340
  • 5
  • 18
-1
votes
1 answer

HTTPS not showing .html file correctly, but when unsecure the data shows up

My site goes through HTTPS, and it says some content is not secure, so when I show unsecured items the HTML page shows up fine. When in HTTPS though, the page looks incorrectly formatted.
BizBrar
  • 57
  • 1
  • 1
  • 8
1 2 3
22
23