Describe the bug
nix-build -A python3Packages.pyopenssl --check
Apparently the build did succeed on Hydra.
nixpkgs at c4f6aff9dd318a792461f6f42733a38ea60c9a49
cc @knedlsepp
hydra failure https://hydra.nixos.org/build/109352116
@FRidh Thx for pinging me on this. Do you have an idea why this builds on hydra, but fails to build locally with a OpenSSL.SSL.Error: [('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')]?
Looks like https://github.com/pyca/pyopenssl/issues/735. There's a patch linked to the issue.
Fix is in staging-next.
My CI also got red due to this: https://buildkite.com/nh2/static-haskell-nix/builds/220
Most helpful comment
Looks like https://github.com/pyca/pyopenssl/issues/735. There's a patch linked to the issue.