VPN connection with Crowdin API #66
-
Good morning, We are using a VPN in our work environment and our Crowdin API requests are failing because it needs to use a certificate when making https requests. The requests library that the implementation uses, supports the use of certificates in the parameters of the different methods but the python client implementation of Crowdin overrides this. Is there any way to pass the certificate to the requests we make to the Crowdin API? Explanation:
The request function inside the requests library looks like this :
But the call made to this function by your implementation does not accept the additional verify parameter that is needed to pass a certificate file to validate the https connection to a VPN. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Will be fixed via #67 |
Beta Was this translation helpful? Give feedback.
-
Hi @zakyen, available in the 1.9.0 version 🚀 |
Beta Was this translation helpful? Give feedback.
-
Hi @andrii-bodnar I will try to test it the next week, thanks a lot. |
Beta Was this translation helpful? Give feedback.
Hi @zakyen,
available in the 1.9.0 version 🚀