Ask Your Question
3

External http references in css and js files when serving askbot via ssl

asked 2012-07-24 16:20:47 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >100 is welcome to improve it.

updated 2012-07-24 16:24:41 -0500

gplaxico gravatar image gplaxico
1 1 1 4

Where can I find the references below in the style/js files?
When I run my askbot application under secure ssl/https I get an error because it draws these fonts from an http source. I'd like to change them to a https request if possible.

http://themes.googleusercontent.com/static/fonts/yanonekaffeesatz/v4/We_iSDqttE3etzfdfhuPRbJjSLMfVFmTspsxH0yGxjj3rGVtsTkPsbDajuO5ueQw.woff

http://themes.googleusercontent.com/static/fonts/yanonekaffeesatz/v4/We_iSDqttE3etzfdfhuPRbHVephy08vG3A_n649omsL3rGVtsTkPsbDajuO5ueQw.woff

http://themes.googleusercontent.com/static/fonts/yanonekaffeesatz/v4/YDAoLskQQ5MOAgvHUQCcLQa6gm6bS00u2Qn-iPLo1Go.woff

delete close flag offensive retag edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2012-07-24 22:08:02 -0500

Evgeny gravatar image Evgeny flag of Chile
11044 50 84 182
http://askbot.org/

Try the latest code from the master branch. I've added locally stored font.

Also add to settings.py:

ASKBOT_USE_LOCAL_FONTS = True
link publish delete flag offensive edit

Comments

1

I've found that there are still http references for:

  • gravitar;
  • jquery; and
  • google fonts

I've made a branch from current master that selects the secure version of these:

https://github.com/jtrain/askbot-devel/tree/load-ssl

Jtrain ( 2012-08-19 12:42:25 -0500 )edit

@Evgeny Is it posiible to add @Jtrain 's improvements to the master branch?

Toms ( 2012-08-21 04:51:47 -0500 )edit

@Jtrain, does that solution work when the site is hosted on http, not https?

Evgeny ( 2012-08-21 10:56:49 -0500 )edit

Your answer

Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Reliable Askbot Hosting

Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.

create your Q&A site
30 days free trial

Question tools

Follow
1 follower

subscribe to rss feed

Stats

Asked: 2012-07-24 16:20:47 -0500

Seen: 43 times

Last updated: Jul 24 '12