pclubiitk / pclub.in

Jekyll-based repository for the Programming Club website
http://pclub.in
30 stars 70 forks source link

Tried fixing for https #14

Closed yashsriv closed 8 years ago

yashsriv commented 8 years ago

The console was showing error for mixed content, i.e., http content in a https site. My offline jekyll creates http and hence the script worked offline. I have now changed the explicit http in count.js to nothing, similar to the one being used in embed.js. Let's hope this works

yashsriv commented 8 years ago

comments

yashsriv commented 8 years ago

Btw, does anyone have any idea how I would test for https offline?? Script includes such as the above behave differently for each

adarshaj commented 8 years ago

you can use nginx with self signed certificate and reverse proxy to local jekyll http serve

thanks,

On Thu 19 May, 2016, 8:43 AM Yash Srivastav, notifications@github.com wrote:

Btw, does anyone have any idea how I would test for https offline?? Script includes such as the above behave differently for each

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/pclubiitk/pclub.in/pull/14#issuecomment-220217481

Regards, Adarsh J

yashsriv commented 8 years ago

Tested working on reverse proxied https local server. Thanks @adarshaj

reverse_proxy

sakshamsharma commented 8 years ago

Pull request name is not very informative. Please try to keep information clean.