Xpra: Ticket #2509: libssl libcrypto error installing on win32

Used a clean IE VM.

Missing DLLs:

screenshot of the libssl error



Mon, 09 Dec 2019 17:15:03 GMT - Antoine Martin: status changed

I believe this is triggered by the installer calling openssl.exe to generate an ssl certificate. (r14254, r14264) Upgrades work OK since the certificate is not re-generated.

Happens with python3 builds only because of how cx_Freeze changed things in version 6 (version 5 is the last one to support python2), which forced us to un-duplicate things by hand. (#1988, #1857)


Mon, 09 Dec 2019 17:30:49 GMT - Antoine Martin: status changed; resolution set

Fixed in r24684. Will backport.


Mon, 09 Dec 2019 17:44:34 GMT - Antoine Martin: attachment set

screenshot of the libssl error


Mon, 09 Dec 2019 17:45:00 GMT - Antoine Martin: description changed


Sat, 23 Jan 2021 05:53:13 GMT - migration script:

this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2509