RE: SSL Question: Possibly Offtopic

2001-05-22 Thread Smith Jason
You might be able to use a SSL terminator. In this case, a seperate machine acts as a proxy to your sites and handles SSL for you. The ssl load is handled by the proxy machine and your web servers are somewhat protected. This is commonly used when you want to use SSL, and you still want your

Re: SSL Question: Possibly Offtopic

2001-05-21 Thread James Fairbairn
Is there some SSL limitation that only allows 1 Certificate per IP address? Yes, or at least that's my understanding. The SSL negotiation is done before the Host: header can be sent. James

Re: SSL question

2000-10-15 Thread Karl Avedal
Hello, Yeah, that's a good text, I'll add it. Thanks Mike! Regards, Karl Avedal David Ekholm wrote: That's what I call an answer! It explained a lot. Orion guys, pleas add that to your SSL howto. You can also retrieve a cert+CAcert already chained right from Thawte. Select an SSL type

Re: SSL question

2000-10-13 Thread Mike Atkin
- Original Message - From: "Kit" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Thursday, October 12, 2000 4:54 PM Subject: SSL question Hi all I have a problem using the command below. keytool -keystore keystore -keyalg "RSA" -import -trustcacerts -file

RE: SSL question

2000-10-13 Thread David Ekholm
That's what I call an answer! It explained a lot. Orion guys, pleas add that to your SSL howto. You can also retrieve a cert+CAcert already chained right from Thawte. Select an SSL type test cert and also check the chaining setting on the web page for test cert generation. /David - Original

Re: SSL question

2000-10-12 Thread Sach Jobb
the first line is correct. it's telling you that this certificate does not match the private key (which you made with -genkey first, right?) in your keystore. in the second one you didn't specify where your keystore is. this this and see if you have both the private key and the certificate in