liximomo / vscode-sftp

Super fast sftp/ftp extension for VS Code
MIT License
1.5k stars 256 forks source link

SSL connection failed: session reuse required #1013

Open SrVince opened 1 year ago

SrVince commented 1 year ago

Do you read the FAQ?

Describe the bug When try connect to ftp with ssl self-signed, return "session reuse required"

My config:

"protocol": "ftp",
"secure": true,
"secureOptions": {"rejectUnauthorized": false},
"port": 21,

Can you help me? Thanks.