Naoko
Naoko
@bitvijays , I had a similar problem but setting value as single space worked. could you try?
`u32` makes impossible to handle pre-epoch date `from_timestamp(secs: i64, nsecs: u32)`. In order to avoid panic you have to set nsecs 0 if negative :(
@pgimalac that make sense. thank you very much!
@pranavrth thank you very much for the information I overlooked. However, I am still trying to figure it out what needs to be changed. Well, when I change it to...
``` penssl version -a OpenSSL 3.3.0 9 Apr 2024 (Library: OpenSSL 3.3.0 9 Apr 2024) built on: Tue Apr 9 12:12:22 2024 UTC platform: darwin64-arm64-cc options: bn(64,64) compiler: clang -fPIC...
@pranavrth Thank you so much! The disabling hostname verification did it. OpenSSL 3.x. must be doing more stricter check on hostname matching perhaps? We will check Certs to make sure...