You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
What happened?
I have noticed this morning
Get-EvergreenApp -Name "TrackerSoftwarePDFXChangeEditor"
is erroring with: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: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
The text was updated successfully, but these errors were encountered: