5 Replies Latest reply on Oct 21, 2009 3:07 PM by nestordrod

    Teiid Server with SSL

      I configured the Teiid server (6.2.0) to use SSL as indicated in the instructions. I used the JKS keystore and truststore files I'd been successfully using with the earlier MetaMatrix version. The system I'm running on is a Solaris 10 machine.

      When I attempted to execute run.sh, I got the following error:

      Error Code:ERR.003.030.0075 Message:Could not decode Base-64 ciphertext. Source bytes are not valid
      at org.teiid.transport.SSLConfiguration.init(SSLConfiguration.java:91)
      at org.teiid.transport.SocketTransport.start(SocketTransport.java:74)
      at com.metamatrix.jdbc.EmbeddedConnectionFactoryImpl.initialize(EmbeddedConnectionFactoryImpl.java:176)
      at org.teiid.Server.start(Server.java:63)
      at org.teiid.Server.main(Server.java:182)

      Help?