A community member has associated this post with a similar question:
How to invoke Azure AI resources on an ER-connected internal network
Only moderators can edit this content.
How to invoke Azure AI resources on an ER-connected internal network
Hello, I'm currently an internal network PC user connected to Azure ER.
I'm using vscode for development
Invoking azure resources by modifying the window's host file.
It is possible to call the index list of aisearch via postman, but
An ssl error is occurring when calling via vscode.
requests.exceptions.SSLError: HTTPSConnectionPool(host='my search resource', port=443): Max retries exceeded with url: /indexes/my-index/docs/search?api-version=2024-05-01-preview (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)')))
Is there any way we can solve it?