On Nov 21, 6:22 am, Jason Grout <jason-s...@creativetrax.com> wrote: > On 11/20/10 3:35 PM, Jason Grout wrote: > > > On 11/20/10 3:26 PM, Jason Grout wrote: > >> This doesn't seem to work: > > >> load('https://somefile') > > >> Seehttp://alpha.sagenb.org/home/jason3/43/publish/for an example and > >> the errors. > > > Er, *here* are the examples:http://alpha.sagenb.org/home/pub/54/ > > > Trying to load a file over https does not work. > > After experimenting a bit (for example getting https files on OSX works > fine, though load still has a problem), I discovered that there are two > issues: > > 1. load does not recognize https files as files coming from over the > network, since it just looks for a string that starts with http:// > > This is now #10301, and should be an easy fix. > > 2. The server needs to have some sort of ssl development package > installed when python is compiled. I installed libssl-dev on Ubuntu, > reinstalled the python spkg, and everything worked great (except for > loading not recognizing the https:// prefix). In my case, github > redirects http urls to https urls, so if I used the http url, load > recognized it, but then Sage was still able to download the file from > the https url.
Can't you use TLS instead? Then the licensing problem would go away... Dima > > Thanks, > > Jason -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org