I am using tls v1.7.23 on Windows.
It looks like the handshakes are failing.
When I look into tls::status, I see this:
"sbits 128 cipher ECDHE-RSA-AES128-GCM-SHA256 version TLSv1.2"
Any ideas why? What would be a good way to establish a tls connection?
On 6/19/26 6:55 AM, saito wrote:
I am using tls v1.7.23 on Windows.
It looks like the handshakes are failing.
When I look into tls::status, I see this:
"sbits 128 cipher ECDHE-RSA-AES128-GCM-SHA256 version TLSv1.2"
Any ideas why? What would be a good way to establish a tls connection?
For starters, you need to step up to a more recent TclTLS release.
Version 2.0 has been out since Jan and 1.8 for a year or so before that.
See https://core.tcl-lang.org/tcltls/index.
You don't provide details on why the handshake was refused, but my guess
is the old TclTLS versions offer to use obsolete SSL and TLS versions
and most modern web sites will refuse those connections. So use command
line options "-ssl2 0 -ssl3 0 -tls1 0 -tls1.1 0 -tls1.2 1 -tls1.3 1"
with your tls::socket command.
On 6/19/26 6:55 AM, saito wrote:
For starters, you need to step up to a more recent TclTLS release.
Version 2.0 has been out since Jan and 1.8 for a year or so before that.
See https://core.tcl-lang.org/tcltls/index.
and most modern web sites will refuse those connections. So use command
line options "-ssl2 0 -ssl3 0 -tls1 0 -tls1.1 0 -tls1.2 1 -tls1.3 1"
with your tls::socket command.
| Sysop: | DaiTengu |
|---|---|
| Location: | Appleton, WI |
| Users: | 1,124 |
| Nodes: | 10 (0 / 10) |
| Uptime: | 24:41:39 |
| Calls: | 14,394 |
| Calls today: | 3 |
| Files: | 186,389 |
| D/L today: |
6,237 files (1,577M bytes) |
| Messages: | 2,545,009 |
| Posted today: | 1 |