Budi
Budi
I'm using go version go1.18 darwin/amd64, adding GODEBUG environment (os env or go setEnv) still give TLS Handshake failed error. Any other workaround?
Yes, i double check it: ``` os.Setenv("GODEBUG", "tls10default=1") log.Println(os.Getenv("GODEBUG")) // output tls10default=1 ```
> You always can downgrade GO to 1.17 (like I do it) Sure i will check later. thanks.
I tried both combination of encrypt=False and TrustServerCertificate=True in the connection string still have TLS issue. 1.17 still does not make it.
In package crypto/tls: > By default, TLS 1.2 is currently used as the minimum when acting as a client, and TLS 1.0 when acting as a server. TLS 1.0 is...
Hi, Is this still ongoing?
I also found two kind of errors in PHP 7.4 related to searching in Grav CMS: 1. TNTSearch Line 401 : Fixed by using `??` Operator ```php return $docs->fetch(PDO::FETCH_ASSOC)['value'] ??...
Looks like abandoned too, no new update
@r-wink last update on may. Anyway latest clippy works nicely in big sur. So far I got no issue. Just missing improvement: Search and Pin features.
Yes same error, i could not install using Homebrew