The server to which you are connecting has a certificate that was signed by a Trusted Third Party.
When your client code, ie Jetspeed, attempts to connect to the server and complete the SSL protocol, it fails because the JDK does not have a copy of the Trusted Third Party Certificate in its Certificate store. Hugh -----Original Message----- From: Krish Chandra [mailto:krish@;ERC.MsState.Edu] Sent: Thursday, October 17, 2002 12:32 PM To: Jetspeed Users List Subject: RE: WebPagePortlet for https I am using a SSL version of jetspeed and trying to connect to a webpage in this server which is https I get the following exception "javax.net.ssl.SSLHandshakeException: Couldn't find trusted certificate " On Thu, 10 Oct 2002, Aurelien Pernoud wrote: > > > De : Krish Chandra [mailto:krish@;ERC.MsState.Edu] > > > > hi, > > I am trying to put a https page for a webpageportlet and > > jetspeed gives > > me a malformed URL exception. Is there some other version > > that I need to > > download that supports this or do I need to make a > > modification someplace > > else? > > Is it a good idea to include in an unsecure portal (http by default) a > secure page (https) ? Cause if the stream is secured between jetspeed and > the external site it is not betwteen jetspeed and you. (Unless you're using > https to connect to jetspeed). > > Right now it's not supported but it might not be so hard to implement, using > SSLSocket (javax.net.ssl package): http://java.sun.com/security > > > Also accessing jetspeed using netscape(4.79) is really > > slow. Could it be > > because I am still using the default stylesheets? > > thanks > > -Krish > > It's a know "bug" : Jetspeed uses a lot of nested tables and Netscape 4.7x > doesn't support them well. Try Netscape 6 or higher. > > > -- > To unsubscribe, e-mail: <mailto:jetspeed-user-unsubscribe@;jakarta.apache.org> > For additional commands, e-mail: <mailto:jetspeed-user-help@;jakarta.apache.org> > -- To unsubscribe, e-mail: <mailto:jetspeed-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:jetspeed-user-help@;jakarta.apache.org> -- To unsubscribe, e-mail: <mailto:jetspeed-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:jetspeed-user-help@;jakarta.apache.org>
