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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -