Advertisement
amandab

Untitled

Oct 14th, 2016
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Exception calling "DownloadFile" with "2" argument(s): "The underlying connection was closed: Could not establish trust relationship
  2. for the SSL/TLS secure channel."
  3. At C:\install_cert_and_exceptions.ps1:20 char:1
  4. + $webclient.DownloadFile($url,$file)
  5. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6.     + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
  7.     + FullyQualifiedErrorId : WebException
  8.  
  9. Exception calling "Import" with "1" argument(s): "The system cannot find the file specified.
  10. "
  11. At C:\install_cert_and_exceptions.ps1:5 char:3
  12. +   $cert.import($certPath)
  13. +   ~~~~~~~~~~~~~~~~~~~~~~~
  14.     + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
  15.     + FullyQualifiedErrorId : CryptographicException
  16.  
  17. Exception calling "Add" with "1" argument(s): "pCertContext is an invalid handle."
  18. At C:\install_cert_and_exceptions.ps1:8 char:3
  19. +   $store.add($cert)
  20. +   ~~~~~~~~~~~~~~~~~
  21.     + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
  22.     + FullyQualifiedErrorId : CryptographicException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement