Hi
I have some issues using FTP adapter to receive file over ssl. I enabled logging from the receive location. We have 2 different biztalk servers trying to connect to same ws_ftp server, one of the server is able to connect and download the file but the other
server can't. We have imported the ssl cert into the biztalk host's personal cert store.
For the problematic biztalk server, it just hangs there after the below line saying SSL enabled and waiting for negotiation.
< 220 *serveripaddress* X2 WS_FTP Server 7.5(74132647)
> AUTH TLS
< 234 SSL enabled and waiting for negotiation
For the Ok biztalk server, it is able to download and has the following output. Anyone knows why? We have tried to compare all the settings for the 2 servers and they seem the same.
< 220 *serveripaddress* X2 WS_FTP Server 7.5(30465218)
> AUTH TLS
< 234 SSL enabled and waiting for negotiation
> PBSZ 0
< 200 PBSZ=0
> PROT P
< 200 PRIVATE data channel protection level set
> USER user
< 331 Enter password
> PASS xxxx
< 230 User logged in
> PWD
< 257 "/" is current directory
> PWD
< 257 "/" is current directory
> PWD
< 257 "/" is current directory