Re: Error writing data to TLS socket: The specified session has been invalidated for some reason.

2019-01-27 Thread Kenneth F. Cunningham
On 2019-01-27, at 10:33 AM, Ryan Schmidt wrote: > On Jan 27, 2019, at 06:24, Marius Schamschula wrote: > >> On Jan 26, 2019, at 9:03 PM, Ken Cunningham wrote: >> >>> Running the test suite on gnutls on 10.6.8 shows one failure: >>> >>> FAIL: srp >> >> For gnutls 3.6.6 the test suite runs cle

Re: Error writing data to TLS socket: The specified session has been invalidated for some reason.

2019-01-27 Thread Ryan Schmidt
On Jan 27, 2019, at 06:24, Marius Schamschula wrote: > On Jan 26, 2019, at 9:03 PM, Ken Cunningham wrote: > >> Running the test suite on gnutls on 10.6.8 shows one failure: >> >> FAIL: srp > > For gnutls 3.6.6 the test suite runs clean under High Sierra: only a few > XFAIL, not a single FAIL.

Re: Error writing data to TLS socket: The specified session has been invalidated for some reason.

2019-01-27 Thread Marius Schamschula
Ken, For gnutls 3.6.6 the test suite runs clean under High Sierra: only a few XFAIL, not a single FAIL. Marius -- Marius Schamschula > On Jan 26, 2019, at 9:03 PM, Ken Cunningham > wrote: > > Running the test suite on gnutls on 10.6.8 shows one failure: > > FAIL: srp > > > So indeed it

Re: Error writing data to TLS socket: The specified session has been invalidated for some reason.

2019-01-26 Thread Ken Cunningham
Running the test suite on gnutls on 10.6.8 shows one failure: FAIL: srp So indeed it's right where I thought the error was, in that srp authentication module. Maybe that same module is broken on other systems too... to be discovered. luckily there is a way to disable that module in gnutls, so

Re: Error writing data to TLS socket: The specified session has been invalidated for some reason.

2019-01-18 Thread Ken Cunningham
when I downgraded to gnutls 3.5.x (which required rolling back to the last libidn2 due to a minor abi change) surf and epiphany both worked again. I’m still puzzled — hard to debug. Ken > On Jan 18, 2019, at 5:45 PM, Marius Schamschula wrote: > > Ken, > > I just installed for surf and epipha

Re: Error writing data to TLS socket: The specified session has been invalidated for some reason.

2019-01-18 Thread Marius Schamschula
Ken, I just installed for surf and epiphany. I tested with my own websites that are using letsencrypt certificates. Indeed, both browsers are broken, in the case of epiphany, I couldn’t even download the http version w/o an error, as it still tried pulling an external resource using https. Ho

Error writing data to TLS socket: The specified session has been invalidated for some reason.

2019-01-18 Thread Ken Cunningham
I’m not sure which port is causing this error I’m seeing since recent updates. To see it, use something like epiphany or surf surf www.github.com epiphany www.github.com I think the error is in gnutls, maybe in libidn2? I’m narrowing it down to perhaps the srp authentication module, but I’m ou