drupalprojects / kalatheme

Mirror of http://drupal.org/project/kalatheme provided by hubdrop.
http://hubdrop.org/project/kalatheme
GNU General Public License v2.0
22 stars 29 forks source link

Error in Settings #270

Open albrightjerry opened 8 years ago

albrightjerry commented 8 years ago

Error opening socket ssl://bootswatch.com:443

...when enabling settings in Kalatheme in Drupal 7.43

...using JQuery update 1.7 and update 1.10

soniktrooth commented 8 years ago

@albrightjerry I get this sometimes too and it seems to be some weirdness with Bootswatch's server. When this happens it works over http but not https. See this related issue: https://github.com/drupalprojects/kalatheme/issues/247

To get around it you can change the Bootswatch url to use http https://github.com/drupalprojects/kalatheme/blob/7.x-3.x/includes/utils.inc#L9

I'm considering adding an extra condition when https fails to try http because it seems to happen more frequently.

albrightjerry commented 8 years ago

Thank you for your feedback I will try that out...keep up the great work!

On Monday, May 30, 2016 1:47 PM, Josh <notifications@github.com> wrote:

@albrightjerry I get this sometimes too and it seems to be some weirdness with Bootswatch's server. When this happens it works over http but not https. See this related issue: #247To get around it you can change the Bootswatch url to use http https://github.com/drupalprojects/kalatheme/blob/7.x-3.x/includes/utils.inc#L9I'm considering adding an extra condition when https fails to try http because it seems to happen more frequently.— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.