Text-Translation-API-V3-Python icon indicating copy to clipboard operation
Text-Translation-API-V3-Python copied to clipboard

Http connection pool error

Open yashugupta786 opened this issue 4 years ago • 0 comments

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

yashugupta786 avatar Jan 13 '21 07:01 yashugupta786