RE: openssl under NT

1999-01-10 Thread Juergen Rensen
Hi, I used Visual C++ 6.0 / nmake to compile SSL 0.9.0b for NT. Is that still an option with OpenSSL? Would the recommended solution be to use CygWin? Thanks Juergen __ OpenSSL Project http://w

RE: Server cert or site cert ?

1999-03-11 Thread Juergen Rensen
Yes, I forgot. But then you would have to type that (URL+port) into your browser, right? Juergen -Original Message- From: Goetz Babin-Ebell [SMTP:[EMAIL PROTECTED]] Sent: Friday, March 12, 1999 4:58 AM To: [EMAIL PROTECTED] Subject:RE: Server cert or site cert ? coul

RE: Server cert or site cert ?

1999-03-12 Thread Juergen Rensen
I'm not sure if I understand, how would you do a re-direct? Juergen -Original Message- From: Goetz Babin-Ebell [SMTP:[EMAIL PROTECTED]] Sent: Friday, March 12, 1999 9:39 PM To: [EMAIL PROTECTED] Subject:RE: Server cert or site cert ? At 12:33 12.03.99 +1300, you wrote:

RE: Problem restart the apache with mod_ssl

1999-03-13 Thread Juergen Rensen
For a while there has been a broken mod_ssl version out there; SSL didn't work anymore after sending the HUP signal (graceful restart). The latest version on Ralf's download site fixes this problem. Juergen -Original Message- From: Ye Xiao-ting [SMTP:[EMAIL PROTECTED]] Sent: Sunday

"Best" Ciphers?

1999-03-25 Thread Juergen Rensen
Hi everyone, I was wondering if there is something like a "best" cipher to use, ie. which one is the fastest, which one the most secure, which one the best compromise, etc. I checked the mail archive and couldn't find anything on that topic. If anyone knows of any books or FAQs where I can fi

Verisgin Global ID cert chains question

1999-04-22 Thread Juergen Rensen
Hi, I understand that the Global ID cert actually consists of two chained certificates. Is there a way that someone with a valid Global ID (ie a bank) can sign a new certificate (ie for a merchant server) which will cause browsers to use strong encryption when connecting to the merchant serve

RE: Verisgin Global ID cert chains question

1999-04-23 Thread Juergen Rensen
M2c: Credit card organizations and banks have successfully generated the image that strong encryption protecting from fraudaulent use of credit cards is solely in the interest of the customer. What the customer is actually protected from is an increase in credit card fees, since the CC organi

RE: my thawte-cert is missing...somewhat ?

1999-05-16 Thread Juergen Rensen
I might have had a similar problem, in my case the last line of my Thawte certificate appeared to be longer than the rest, as if some line break hadn't been copied (Apache 1.3.4/2.2.5 seg faulted on start-up). I could resolve this by manually inserting a new line break using vi to cut the last

RE: virtual host setup with same certificates

1999-07-20 Thread Juergen Rensen
When a SSL connection is established, the server will only see the IP address (or IP/Port address), therefore the https request is always resolved to be for your "main" server. You can either configure multiple IP addresses or different IP address/Port combinations for multiple SSL sites on th