From: Sam S. <sd...@gn...> - 2017-03-01 19:04:04
|
oops, sorry, sent too early. > * Sam Steingold <fq...@ta...t> [2017-03-01 13:36:55 -0500]: > >> * Karsten Poeck <Xnefgra.Cbrpx@tznvy.pbz> [2017-02-28 22:53:43 +0100]: >> >> ;; connecting to >> "http://clisp.cons.org/impnotes/id-href.map"...connected...HTTP/1.1 302 >> Found --> "https://clisp.cons.org:80/impnotes/id-href.map" > > and this fails with > This site can’t provide a secure connection > > clisp.cons.org sent an invalid response. > Try running Network Diagnostics. > ERR_SSL_PROTOCOL_ERROR > So, clisp.cons.org is broken: it redirects to https (which, BTW, clisp open-http cannot handle) and then breaks. Note that CLISP hg tip does _not_ refer to clisp.cons.org, it uses clisp.org instead. >> if #1# is "http....." and new url is "https://" this might lead to the >> wrong call with >> "http://clisp.cons.orghttps://clisp.cons.org:80/impnotes/id-href.map" This is, indeed, a bug. However, the rudimentary http client in clhs.lisp cannot handle https anyway. -- Sam Steingold (http://sds.podval.org/) on darwin Ns 10.3.1504 http://steingoldpsychology.com http://www.childpsy.net http://camera.org http://americancensorship.org http://thereligionofpeace.com A PC without Windows is like ice cream without ketchup. |