Author Message
husein
Joined: Jul 22, 2018
Messages: 9
Offline
Hi

I have access avaya mobile video client, using apache and i have error
Mixed Content: The page at 'https://localhost/MobileVideoReferenceClient/index.html' was loaded over HTTPS, but requested an insecure script 'http://172.25.10.126:8080/vivaldi/adapter.js'. This request has been blocked; the content must be served over HTTPS.

This error make SDK status not ready

Please Help


Regards

Husein Nasution
PatO'Brien
Joined: Sep 17, 2018
Messages: 5
Offline
Hi Husein,

Please refer to https://downloads.avaya.com/css/P8/documents/101045760
Page 53 of Installing Avaya Mobile Video 3.4 Server and Media Broker.

"serverUrlDetails":
{
"secure":true,
"host":"XX.XX.XX.XX",
"port":"8443"
}

Instead of changing the gateway external address, ensure the secure property in the above JSON is set to true.
Basically the WebRTC client in the browser is served over HTTPS, but as part of session setup the client is being instructed to download some assets over http. Changing the secure property to true will download the assets over HTTPS removing the mixed content warning.

Regards,
Pat
Go to:   
Mobile view