Gregory Schier
|
4968237ece
|
Use native TLS when certificate validation is disabled for legacy server compatibility
When "Validate TLS certificates" is disabled, use the OS native TLS stack
(Secure Transport/SChannel/OpenSSL) instead of rustls. This adds support for
TLS 1.0+ connections to legacy servers like IBM WebSphere, which rustls cannot
handle since it only implements TLS 1.2+.
Ref: https://yaak.app/feedback/posts/tls-handshake-eof-when-connecting-to-private-ibm-websphere-endpoint-works-when-s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-11 21:32:45 -07:00 |
|
Gregory Schier
|
267508e533
|
Support comments in JSON body (#419)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-05 15:05:09 -08:00 |
|
Gregory Schier
|
7d4d228236
|
Fix HTTP/2 requests failing with duplicate Content-Length (#391)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-02-11 17:11:35 -08:00 |
|
dependabot[bot]
|
49ffa6fc45
|
Bump bytes from 1.10.1 to 1.11.1 (#379)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-02-07 08:48:03 -08:00 |
|
Gregory Schier
|
ef80216ca1
|
Decouple core Yaak logic from Tauri (#354)
|
2026-01-08 20:44:25 -08:00 |
|