First time here? Check out the FAQ!

Revision history  [back]

Errors with askbot over SSL / https

I have got many problems when I using askbot over SSL (https://...)

At firsts, there are some URLS which use fixed "http://" in templates and javascript like fonts, and post.js. I change all urls to allow to // (without protocol).

However. When I click in share in twitter icon, post.js try to get tiny url from http://json-tinyurl.appspot.com . I change post.js and I can see in chrome that the newest file is loaded. I change dataType to "jsonp" too.

Google Chrome report this error in development console:

The page at https://... ran insecure content from http://json-tinyurl.appspot.com/.

I'm using 0.7.43 and 0.7.44 versions but is present in master branch too.

https://github.com/ASKBOT/askbot-devel/blob/master/askbot/media/js/post.js#L2049