Python SDK handshake drop on BYOC edge URL

Problem
PureCloudPlatformClientV2 drops the handshake the moment the builder hits the BYOC URL.

PureCloudPlatformClientV2.builder().with_base_url("https://edge.local").build()

Error
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='edge.local', port=443): Max retries exceeded with url: /api/v2/health
Question
The cert in /etc/ssl/certs won’t load since the SSL context is empty, and the builder doesn’t accept ca_bundle.