Page 1 of 1

Windows 11 no OPENSSL_Applink error

Posted: Tue Oct 05, 2021 5:45 pm
by niksan
I've updated on Windows 11
And started to get the error:
OPENSSL_Uplink(00007FFA4B498D30,08): no OPENSSL_Applink

Re: Windows 11

Posted: Tue Oct 05, 2021 5:53 pm
by TinCanTech
Looks like something is wrong:
viewtopic.php?f=37&t=33121

Re: Windows 11

Posted: Tue Oct 05, 2021 6:05 pm
by niksan
TinCanTech wrote:
Tue Oct 05, 2021 5:53 pm
Looks like something is wrong:
viewtopic.php?f=37&t=33121
but on windows 10 everything is ok.

Re: Windows 11 no OPENSSL_Applink error

Posted: Wed Oct 06, 2021 6:11 am
by cron2
Is this a config with pkcs12 in it? This seems to trigger some new surprises in OpenSSL if built with vcpkg - and none of our test cases today (on windows) use pkcs12 based anythings, so that did not get caught.

Re: Windows 11 no OPENSSL_Applink error

Posted: Wed Oct 06, 2021 6:36 am
by niksan
The problem is when I was using old version of OpenVPN - my VPN was connecting. But RDP threw the error. But after update to last version of OpenVPN I started to get this error.

Re: Windows 11 no OPENSSL_Applink error

Posted: Wed Oct 06, 2021 8:53 am
by cron2
So, found the issue. It is related to MSVC builds of 2.5.4 and "--pkcs12" in use in the openvpn config.

We'll have a new 2.5.4 installer with a bugfix for this constellation out later today (if everything goes as planned).

Re: Windows 11 no OPENSSL_Applink error

Posted: Wed Oct 06, 2021 9:08 am
by niksan
cron2 wrote:
Wed Oct 06, 2021 8:53 am
So, found the issue. It is related to MSVC builds of 2.5.4 and "--pkcs12" in use in the openvpn config.

We'll have a new 2.5.4 installer with a bugfix for this constellation out later today (if everything goes as planned).
Thanks! It works now!