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

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -