I'm getting below error while connecting to the server from powercli. It was working till yesterday and getting this error while no changes been performed on vCenter server.
Could someone please help to resolve this issue.
Connect-VIServer : 2/13/2018 6:18:27 AM Connect-VIServer An error occurred while making the HTTP request to https://vCenterServer-FQDN/sdk.
This could be due to the fact that the server certificate is not configured properly with HTTP.SYS in the HTTPS case. This could also be caused by a mismatch
of the security binding between the client and the server.
At line:1 char:1
+ Connect-VIServer vCenterServer-FQDN
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Connect-VIServer], ViError
+ FullyQualifiedErrorId : Client20_ConnectivityServiceImpl_Reconnect_Exception,VMware.VimAutomation.ViCore.Cmdlets.Commands.ConnectVIServer