Forums

How to fix connection error?

Hi,

I am following this tutorial to use Azure computer vision

https://techcommunity.microsoft.com/t5/educator-developer-blog/digitize-your-notes-with-azure-computer-vision-and-python/ba-p/3259276

Locally everything works fine but not on here. I am not a paying user yet, but I can see that .cognitiveservices.azure.com is whitelisted, so why am not being able to connect to it?

This is the error I get when I run my code

msrest.exceptions.ClientRequestError: Error occurred in request., ConnectionError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:997)

Thank you

How do you run your code? Is it web app, task, something you run in the console?