An unexpected error occurred when using PowerShell to send rest API calls to ONTAP after enabling FIPS
Applies to
- ONTAP 9
- Windows PowerShell
Issue
- Receiving the following error when sending Rest API calls to ONTAP from Windows PowerShell after enabling FIPS on the cluster:
Invoke-RestMethod : The underlying connection was closed: An unexpected error occurred on a send.
At C:\NetApp\ASW Scripting\AppProvision\NcAppProvision.psm1:65 char:25
+ ... lications = Invoke-RestMethod -Uri " https://${Cluster}/api/applicatio ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-RestMethod], WebException
+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeRestMethodCommand