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 -

What is happening when Matlab is starting a "parallel pool"? -

php - Cannot override Laravel Spark authentication with own implementation -