Closed emanzx closed 2 years ago
I would see if you can reproduce it with only https://github.com/will/crystal-pg. This doesn't seem like a Granite issue, but more so something going on in the underlying driver.
I will try.. It may take a while..
This has something to do with hardware TLS offload support in OpenSSL and Crystal's binding to that functionality printing a debug message rather than handling it.
@crimson-knight, you can close this as it'll be fixed in 1.5.0
via https://github.com/crystal-lang/crystal/pull/12034.
@Blacksmoke16 thanks for the heads up!
My apps keep throwing this error while granite is connecting to the postgres server to send data.
I try to look into it but no reference found and the only code I could locate it from crystal lang github which generate the error and it related to ssl implementation https://github.com/crystal-lang/crystal/blob/master/src/openssl/bio.cr
anyhelp that can help me