SSL/TLS issue making https calls as well as SQL MI DB Calls #2893
Unanswered
KinPatelHub
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am seeing some weird issues with .net core 3.1 linux family image. Everytime I try to make https or ssl calls, the service fails with SSL Errors and the error is - curl: (35) error:141A318A:SSL routines:tls_process_ske_dhe:dh key too small. Once I restart the POD on AKS Cluster, it works fine as long as the http client has already been established or connection to the DB is established. Next restart it again fails. I had changed my openssl.cnf file to CipherString = DEFAULT@SECLEVEL=1 from 2. Do you guys know what might be happening here?
Beta Was this translation helpful? Give feedback.
All reactions