Tim Epkes

Results 16 comments of Tim Epkes

Let me move to 0.8.0 and see if I can get that to go on the current version of openssl and if that still has issues, I'll do a custom...

@mingw-io I am using a linux version of openssl. Still get the error. ``` $ openssl s_server -debug -port 11111 -cert server.crt -key server.key -msg -trace Using default temp DH...

I really don't have access to a windows box or a windows VM. Everything is Linux, so I really need to focus on why it doesn't work on linux. Here...

(a) Is the legacy (and/or default) provider(s) (a.k.a. -provider legacy) required in some scenarios? I cannot recall. - It will be yes. (b) Are there more than one OpenSSL installations...

having seen that I had both going to the OPENSSL_CONF location pointing to what 3.0.4 would use, I changed it to ``` export OPENSSL_CONF=/home/linuxbrew/.linuxbrew/etc/openssl@3/openssl.cnf ``` and then used the linuxbrew...

> Hi — I’m seeing the exact same issue. > > I followed the official docs and test steps, generated the certs, and when I run: > > ``` >...