Skip to content

Commit

Permalink
add proxy configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
iddoavn authored Jul 27, 2023
1 parent 9edc87d commit 5ad4764
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/integrations/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ Optionally, if you get a ```SSL: CERTIFICATE_VERIFY_FAILED``` error message, add
configuration.verify_ssl = False
```

Optionally, to enable communication via proxies, simply set the proxy configuration:

```python
configuration.proxy = <proxy server URL>
```

### Usage Examples

Expand Down

0 comments on commit 5ad4764

Please sign in to comment.