I noticed something that looks like a bug in the http package. When
trying to fetch a url, if the url exists but is not configured for
https, then a catch {http::geturl ...} will still create a pop-up error
window from inside a catch command. This happens despite registering
the tls socket. It says "Application Error" with the message "SSL
channel "sock05860970": error: tlsv1 alert internal error", with the bug
being that the catch did not catch it. I hope the description is clear.
I noticed something that looks like a bug in the http package. When
trying to fetch a url, if the url exists but is not configured for
https, then a catch {http::geturl ...} will still create a pop-up error window from inside a catch command. This happens despite registering
the tls socket. It says "Application Error" with the message "SSL
channel "sock05860970": error: tlsv1 alert internal error", with the bug being that the catch did not catch it. I hope the description is clear.