Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Get-EvergreenApp -Name "TrackerSoftwarePDFXChangeEditor" is erroring with SSL connection issue #782

Open
2 tasks done
AScott-WWF opened this issue Dec 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@AScott-WWF
Copy link

What happened?

I have noticed this morning Get-EvergreenApp -Name "TrackerSoftwarePDFXChangeEditor" is erroring with:

Exception: C:\Program Files\WindowsPowerShell\Modules\Evergreen\2412.1685\Apps\Get-TrackerSoftwarePDFXChangeEditor.ps1:24
Line |
  24 |          throw "$($MyInvocation.MyCommand): failed to convert feed int …
     |          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | Get-TrackerSoftwarePDFXChangeEditor: failed to convert feed into an XML object with: The SSL connection could not be established, see inner exception.

It appears that the xml file (https://www.tracker-software.com/trackerupdate/TrackerData8.xml) defined on line 6 of ./Manifests/TrackerSoftwarePDFXChangeEditor.json is not accessible due to a certificate error, details from Firefox:

Web sites prove their identity via certificates. Firefox does not trust this site because it uses a certificate that is not valid for www.tracker-software.com. The certificate is only valid for the following names: *.pdf-xchange.com, pdf-xchange.com

However, if this url is updated to https://downloads.pdf-xchange.com/trackerupdate/TrackerData8.xml it appears to fix the issue (as the certificate is now valid) - I'm not sure the tracker-software url is being used much anymore.

Version

2412.1685

What PowerShell edition/s are you running Evergreen on?

PowerShell Core, Windows PowerShell

Which operating system/s are you running Evergreen on?

Windows 10+

Have you reviewed the documentation?

Verbose output

Get-EvergreenApp -Name "TrackerSoftwarePDFXChangeEditor" -Verbose
VERBOSE: Function path: C:\Program Files\WindowsPowerShell\Modules\Evergreen\2412.1685\Apps\Get-TrackerSoftwarePDFXChangeEditor.ps1
VERBOSE: Function exists: C:\Program Files\WindowsPowerShell\Modules\Evergreen\2412.1685\Apps\Get-TrackerSoftwarePDFXChangeEditor.ps1.
VERBOSE: Dot sourcing: C:\Program Files\WindowsPowerShell\Modules\Evergreen\2412.1685\Apps\Get-TrackerSoftwarePDFXChangeEditor.ps1.
VERBOSE: Get-FunctionResource: read application resource strings from [C:\Program Files\WindowsPowerShell\Modules\Evergreen\2412.1685\Manifests\TrackerSoftwarePDFXChangeEditor.json]
VERBOSE: Calling: Get-TrackerSoftwarePDFXChangeEditor.
VERBOSE: Invoke-EvergreenWebRequest: Using temp file C:\Users\USERNAME\AppData\Local\Temp\tmpxnfdj5.tmp.
VERBOSE: Invoke-EvergreenWebRequest: Invoke-WebRequest parameter: Method: Default.
VERBOSE: Invoke-EvergreenWebRequest: Invoke-WebRequest parameter: PassThru: True.
VERBOSE: Invoke-EvergreenWebRequest: Invoke-WebRequest parameter: Uri: https://www.tracker-software.com/trackerupdate/TrackerData8.xml.
VERBOSE: Invoke-EvergreenWebRequest: Invoke-WebRequest parameter: UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/127.0.2651.105.
VERBOSE: Invoke-EvergreenWebRequest: Invoke-WebRequest parameter: OutFile: C:\Users\USERNAME\AppData\Local\Temp\tmpxnfdj5.tmp.
VERBOSE: Invoke-EvergreenWebRequest: Invoke-WebRequest parameter: UseBasicParsing: True.
VERBOSE: Requested HTTP/1.1 GET with 0-byte payload
WARNING: Invoke-EvergreenWebRequest: The SSL connection could not be established, see inner exception., with: https://www.tracker-software.com/trackerupdate/TrackerData8.xml.
WARNING: Invoke-EvergreenWebRequest: For troubleshooting steps see: https://stealthpuppy.com/evergreen/troubleshoot/.
WARNING: Run 'Get-EvergreenApp -Name "TrackerSoftwarePDFXChangeEditor" -Verbose' to review additional details for troubleshooting.
Exception: C:\Program Files\WindowsPowerShell\Modules\Evergreen\2412.1685\Apps\Get-TrackerSoftwarePDFXChangeEditor.ps1:24
Line |
  24 |          throw "$($MyInvocation.MyCommand): failed to convert feed int …
     |          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | Get-TrackerSoftwarePDFXChangeEditor: failed to convert feed into an XML object with: The SSL connection could not be established, see inner exception.
@AScott-WWF AScott-WWF added the bug Something isn't working label Dec 11, 2024
@aaronparker aaronparker mentioned this issue Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant