ftpes:// script fails randomly...
Good Day Gurus, I have an odd situation where a script has been randomly failing since 09/2022. While I don't think it is related, this connection requires a Cert File and Passphrase. I believe there may be a problem on the target server side, but I don't know how to prove it... Any suggestions or insight to let the vendor know that they have a problem on their side would be greatly appreciated. I've turned on logging... below is the success and failure... is there additional logging I can get? thanks in advance -John
When it works from the log...
When it fails...
When it works from the log...
< 2023-01-28 10:01:01.374 220 Welcome to Axway Gateway FTP server
> 2023-01-28 10:01:01.374 AUTH TLS
< 2023-01-28 10:01:01.413 234 Security data exchange complete.
. 2023-01-28 10:01:01.538 Server asks for authentication with a client certificate.
. 2023-01-28 10:01:01.665 Using TLSv1.2, cipher TLSv1.2: ...
< 2023-01-28 10:01:01.665 Script: TLS connection established. Waiting for welcome message...
. 2023-01-28 10:01:01.665 TLS connection established. Waiting for welcome message...
> 2023-01-28 10:01:01.665 USER XXXXXXXXXXXXXXXXXXXXXXXXXX
< 2023-01-28 10:01:01.728 331 User name okay, need password.
> 2023-01-28 10:01:01.728 PASS ************
< 2023-01-28 10:01:01.817 230 User logged in, proceed
> 2023-01-28 10:01:01.817 SYST
< 2023-01-28 10:01:01.864 215 UNIX XFB/Gateway
> 2023-01-28 10:01:01.864 FEAT
< 2023-01-29 10:01:01.408 220 Welcome to Axway Gateway FTP server > 2023-01-29 10:01:01.408 AUTH TLS < 2023-01-29 10:01:01.454 234 Security data exchange complete. . 2023-01-29 10:01:01.603 Server asks for authentication with a client certificate. . 2023-01-29 10:01:01.761 Using TLSv1.2, cipher TLSv1.2: ... < 2023-01-29 10:01:01.761 Script: TLS connection established. Waiting for welcome message... . 2023-01-29 10:01:01.761 TLS connection established. Waiting for welcome message... > 2023-01-29 10:01:01.761 USER XXXXXXXXXXXXXXXXXXXXXXXXXX < 2023-01-29 10:01:01.815 331 User name okay, need password. > 2023-01-29 10:01:01.815 PASS ************ < 2023-01-29 10:01:01.903 530 Not logged in. . 2023-01-29 10:01:01.903 Connection failed. < 2023-01-29 10:01:01.903 Script: Access denied.