Marjan Radfar

Results 3 comments of Marjan Radfar

> Hmm.. This is something specific to the requests package and your network setup. > > You can try following the steps in #191 to requests requests_verify = False on...

I am also getting this error: `SSLError: HTTPSConnectionPool(host='.catalog.purview.azure.com', port=443): Max retries exceeded with url: /api/browse?api-version=2022-03-01-preview (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:2635)')))`

> > WRONG_VERSION_NUMBER > > Try this out? https://stackoverflow.com/questions/65516325/ssl-wrong-version-number-on-python-request > > When creating the PurviewClient pass in `requests_verify=False` and `requests_proxies=proxies` after defining what proxies you are using. Thank you very...