Results 1 to 2 of 2

Thread: HTTP-based remoting and SSL

  1. #1
    Join Date
    Nov 2005
    Posts
    13

    Default HTTP-based remoting and SSL

    Hi,

    how can I use SSL with the HTTP-based remoting protocols like Hessian, Burlap and HTTP-Invoker?

    E.g. when I configure a https-URL I get this exception:

    javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found]


    Any ideas?

  2. #2
    Join Date
    Apr 2006
    Location
    Milan, Italy
    Posts
    38

    Default

    Quote Originally Posted by Ramlow
    Hi,

    how can I use SSL with the HTTP-based remoting protocols like Hessian, Burlap and HTTP-Invoker?

    E.g. when I configure a https-URL I get this exception:

    javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found]


    Any ideas?
    Just a quick suggestion: consider also RMI, it works natively with SSL (through the sun provided SslRMIClientSocketFactory and SslRMIServerSocketFactory), and RMI can be tunneled on HTTP transport with relative ease (check RMI documentation).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •