Trying to access portal using ArcGIS Python API Has anyone been experiencing issues when trying to access portal through GIS when using Pro 2.6.x Since installing this version the syntax below will fail when it previously worked. from arcgis.gis import GIS gis = GIS({PortalURL}, {USERNAMME}, {PASSWORD}) Error reported is SSLError: Please set verify_cert=False due to encountered SSL error: HTTPSConnectionPool
If verify_cert=False is included it work fine.
All the servers have CA signed certificates and we see no SSL or certificate trust issues anywhere.
Anyone else experiencing this issue?
... View more