I'm following this quickstart guide here: https://learn.microsoft.com/en-au/azure/service-fabric/service-fabric-quickstart-containers-linux#create-a-service-fabric-cluster
I'm at the step when it comes to connecting to my cluster trying to run this command on my local machine's PowerShell:
sfctl cluster select --endpoint https://<my end point found in my cluster resource> --pem <name of the pem file>.pem --no-verify
I'm running this command from the same directory the pem file is in. However, it keeps failing to connect with this error:
error:ConnectionError(e, request=request) msrest.exceptions.ClientRequestError: Error occurred in request., ConnectionError: HTTPSConnectionPool(host='fteservercluster.australiaeast.cloudapp.azure.com', port=19000): Max retries exceeded with url: / (Caused by ProtocolError('Connection aborted.', OSError(0, 'Error')))