Hi,
I am getting a certificate error while downloading and installation. Could anyone faced this issue and how it got resolved.
1-Windows’"
Exception calling “DownloadString” with “1” argument(s): “The request was aborted: Could not create SSL/TLS secure
channel.”
At line:1 char:5
- & $([scriptblock]::Create((New-Object Net.WebClient).DownloadString(’ …
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- CategoryInfo : NotSpecified: ( , MethodInvocationException
- FullyQualifiedErrorId : WebException
The expression after ‘&’ in a pipeline element produced an object that was not valid. It must result in a command
name, a script block, or a CommandInfo object.
At line:1 char:3
- & $([scriptblock]::Create((New-Object Net.WebClient).DownloadString(’ …
-
+ CategoryInfo : InvalidOperation: (:) [], RuntimeException + FullyQualifiedErrorId : BadExpression