0 Replies Latest reply on Mar 12, 2009 6:25 AM by ruhe

    EJB & SSL. Accept sertificate.

      When I browse on secured page with unsigned sertificate browser asks me, if I would accept.

      Is it possible for ejb clients?

      For example.
      When I run client, I have to provide path and password for truststore.

      java -Djavax.net.ssl.trustStore=${resources}/test/ssl/localhost.truststore -Djavax.net.ssl.trustStorePassword=opensource com.acme.RunClient
      


      I'd like that my client could download that trustore and accept it.

      Is it possible? And if yes, how it can be done?

      Thanks.