You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We van no longer deploy reports using New-RsRestSession cmdlet to a non-SSL internal URL. We get the error:
The cmdlet cannot protect plain text secrets sent over unencrypted connections. To suppress this warning and send plain text secrets over unencrypted networks, reissue the command specifying the AllowUnencryptedAuthentication parameter.
We would like to set the AllowUnencryptedAuthentication parameter, but we are not aware of any way to send this to the internal commands that the cmdlet calls.
This used to work in previous versions (without any flag setting), but it seems that since newer versions require newer Powershell, this is blocking us from deploying.
The text was updated successfully, but these errors were encountered:
We van no longer deploy reports using New-RsRestSession cmdlet to a non-SSL internal URL. We get the error:
The cmdlet cannot protect plain text secrets sent over unencrypted connections. To suppress this warning and send plain text secrets over unencrypted networks, reissue the command specifying the AllowUnencryptedAuthentication parameter.
We would like to set the AllowUnencryptedAuthentication parameter, but we are not aware of any way to send this to the internal commands that the cmdlet calls.
This used to work in previous versions (without any flag setting), but it seems that since newer versions require newer Powershell, this is blocking us from deploying.
The text was updated successfully, but these errors were encountered: