I'm running into issues playing a slideshow with my gallery when I'm logged in using SSL. The slideshow works find when I'm logged in via http.
Essentially, the page tries to grab javascript from cooliris.com and fails. Here's what firebug reports:
Blocked loading mixed active content "http://e.cooliris.com/slideshow/v/37732/embed.js"
...Reload the page to get source for: https://e.cooliris.com/slideshow/v/37732/go.js (line 1)
Blocked loading mixed active content "http://e.cooliris.com/slideshow/v/37732/swfobject.js"
...Reload the page to get source for: https://e.cooliris.com/slideshow/v/37732/go.js
Is there something I can do to allow this?
Thanks,
MT
Some info about install:
PHP Version 5.4.9-4ubuntu2.4
Apache Version Apache/2.2.22 (Ubuntu)
System Linux server 3.8.0-35-generic #50-Ubuntu SMP Tue Dec 3 01:25:33 UTC 2013 i686
PHP API 20100412
PHP Extension 20100525
Loaded Modules core mod_log_config mod_logio mod_version itk http_core mod_so mod_actions mod_alias mod_auth_basic mod_auth_digest mod_authn_file mod_authz_default mod_authz_groupfile mod_authz_host mod_authz_user mod_autoindex mod_cgi mod_dav mod_dav_fs mod_dir mod_env mod_headers mod_mime mod_negotiation mod_passenger mod_perl mod_php5 mod_proxy mod_proxy_ftp mod_proxy_http mod_proxy_connect mod_proxy_html mod_python mod_reqtimeout mod_rewrite mod_setenvif mod_ssl mod_status
Posts: 3
if you mean a private and fully https session, i'm having the same problem for a private family album and I don't want to ask my users to change there browser mixed content settings
I don't think it's a problem with gallery3...looks like they fixed https urls a while ago http://sourceforge.net/apps/trac/gallery/changeset/20313
below is what is happening
Even if you embed these scripts in your code you might have to write a javascript using the dom to modify the src or protocol properties...
so i'm stuck for now if anyone has a workaround pls post
Posts: 3
...or you can change your browser settings :
IE-x: Intenet Options>Security>Custom Level>Miscellaneous> check Display Mixed Content
Firefox or Mozilla-based browser: navigate to about:config and search for mixed and select the settings to block and warn
I wouldn't recommend this to casual users though