Quantcast
Channel: Active questions tagged ubuntu - Stack Overflow
Viewing all articles
Browse latest Browse all 6112

SSL: EE_KEY_TOO_SMALL: error in rockylinux [duplicate]

$
0
0

I tried connecting to kafka using the sslcontext in python3.11

ssl_context = create_ssl_context(    cafile="cert.pem",    certfile="client-cert.pem",    keyfile="client-key.pem",    password="<some key>)

SSl context is created in ubuntu and it is working properly

But if I try the same in RockyLinux with same version of python and same certs, I am getting the below error

ssl.SSLError: [SSL: EE_KEY_TOO_SMALL] ee key too small (_ssl.c:3905)


Viewing all articles
Browse latest Browse all 6112

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>