What jvm do you use?
In 1.3 jvms, you have to add a line like
security.provider.3=com.sun.net.ssl.internal.ssl.Provider 
to $JAVA_HOME/jre/lib/security/java.security

HTH, Heiko

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Hugh
> O'Donnell
> Sent: Friday, December 12, 2003 4:16 PM
> To: [EMAIL PROTECTED]
> Subject: [JBoss-user] JBoss 3.2.2 SSL
> 
> 
> Hi All,
> 
> Trying to implement SSL in JBoss3.2.2 (Tomcat 41 on Win2K) with the
> following exception being thrown
> during startup:
> 
> "Error loading SSL Implementation
> org.apache.tomcat.util.net.puretls.PureTLSImplementation"
> 
> My jboss-service.xml contains:
> 
> Connector className = "org.apache.coyote.tomcat4.CoyoteConnector"
>                  address="${jboss.bind.address}" port = 
> "8443" scheme =
> "https" secure = "true">
>                  <Factory className =
> "org.apache.coyote.tomcat4.CoyoteServerSocketFactory"
>                    
> keystoreFile="${jboss.server.home.dir}/conf/blueDAIS.jks"
>                    keystorePass="rmi+ssl"
>                                  clientAuth="false"
>                    protocol = "TLS"/>
>                </Connector>
> 
> Help would be greatly appreciated!! (;)
> 
> 
> Kind Regards,
> 
> Hugh O'Donnell
> Director
> www.blueTanso.com
> tel: 01475 806827
> fax: 01475 807107
> 
> 
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.547 / Virus Database: 340 - Release Date: 02/12/2003
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: IBM Linux Tutorials.
> Become an expert in LINUX or just sharpen your skills.  Sign 
> up for IBM's
> Free Linux Tutorials.  Learn everything from the bash shell 
> to sys admin.
> Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to