Re: Tomcat5.5.9 + jdk1.5 HTTPS

2005-05-10 Thread Carlos =?utf-8?b?Q29uZMOp?=
Jason Bainbridge jbainbridge at gmail.com writes:

 Try specifying an absolute path for the keystoreFile, I'm not sure
 what that is relative to and shouldn't that be .keystore anyway?

I've tried with an absolute path for the keystore, and with the default
($HOME/.keystore) location, it still does'nt work !

If I misspell the absolute path or if the keystore is not in the default
location (without a path in the server.xml), tomcat throws an exception... So
tomcat takes the right keystore when I specify it.

I've sent the problem to Thawte technical support, they're still trying to find
out...




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



Re: Tomcat5.5.9 + jdk1.5 HTTPS

2005-05-10 Thread Mark Thomas
What command did you use to generate the certificate request in the 
first place?

Mark
Carlos Conde wrote:
Hello,
I'm trying to enable HTTPS with Tomcat5.5.9. Here is my connector description in
the server.xml file:
Connector port=8443
   minProcessors=5
   maxProcessors=75
   enableLookups=true
   disableUploadTimeout=true
   acceptCount=100
   debug=0
   scheme=https
   secure=true
   clientAuth=false
   sslProtocol=TLS
   keystoreFile=conf/ssl/keystore
   keystorePass=/
my keystore is valid, keys have been imported successfully (certificate from
Thawte).
New, when I try to connect to https://myserver:8443/, the browser show an error
saying he hasn't a common encryption algorithm with the server ...
any ideas ?

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


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


Tomcat5.5.9 + jdk1.5 HTTPS

2005-05-04 Thread Carlos Conde
Hello,

I'm trying to enable HTTPS with Tomcat5.5.9. Here is my connector description in
the server.xml file:

Connector port=8443
   minProcessors=5
   maxProcessors=75
   enableLookups=true
   disableUploadTimeout=true
   acceptCount=100
   debug=0
   scheme=https
   secure=true
   clientAuth=false
   sslProtocol=TLS
   keystoreFile=conf/ssl/keystore
   keystorePass=/

my keystore is valid, keys have been imported successfully (certificate from
Thawte).

New, when I try to connect to https://myserver:8443/, the browser show an error
saying he hasn't a common encryption algorithm with the server ...

any ideas ?




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



Re: Tomcat5.5.9 + jdk1.5 HTTPS

2005-05-04 Thread Jason Bainbridge
On 5/4/05, Carlos Conde [EMAIL PROTECTED] wrote:
 Hello,
 
 I'm trying to enable HTTPS with Tomcat5.5.9. Here is my connector description 
 in
 the server.xml file:
 
 Connector port=8443
minProcessors=5
maxProcessors=75
enableLookups=true
disableUploadTimeout=true
acceptCount=100
debug=0
scheme=https
secure=true
clientAuth=false
sslProtocol=TLS
keystoreFile=conf/ssl/keystore
keystorePass=/
 

Try specifying an absolute path for the keystoreFile, I'm not sure
what that is relative to and shouldn't that be .keystore anyway?

Regards,
-- 
Jason Bainbridge
http://kde.org - [EMAIL PROTECTED]
Personal Site - http://jasonbainbridge.com

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