Karen -

You realize that if this works, it will be the Jetspeed server that makes
the https connection to your web site, gets the html, then caches it for
delivery to the browser, right?  That said, I don't knnow what might be
missing or needed in Jetspeed to enable it to make https connections, but it
may be the same as what would be needed for Tomcat to be able to accept
https connections from a browser, which (I think) is a server certificate...

If you want the web page to go directly to the browser, try the
IFramePortlet that was recently added to 1.3a3.  The tip CVS is in pretty
good shape with reguard to customizers now.  If you use the IFramePortlet,
an Iframe will go in the html page from Jetspeed, and the src of that iframe
would be your https url... Then only your browser would have to be able to
do https with that server.

- Glenn 
 
--------------------------------------------
Glenn R. Golden, Systems Research Programmer
University of Michigan School of Information
[EMAIL PROTECTED]               734-615-1419
http://www-personal.si.umich.edu/~ggolden/
--------------------------------------------

 


> -----Original Message-----
> From: Karen Schuchardt [mailto:[EMAIL PROTECTED]] 
> Sent: Monday, April 01, 2002 4:58 PM
> To: [EMAIL PROTECTED]
> Subject: WebPagePortlet and https urls
> 
> 
> I am trying to use the WebPagePortlet to access html pages 
> that are accessable via https.  When I add them to a pane, 
> they show up as empty and the following message appears in 
> jetspeed.log
> 
> [Mon Apr 01 13:20:32 PST 2002] -- INFO -- Exception
> occurred:javax.net.ssl.SSLHandshakeException: Couldn't find 
> trusted certificate
> 
> My local-portlets.xreg looks like:
>     <portlet-entry name="My Applet" hidden="false" type="ref"
>         parent="WebPagePortlet" application="false">
>         <meta-info>
>             <title>My Applet</title>
>             <description>xxx</description>
>         </meta-info>
>         <parameter name="dont_remove_applet" value="yes" 
> hidden="false"/>
>         <url>https://myhost:myport/jetspeed/myapplet.html</url>
>     </portlet-entry>
> 
> 
>  I  can access this url directly (not as portlet) via tomcat 
> with ssl - it works fine.  My tomcat keystore file is not in 
> ~ but I copied it there in case that would fix the problem 
> but it didn't.
> 
> Any ideas what I'm doing wrong?  I'm using 1.3a2, jdk1.4 and 
> tomat 1.0.4b2-LE.  Everything else seems to be working fine.  
> By the way, this is the first version of tomcat that SEEMS to 
> work with jdk1.4, jetspeed, the hptrailmap etc.
> 
> Thanks,
> Karen
> 
> 
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:jetspeed-user-> [EMAIL PROTECTED]>
> For 
> additional commands, 
> e-mail: <mailto:[EMAIL PROTECTED]>
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to