#436: http to https redirect for secure notebook
-------------------------+--------------------------------------------------
Reporter: nbruin | Owner: boothby
Type: enhancement | Status: new
Priority: major | Milestone: sage-4.0.3
Component: notebook | Keywords:
Reviewer: | Author:
Merged: |
-------------------------+--------------------------------------------------
Comment(by boothby):
This is a limitation of protocols / browsers. Since HTTPS is merely HTTP
over an SSL connection, a plaintext HTTP request looks like garbage to a
HTTPS server and vice verse. If your browser was smart enough to attempt
to use SSL, that'd be fine. However, we can't do this in Twisted because
we only take one port -- an inbound connection is silently dropped by SSL,
and Twisted never hears about it. If we go to a two-port system, e.g.
port 80 for http and 443 for https, then we'd be in business. And perhaps
that functionality should be implemented.
However, the issue of "user connects to port x with wrong protocol" is
never going to go away.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/436#comment:4>
Sage <http://sagemath.org/>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---