Getting " ssl.SSLError: [X509] PEM lib (_ssl.c:3732) " every time I try to set app key for Eikon Dat

Hi there, I keep getting this error as I try to set Eikon App Key. I've followed all of the steps as mentioned in Quick Instruction manual. Attached is the screenshot for your reference. Pls help.. thank you in advance!image

Best Answer

Answers

  • @akshay.kaushal

    Could you try executing the following two lines of code?

    import httpx
    a = httpx.AsyncClient()

    Do you reproduce the same error? If you do, the problem is in your Python environment. Enable logging in Python to help you troubleshoot it.