Artifacts Associated With Ticket 2e206321514eb6ea935dcb321c1f85080779a36a
Ticket change [e6b8d9741c] (rid 4373) by anonymous on 2026-09-02 09:31:27:
- foundin initialized to: "2.0.1"
- icomment:
"tls::init -securitylevel 4 " executes with no errors as it is but opening a socket now with this configuration causes this error : "bad option "-securitylevel": and only recognises "-security_level" as the correct option.. when the _ is used int tls::init its not recognised and says "-securitylevel" is valid. I hope my other issue with a simple http::geturl failing to open socket has nothing to do with anything else, im probally going to be using a earlier build. thx.
- login: "anonymous"
- mimetype: "text/x-markdown"
- severity initialized to: "Important"
- status initialized to: "Open"
- title initialized to: "tls::init -securitylevel option problem"
- type initialized to: "Code Defect"
Ticket change [f942a9be28] (rid 4374) by bohagan on 2026-09-05 20:51:31:
- icomment:
Looks like the tls.tcl file uses -securitylevel while the C code uses -security_level. So the fix is to update tls.tcl. I'll get that fixed. This only effects tls::socket, so use tls::import on an existing socket as a work-around.
- login: "bohagan"
- mimetype: "text/plain"
- priority changed to: "Immediate"
- resolution changed to: "Open"
- icomment:
Ticket change [d9c67f23ba] (rid 4383) by bohagan on 2026-09-05 21:56:50:
- icomment: "Fixed in [225266f7674091df]."
- login: "bohagan"
- mimetype: "text/x-fossil-plain"