Text-Translation-API-V3-Python
Text-Translation-API-V3-Python copied to clipboard
Http connection pool error
Hi When i am trying to make a post request i am getting the below error
requests.exceptions.SSLError: HTTPSConnectionPool(host='api.cognitive.microsofttranslator.com', port=443): Max retries exceeded with url: /translate?api-version=3.0&to=de (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:748)'),))
I have tried adding proxy and set the verify = false but it didnot work .please help me with resolution