Abel

Results 2 comments of Abel

```python requests.packages.urllib3.util.ssl_.DEFAULT_CIPHERS += 'HIGH:!DH:!aNULL' ``` Refer to the requests library, it can be a solution. ```python httpx._config.DEFAULT_CIPHERS += ':HIGH:!DH:!aNULL' ```