Re: Disabling Revocation List checking in WinSCP for server behind a firewall
Thanks for your suggestion. Will consider this.
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
-certificate switch did the trick:
open ftps://user:password@hostName:21 -explicit -certificate="xx:xx:xx..."
/ini=nul helped with disabling the directory caching feature. All works good when my machine has internet access but when I run on some servers behind a firewall, WinSCP can't check the CRL and gives me "Continue connecting and store the certificate?" prompt. I can say "Yes" to the prompt and it works fine. Given that I am using /ini=nul, it can't save the cert info, so I get prompted every time and can't automate my scripts.
/ini=winscp.ini (FTP SSL – Accepting Certificate via Command Line) solution won't work for me as I am disabling caching with /ini=nul. My expectation about CRL is similar to this "Warning: The server's certificate is not known." when connecting to a valid server (5.9.2).
/ini=nul, that would be perfect, but as this might not be possible, is there any way to use /ini=winscp.ini and then disable directory caching and keep the certificate caching part?