Closed Soujanya459 closed 7 months ago
This is the same issue as #873. Please close as a duplicate if possible.
There is no solution from Openssl 3 or in our OS... and No suggestion in #873 worked for us.. But we modified our code by replacing PyOpenssl code where it calls _ffi.callback() to cryptography(pypackage) alternatives.. So not getting this error in our application ..
Hi,
I'm seeing this error frequently while running my application on ASLR enabled machine Custom-OS built on FreeBSD ..
system-libraries-> libffi-3.2.1_3, RUST 1.26.0, python 3.11.5 and openssl 3.0.11 (FIPS enabled)
Please let me know What might be the issue? I have provided pip list I need to resolve this issue asap for my application
As I debug my code came to know that in python package issue not my application.