trying to run following command
az cloud register -n 'AzureCloud'
--endpoint-resource-manager "https://management.local.azurestack.external/" --suffix-storage-endpoint "local.azurestack.external"
--suffix-keyvault-dns ".vault.local.azurestack.external" --endpoint-active-directory-graph-resource-id "https://graph.windows.net/" results in this error azaz : ERROR: Unable to get endpoints from the cloud. At C:\Users\mike.fife\Documents\Cloud Register ASDK.ps1:2 char:1 + az cloud register
+ ~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (ERROR: Unable t...from the cloud.:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
Please ensure you have network connection. Error detail: HTTPSConnectionPool(host='management.local.azurestack.external', port=443):
Max retries exceeded with url: //metadata/endpoints?api-version=2015-01-01 (Caused by SSLError(SSLError("bad handshake: Error([('SSL
routines', 'tls_process_server_certificate', 'certificate verify failed')],)",),))
certificates are installed and have even tried these commands
set AZURE_CLI_DISABLE_CONNECTION_VERIFICATION=1
set adal_python_ssl_no_verify=1
STILL NO JOY
any ideas?