Centova Technologies Forum

Centova Cast v3 => Bugs and issues => Topic started by: djduck on April 02, 2013, 04:04:34 pm

Title: Widgets
Post by: djduck on April 02, 2013, 04:04:34 pm
A secure ssl connection https://secure.shellservers.net/radio/test.php
none secure connection works with the widgets http://secure.shellservers.net/radio/test.php

Can anyone tell me why the widgets don't work on a secure connection..
Title: Re: Widgets
Post by: DJFire_CFR on April 02, 2013, 05:10:59 pm
IM not sure what you are seeing, but I see the exact same thing on both pages...

on http and https
Title: Re: Widgets
Post by: djduck on April 02, 2013, 05:15:30 pm
What browser are you using ?
Title: Re: Widgets
Post by: DJFire_CFR on April 03, 2013, 12:53:44 pm
Firefox v19.0.2
Title: Re: Widgets
Post by: Jim on April 03, 2013, 02:02:39 pm
https (SSL) doesn't work me either. http does work.

Using Chrome Version 26.0.1410.43.
Title: Re: Widgets
Post by: Centova - Steve B. on April 05, 2013, 01:18:28 am
Most likely it's because you're using a non-SSL resource on an SSL page.  On your SSL page, try replacing:
Code: [Select]
<script language="javascript" type="text/javascript" src="http://stream.shellservers.net:2199/system/streaminfo.js"></script>
with:
Code: [Select]
<script language="javascript" type="text/javascript" src="https://stream.shellservers.net:2199/system/streaminfo.js"></script>
Not sure why the browser isn't throwing a warning about that (I'm sure you've seen the ubiquitous "This page includes content that is not secure, bla bla bla" warning on other sites before), but that's the most likely reason it isn't working.