evergreen icon indicating copy to clipboard operation
evergreen copied to clipboard

[Bug]: Get-EvergreenApp Filezilla is currently not returning any content

Open AScott-WWF opened this issue 7 months ago • 13 comments

What happened?

Get-EvergreenApp Filezilla Currently returns nothing Not really sure that this is strictly a bug with Evergreen

I assumed the source that Evergreen checks was not responding or returning nothing, but from the -Verbose output I have discovered that when attempting to open in a web browser the Url listed against the Invoke-Webwrapper command, i.e.: https://update.filezilla-project.org/update.php?initial=0&manual=1&osarch=64&osversion=10.0&package=1&platform=x86_64-w64-mingw32&updated=0&version=3.47.2.1. All browsers report an HSTS error, So I suspect this to be an issue with the service hosting the url N.B. This also occurs using the base URL: https://update.filezilla-project.org/

Firefox helpfully states: "update.filezilla-project.org has a security policy called HTTP Strict Transport Security (HSTS), which means that Firefox can only connect to it securely. You can’t add an exception to visit this site.

The issue is most likely with the web site, and there is nothing you can do to resolve it."

Only fix I can suggest is some better error handling for this type of response (shrug)

Version

2310.868

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?

  • [X] Troubleshooting at: https://stealthpuppy.com/evergreen/troubleshoot/
  • [X] Known issues at: https://stealthpuppy.com/evergreen/issues/

Verbose output

Get-EvergreenApp  -Name FileZilla -Verbose
VERBOSE: Function path: C:\Program Files\WindowsPowerShell\Modules\Evergreen\2310.868\Apps\Get-FileZilla.ps1
VERBOSE: Function exists: C:\Program Files\WindowsPowerShell\Modules\Evergreen\2310.868\Apps\Get-FileZilla.ps1.
VERBOSE: Dot sourcing: C:\Program Files\WindowsPowerShell\Modules\Evergreen\2310.868\Apps\Get-FileZilla.ps1.
VERBOSE: Get-FunctionResource: read application resource strings from [C:\Program Files\WindowsPowerShell\Modules\Evergreen\2310.868\Manifests\FileZilla.json]
VERBOSE: Calling: Get-FileZilla.
VERBOSE: Invoke-WebRequestWrapper: Adding SkipCertificateCheck.
VERBOSE: Invoke-WebRequestWrapper: Using temp file C:\Users\AScott\AppData\Local\Temp\tmpmsgoqf.tmp.
VERBOSE: Invoke-WebRequestWrapper: Invoke-WebRequest parameter: UseBasicParsing: True.
VERBOSE: Invoke-WebRequestWrapper: Invoke-WebRequest parameter: Method: Default.
VERBOSE: Invoke-WebRequestWrapper: Invoke-WebRequest parameter: UserAgent: FileZilla/3.47.2.1.
VERBOSE: Invoke-WebRequestWrapper: Invoke-WebRequest parameter: Uri: https://update.filezilla-project.org/update.php?initial=0&manual=1&osarch=64&osversion=10.0&package=1&platform=x86_64-w64-mingw32&updated=0&version=3.47.2.1.
VERBOSE: Invoke-WebRequestWrapper: Invoke-WebRequest parameter: PassThru: True.
VERBOSE: Invoke-WebRequestWrapper: Invoke-WebRequest parameter: SkipCertificateCheck: True.
VERBOSE: Invoke-WebRequestWrapper: Invoke-WebRequest parameter: OutFile: C:\Users\AScott\AppData\Local\Temp\tmpmsgoqf.tmp.
VERBOSE: Requested HTTP/1.1 GET with 0-byte payload
VERBOSE: Received HTTP/1.1 response of content type text/html of unknown size
VERBOSE: File Name: tmpmsgoqf.tmp
VERBOSE: Invoke-WebRequestWrapper: Response: 200.
VERBOSE: Invoke-WebRequestWrapper: Content type: text/html; charset=UTF-8.
VERBOSE: Invoke-WebRequestWrapper: Returning content of length: 203.

AScott-WWF avatar Nov 22 '23 11:11 AScott-WWF