vscode-ftp-sync
vscode-ftp-sync copied to clipboard
Ftp-sync: sync error: Error: unable to verify the first certificate
I think this error is due to the server having an old certificate that ftp-sync can not verify. I can connect just fine to the server with filezilla.
https://www.npmjs.com/package/ssl-root-cas
A quick fix is
export NODE_TLS_REJECT_UNAUTHORIZED="0"
and then run code
Is it possible to echo any FTP error in the Problems pane instead of having it stuck at the blue status bar?
I got this error and add this in my terminal but it does not work... Any workaround?