vscode-ftp-sync icon indicating copy to clipboard operation
vscode-ftp-sync copied to clipboard

Ftp-sync: sync error: Error: unable to verify the first certificate

Open rijesha opened this issue 8 years ago • 3 comments

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

rijesha avatar Nov 24 '16 21:11 rijesha

A quick fix is export NODE_TLS_REJECT_UNAUTHORIZED="0" and then run code

rijesha avatar Nov 24 '16 21:11 rijesha

Is it possible to echo any FTP error in the Problems pane instead of having it stuck at the blue status bar?

kiatng avatar Nov 25 '16 10:11 kiatng

I got this error and add this in my terminal but it does not work... Any workaround?

tbarbette avatar Dec 20 '23 07:12 tbarbette