#12219: loading a worksheet from a https url gives poor error message when SSL
not
available
------------------------+---------------------------------------------------
Reporter: ddrake | Owner: jason, mpatel, was
Type: defect | Status: new
Priority: major | Milestone: sage-4.8
Component: notebook | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
------------------------+---------------------------------------------------
In the "Upload worksheet" page, there's a box that says "Or enter the URL
of a worksheet file on the web:" If you give that box an https URL, it
fails if SSL is not available, both with the old Twistd notebook and the
new Flask-based one.
Old notebook: fails with Internal Server Error.
Flask notebook: fails with blank page. The server log shows that
urllib.py is throwing an IOError exception because it doesn't know how to
handle 'https'.
If Sage wasn't built with SSL support, this should at least fail with a
reasonable error message.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12219>
Sage <http://www.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.