Feedback: Using insecure HTTPS #346
Unanswered
abhilash-behera
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi, @abhilash-behera. Can you please tell me more about your use case? Is it a remote site you own? I'm trying to understand why you'd want to (1) open a remote site; (2) why it has a certificate but still gets treated as insecure; this suggests issues with the certificate that site should resolve, in the first place. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Feedback
I am using chrome on android simulator and trying to open a remote site which does have ssl certificates but the android chrome browser is tagging it as insecure. Because of this reason it's not loading the service-worker.js file from this site. I followed the steps mentioned in this article and enabled the
unsafely-treat-insecure-origin-as-secure
flag and added the domain along with the protocol. But even after all these steps, it still flags this site as insecure.Does this approach work only for localhost and not for remote URLs?
Beta Was this translation helpful? Give feedback.
All reactions