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
ERROR: cannot verify raw.githubusercontent.com's certificate
Unable to locally verify the issuer's authority.
ERROR: no certificate subject alternative name matches
requested host name ‘raw.githubusercontent.com’
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Not sure if this is place for this so feel free to move it somewhere else.
In my case issue was downloading file
linuxdeploy-plugin-gtk.sh
Problem
failed to bundle project: error running appimage.sh
Diagnosis
First of all check verbose output of
tauri build
in my casenpm run tauri build -- --verbose
(npm require this--
signs)In my case line before error was
Testing
wget
verbose outputwget -v -4 -N https://raw.githubusercontent.com/tauri-apps/linuxdeploy-plugin-gtk/master/linuxdeploy-plugin-gtk.sh
Output
Solution
Not sure it it's best solution but I found answer here -> https://superuser.com/a/1734923
Update certificates (copy from link)
I'm not sure what these lines exactly do but it solved my issue so do it at your own risk.
Beta Was this translation helpful? Give feedback.
All reactions