#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:  closed                        
    Priority:  major      |     Milestone:  sage-duplicate/invalid/wontfix
   Component:  notebook   |    Resolution:  invalid                       
    Keywords:             |   Work_issues:                                
    Upstream:  N/A        |      Reviewer:  Keshav Kini                   
      Author:  Dan Drake  |        Merged:                                
Dependencies:             |  
--------------------------+-------------------------------------------------
Changes (by jdemeyer):

  * status:  positive_review => closed
  * resolution:  => invalid
  * milestone:  sage-4.8 => sage-duplicate/invalid/wontfix


Old description:

> 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.

New description:

 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.

 See flask notebook instead.

--

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12219#comment:4>
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.

Reply via email to