I am getting given error when I use powershell commandlets to connect azure app –
Get-HostedService : Could not establish secure channel for SSL/TLS with authority ‘management.core.windows.net’.
here is the links I follow –
http://msdn.microsoft.com/en-us/gg271300
Based on my experience there could be two problems:
I also think the first links you have has old info and does not help in most cases. Lets try to solve problem first which is very easy. I am writing below understanding you have Powershell Cmdlets installed in your machine:
After that enter these Powershell Commands directly:
Now you can manage the subscription from Powershell Cmdlets.
If you still have problems please let me know and I will provide info on 2).