Seadrive-fuse - it use static linked libcurl

hello there,

I try to use seadrive-fuse on opensuse, but i get ssl cert problem. i found that the problem is that appimage are search the cert at wrong place…

debian based system (ubuntu, etc) cert file are: /etc/ssl/certs/ca-certificates.crt

opensuse: /etc/ssl/ca-bundle.pem

i try to add the correct place with env, but not work at all… seems it hard coded. My workaround is:

sudo ln -sf /etc/ssl/ca-bundle.pem /etc/ssl/certs/ca-certificates.crt

but it not pretty… please add the option to set it up the cert place via env or flag.

Thanks!