#2509 closed defect (fixed)
libssl libcrypto error installing on win32
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | blocker | Milestone: | 4.0 |
Component: | android | Version: | 3.0.x |
Keywords: | Cc: |
Description (last modified by )
Attachments (1)
Change History (5)
comment:1 Changed 15 months ago by
Status: | new → assigned |
---|
comment:2 Changed 15 months ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in r24684. Will backport.
comment:3 Changed 15 months ago by
Description: | modified (diff) |
---|
comment:4 Changed 5 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2509
Note: See
TracTickets for help on using
tickets.
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)