saltstack / relenv

Re-producible and Re-relocatable Python Environments
Apache License 2.0
25 stars 16 forks source link

Fips module not loading #149

Closed dwoz closed 1 year ago

dwoz commented 1 year ago

We see the following error on photon os with fips enabled. The fips module mac between the module shipped with photon and the module shipped with relenv differ. Rather than having to run relenv with it's own ssl config; default to the system's openssl modules location.

ValueError: [digital envelope routines] unsupported
dwoz commented 1 year ago

Fixed in 0.13.5

dwoz commented 1 year ago

Fixed with regression test in 0.13.11