Since updating to Pro 2.7 this morning I can no longer connect to our Enterprise Portal using the ArcGIS API for Python. Previously, I could connect using this line-
gis = GIS('https://portaladdress/portal',verify_cert=False)
But now suddenly it errors out returning
JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Any ideas? Thanks