blip icon indicating copy to clipboard operation
blip copied to clipboard

Chrome "mixed content" error breaks Blip after 1 second

Open nhooey opened this issue 8 years ago • 6 comments

In at least Mac Chrome 51.0.2704.103 (64-bit), Blip only shows valid graph points for the first second after a refresh, then shows a max-latency red line after that. Refreshing always fixes it for a second, then it breaks again.

The JavaScript console says Mixed content: The page was loaded over HTTPS, but requested in insecure endpoint coming from jquery.min.js.

In Safari, Blip works fine without issue.

nhooey avatar Jun 21 '16 19:06 nhooey

Here's what that looks like. blip-all-red

dgentry avatar Jul 20 '16 16:07 dgentry

Thanks! Knowing this, I can switch the URL from https:// to http:// and have it work in Chrome

sourcejedi avatar Dec 31 '16 12:12 sourcejedi

https now fails in Safari 10.0.2 on OS X 10.11.6:

(this connection is up and working, btw)

screen shot 2017-01-10 at 6 53 17 pm

cbowns avatar Jan 11 '17 02:01 cbowns

https fails on iOS too, making it hard to use this excellent tool on iPhones and iPads. Booping over to http works great though!

nolanw avatar Feb 03 '19 01:02 nolanw

On Brave, even after I edited the url to http://, I got auto-redirected to https://, which breaks after a second. I had to turn off Upgrade connections to HTTPS on brave://settings.

Omicron18 avatar Dec 30 '20 11:12 Omicron18

I think switching to https://mlab-ns.appspot.com/ndt_ssl?policy=all might help here, it gives the FQDNs as dash separated so that they can be contacted over HTTPS. https://github.com/m-lab/mlab-ns/pull/51

https://github.com/apenwarr/blip/blob/a2075e3bab03a6f8e5ab0876ecdd2542818a40de/blip.js#L279

danielcompton avatar Mar 03 '22 22:03 danielcompton

I was able to make this work by enabling mixed content like this https://stackoverflow.com/questions/18321032/how-to-get-chrome-to-allow-mixed-content

Yostage avatar Oct 13 '22 02:10 Yostage

same in firefox

akhiljalagam avatar Nov 07 '22 05:11 akhiljalagam

In Firefox, it works after you "disable protection" under the padlock icon.

dtolnay avatar Jan 11 '23 17:01 dtolnay

you can also do this in chrome: click on the padlock icon, site settings, set "Insecure content" to allow

Incog5 avatar Jan 15 '23 09:01 Incog5

fixed in master! Should show up on the original server soon. Meanwhile, a different test server that doesn't seem to trigger the problem: http://blip.apenwarr.ca/

apenwarr avatar Dec 29 '23 06:12 apenwarr