secure-context Questions

2

I wrote a little webapp for secure message transfer to learn more about encryption, and wanted to show it to my friends and let them play with it a little, so I hosted it on my little server, and w...
Jasik asked 29/12, 2019 at 13:50

2

I'm trying to generate a self-signed certificate such that my local development environment uses HTTPS, but I'm having some trouble. The reason for this is that I want to test push notifications on...
Unbolted asked 2/2, 2020 at 21:45

2

Solved

I am using "Insecure origins treated as secure" flag in Chrome for development purposes and I have added some websites like http://myWebsite:port. It works great in Chrome. Now I need the...
Squid asked 17/3, 2021 at 17:20

1

I have a web application that will be used by customers in intranets. It uses features that require a secure context, such as getUserMedia. What is the best practice for this these days? Customers...
Randolf asked 18/7, 2019 at 17:56

3

I'm using getUserMedia() in my web app which works fine when I test my app on localhost. But if I treat my laptop as server and launch app in Google Chrome browser of my android phone, it gives me ...
Hydride asked 19/1, 2016 at 13:59

1

Solved

Suppose the page below is loaded from https://127.0.100.1. The page makes an XMLHttpRequest to http://127.0.100.2. This seems like mixed content: The page is loaded over a secure connection and a r...

2

Solved

"A Geolocation request can only be fulfilled in a secure context" Its great that HTTPS is needed for geolocation but I need to debug on insecure local server before it makes it to live. I was hop...
Ahola asked 6/10, 2017 at 2:4

2

I am using HTML5 Geolocation feature. My code is well running in 'localhost' but problem in 'subdomain' .My code below: if (navigator.geolocation) { navigator.geolocation.getCurrentPosition(show...
Schonthal asked 18/4, 2018 at 10:8

1

Solved

TL;DR: A website is served over HTTPS and needs to access a WebSockets server over an unencrypted channel (ws:// url). The browser doesn't like this. Encrypting the websocket is possible, but inco...
Selfexplanatory asked 8/8, 2017 at 15:31
1

© 2022 - 2024 — McMap. All rights reserved.