web-cat / pythy

Pythy – the Cloud-Based IDE for Novice Python Programmers
18 stars 3 forks source link

Juggernaut should use secure connections #8

Closed allevato closed 11 years ago

allevato commented 11 years ago

We need to figure out how to make Juggernaut use secure connections. We've already packaged its Javascript in the app itself so that script tags don't use HTTP and cause unsecure content warnings, but the socket.io connection still uses plain HTTP.

In the meantime, it should be noted that user authentication information (such as a password) is never transmitted through Juggernaut.

allevato commented 11 years ago

Webkit browsers were ok with an HTTPS site connecting to a non-secure site using socket.io, but it turns out Firefox wasn't, so I fixed this ahead of schedule.