Has something changed between 6.4 and 6.5 regarding running a notebook server (default, not ipython) with secure=True? I repeatedly get the message
RuntimeError: HTTPS cannot be used without pyOpenSSL installed. See the Sage README for more information. sage@fermat:~$ cat start_sage_server /usr/local/bin/sage --notebook default interface='' accounts=True secure=True automatic_login=False despite having explicitly installed pyopenssl (using ./sage -i pyopenssl after building finished) followed by ./sage -g python and then make (which rebuilt a whole lot of things previously built by make). I am building from source on ubuntu 14.04 using a git repository which is updated on each release. I have even done a "makedistclean" to start from scratch and releated all the above, but the command line /usr/local/bin/sage --notebook default interface='' accounts=True secure=True automatic_login=False still gives the quoted error. John Cremona PS yes, I know that I can tell all the users of the machine to switch to the cloud, as most of them have. that is not really the point. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
