Alex Travkin

Results 4 comments of Alex Travkin

The same for 2019.4.38f1 and with the project taken from release 1.7.2

@ialex32x Hello. Okay, I'll provide all the information I can gather later.

Also I tried the following way: ``` ./openssl.exe req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 -subj "/C=US/ST=Test/L=Test/O=Test/OU=Org/CN=localhost" ``` and ``` ./openssl.exe pkcs12 -inkey key.pem -in cert.pem -export...

Also didn't work: ``` ./openssl.exe req -x509 -newkey rsa:4096 -sha256 -days 3650 -nodes -keyout server.key -out server.crt -subj "/CN=localhost" -addext "subjectAltName=IP:0.0.0.0,IP:127.0.0.1" ./openssl.exe pkcs12 -inkey server.key -in server.crt -export -out server.pfx...