ChangemakerStudios / Papercut-SMTP

Papercut SMTP -- The Simple Desktop Email Server
2.92k stars 269 forks source link

Windows server 2019 broken installer #259

Closed mamolas closed 4 months ago

mamolas commented 8 months ago

Logfile Papercut.Smtp.Setup.exe latest release 6.2.0:

Acquiring package: DownloadAndInvokeBootstrapper, payload: DownloadAndInvokeBootstrapper, download from: https://go.microsoft.com/fwlink/p/?LinkId=2124703 [1678:0B08][2024-01-23T23:30:26]e000: Error 0x80070490: Failed to find expected public key in certificate chain. [1678:0B08][2024-01-23T23:30:26]e000: Error 0x80070490: Failed to verify expected payload against actual certificate chain. [1678:0B08][2024-01-23T23:30:26]e000: Error 0x80070490: Failed to verify signature of payload: DownloadAndInvokeBootstrapper [1678:0B08][2024-01-23T23:30:26]e310: Failed to verify payload: DownloadAndInvokeBootstrapper at path: C:\ProgramData\Package Cache.unverified\DownloadAndInvokeBootstrapper, error: 0x80070490. Deleting file. [1678:0B08][2024-01-23T23:30:26]e000: Error 0x80070490: Failed to cache payload: DownloadAndInvokeBootstrapper [1484:0BA0][2024-01-23T23:30:26]e314: Failed to cache payload: DownloadAndInvokeBootstrapper from working path: C:\Windows\Temp{539CE20D-F2A2-4F9F-8D6E-F1830E897953}\DownloadAndInvokeBootstrapper, error: 0x80070490. [1484:0BA0][2024-01-23T23:30:26]e349: Application requested retry of payload: DownloadAndInvokeBootstrapper, encountered error: 0x80070490. Retrying...

Bing AI: "The error 0x80070490 you’re encountering is related to a failure in finding the expected public key in the certificate chain1. [This error typically occurs when the installer bundle and the installers of the dependencies connect to Microsoft servers and use certificate pinning]

I installed NET Framework 4.8 manually, what other dependencies are missing?

Jaben commented 8 months ago

Anyone else having this problem? The link (https://go.microsoft.com/fwlink/p/?LinkId=2124703) works fine for me.

saynotocode commented 7 months ago

i had this issue when installing on server 2019. Fixed it by installing Microsoft Edge Webview 2 Runtime from here - https://developer.microsoft.com/en-us/microsoft-edge/webview2

Jaben commented 4 months ago

Closing as stale.