diff options
| author | Shulhan <ms@kilabit.info> | 2024-12-13 12:02:44 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-01-02 03:14:16 +0700 |
| commit | 0933476ff61089bd5d846ebc48c4c9160302e802 (patch) | |
| tree | 2b72cb2fe43fabd58593ad70980f706298f5f54d /go.mod | |
| parent | 9a5e753864629aedcb5d91b66459e3773c7f835a (diff) | |
| download | kbbi-0933476ff61089bd5d846ebc48c4c9160302e802.tar.xz | |
client: fix connection being blocked by CloudFlare
I think the admin of kbbi set the HTTPS mode minimal to version 1.3, which
cause Go (that use TLS v1.2 by default, but have 1.3 as maximum) being
rejected during handshake.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ module git.sr.ht/~shulhan/kbbi go 1.23.3 require ( - git.sr.ht/~shulhan/pakakeh.go v0.58.1 + git.sr.ht/~shulhan/pakakeh.go v0.58.2-0.20241212161141-3361472cc3d4 golang.org/x/net v0.32.0 ) |
