I am trying to upload the appx to hockey app using PowerShell script. When I run the PowerShell script getting below error:
Invoke-RestMethod : The underlying connection was closed: Could not establish
trust relationship for the SSL/TLS secure channel.
At 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 is appreciated.