rest - Hockey Upload error: Invoke-RestMethod : The underlying connection was closed: Could not establish -
i trying upload appx hockey app using powershell script. when run powershell script getting below error:
invoke-restmethod : underlying connection closed: not establish trust relationship ssl/tls secure channel. @ c:\prog\workwise-windows\uploadtohokeyscript\hockeyapp_hpworkwisetrayuploads cript.ps1:20 char:13 + $response = invoke-restmethod -method post -uri $create_url -header @ ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + categoryinfo : invalidoperation: (system.net.httpwebrequest:htt pwebrequest) [invoke-restmethod], webexception + fullyqualifiederrorid : webcmdletwebresponseexception,microsoft.powershe ll.commands.invokerestmethodcommand
help appreciated.
Comments
Post a Comment