You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by QUERTEMONT Christophe <cq...@offshoretek.com> on 2002/08/21 11:36:51 UTC

Tomcat + SSL + IO Taglib

Hello,

I'am connecting to Tomcat using SSL, but without client authentification
(clientAuth="false" in server.xml). 
When I try to use io taglib, here is an JSP example : 

...
url =
"https://localhost:8443//Cache?newsServer=moreover_news&newsFeedName"%>
<io:request url="<%=url%>"/>
...

I always got this message : javax.servlet.ServletException: Couldn't
find trusted certificate

Is there a way to use IO Taglib with a secure website without client
authentification ?

Thanks.


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>