问题 I am trying to connect to my web server via my Atom editor, however whenever I try to connect with {"rejectUnauthorized": true,}, I received this error: Hostname/IP does not match certificate's altnames: Host: myhost.com. is not in the cert's altnames: DNS:dns.name I can connect fine with the following code: { "protocol": "ftp", "host": "myhost.com", "port": 21, "user": "username**", "pass": "password**", "promptForPass": false, "remote": "/", "local": "", "secure": true, "secureOptions": {