cancel
Showing results for 
Search instead for 
Did you mean: 

FTPS issue

hasi_webmail
Champ in-the-making
Champ in-the-making
I'm trying to configure FTPS in alfresco. Im getting the error  IN DEBUG. I have pointed the truststore and truestore to alfresco default keystore.

java.io.IOException:
Invalid keystore format
   at sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:650)
   at sun.security.provider.JavaKeyStore$JKS.engineLoad(JavaKeyStore.java:55)
   at java.security.KeyStore.load(KeyStore.java:1201)
   at org.alfresco.jlan.ftp.FTPSrvSession.setupSSLEngine(FTPSrvSession.java:4713)
   at org.alfresco.jlan.ftp.FTPSrvSession.procAuth(FTPSrvSession.java:3730)
   at org.alfresco.jlan.ftp.FTPSrvSession.run(FTPSrvSession.java:5179)
   at java.lang.Thread.run(Thread.java:679)


Can anyone help me regarding this issue.
2 REPLIES 2

mrogers
Star Contributor
Star Contributor
How have you configured the trust store and the keystore.

From memory FTPS needs to use the command line settings for the java default keystore and is separate from the "alfresco default keystore used for encrypted properties and solr.

Yes its not ideal.

hasi_webmail
Champ in-the-making
Champ in-the-making
Yes, i have tried. It seems like alfresco's expecting a JKS type key. I'm newbie to the jsse. Can you explain me how to make the keystore and truststore in this case to use with ftps.?