Hello,
I'm trying to connect to an FTPS server with explicit TLS. I created a jks
(keytool -genkey -alias signFiles -keystore theStingKeyStore.jks) and I
configured my uri as following:

from("ftps://[email protected]/test?delay=30000&fileName=sites.xml&ftpClient.keyStore.file=%2FmyKeyStore.jks&ftpClient.keyStore.keyPasswo
rd=******&ftpClient.keyStore.password=******&password=******")

I tried to change the keystore for the truststore, but in both cases I get
an error:
WARN  | /test | FtpConsumer                      | ?                            
      
? | 89 - org.apache.camel.camel-core - 2.8.0.fuse-06-11 | Cannot
connect/logi
n to: ftps://[email protected]:21. Will skip this poll.

I tried without setting the keystore as well, in this case I dont get any
error but it seems that the consumer is not polling on the server.

With filezilla I can connect to the server (you can find the configuration
of my filezilla at the following link http://i.stack.imgur.com/6qp2N.png)

Thanks in advance for your help
Danilo



--
View this message in context: 
http://camel.465427.n5.nabble.com/Cannot-connect-to-FTPES-server-tp5721599.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to