History Of Ticket 2e206321514eb6ea

Artifacts Associated With Ticket 2e206321514eb6ea

  1. Ticket change [e6b8d9741c] (rid 4373) by anonymous on 2026-09-02 09:31:27:

    1. foundin initialized to: "2.0.1"
    2. 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.
      
    3. login: "anonymous"
    4. mimetype: "text/x-markdown"
    5. severity initialized to: "Important"
    6. status initialized to: "Open"
    7. title initialized to: "tls::init -securitylevel option problem"
    8. type initialized to: "Code Defect"
  2. Ticket change [f942a9be28] (rid 4374) by bohagan on 2026-09-05 20:51:31:

    1. 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.
      
    2. login: "bohagan"
    3. mimetype: "text/plain"
    4. priority changed to: "Immediate"
    5. resolution changed to: "Open"
  3. Ticket change [d9c67f23ba] (rid 4383) by bohagan on 2026-09-05 21:56:50:

    1. icomment: "Fixed in [225266f7674091df]."
    2. login: "bohagan"
    3. mimetype: "text/x-fossil-plain"