Hi Mamadou,Is it mean , now using RTCWeb Breaker module or Secure WebSocket transport (WSS) is mandatory ? Earlier we were not supporting WSS so it was no-secure website (http://*) & call was working fine but as per your notice i saw now with chrome 46 version my call is woking but not with 47 version. Can you guide what can be the options for handling this issue . Or is it a must now to use RTCWeb Breaker module or Secure WebSocket transport (WSS) & with out using thise module i won't be able to call if it is chrome 47 ?
Thanks & Regards,Abhisek
On Saturday, December 5, 2015 at 7:33:54 AM UTC+5:30, Mamadou wrote:Hello,
For information, starting Chrome 47 it's no longer possible to use
getUserMedia on no-secure website (http://*). You must use a secure
website(https://*). More info at https://goo.gl/rStTGz.
We've changed all our projects (conf-call, sipml5, webrtc2sip...) to use
https://. As you probably know it's not allowed to initiate no-secure
WebSocket connections (ws://) from a secure website (https://). This
means your application will no longer work if your not using secure
websocket connection (wss://).
If you're using click2dial please regenerate your button.
In short: You *must* use a secure website for production. You still can
use http://locahost for testing.
Regards,
--
You received this message because you are subscribed to the Google Groups "discuss-doubango" group.
To unsubscribe from this group and stop receiving emails from it, send an email to doubango+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
If we try to connect to ws://209.133.200.178:10061, we can connect but we are getting the error:getUserMedia() no longer works on insecure origins.
If we try to connect to wss://209.133.200.178:10062, we get the error:WebSocket connection to 'wss://209.133.200.178:10062/' failed: WebSocket opening handshake was canceled
Attackers might be trying to steal your information from 209.133.200.178 (for example, passwords, messages, or credit cards).
Subject: Internet Widgits Pty Ltd
Issuer: Internet Widgits Pty Ltd
Expires on: Dec 22, 2025
Current date: Dec 31, 2015
--
You received this message because you are subscribed to a topic in the Google Groups "discuss-doubango" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/doubango/-6XKVB_Y1kY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to doubango+u...@googlegroups.com.
Oh ok. The only other thing I did was import the ca root certificate into my browser. This made the browser identify the certificate directly.
The certificate I imported is the one generated from this link.
http://codeghar.wordpress.com/2013/04/16/create-private-certificate-authority-on-linux/
If you're getting that, click the padlock on the url box and see if your certificate can identify the site. At first mine said the url didnt match, that's what told me that something was wrong with my certificate.
But if it's red and it says the certificate has identified the site but the there's a problem with public verification (forgot the exact term) or something then you should be good to go.
Thanks for sharing, Abhisek.
Correction the term was certificate transparency. This is the last error shown on the padlock which we chose to ignore because our server is not sending any information to any public db for identification.