RE: [EMAIL PROTECTED] Conversion of SSL request URL to non-SSL request

2006-07-05 Thread Qingshan Xie
Hi, Boyle, I have a related question. We'd like to implement a SSL-Login on a HTTP(port 80) webServer to secure the userId/password. This means, whenever a site needs the authentication, the webServer redirects it to HTTPS server for processing. However, this is pretty annoying since it

Re: [EMAIL PROTECTED] Conversion of SSL request URL to non-SSL request

2006-07-05 Thread Joshua Slive
On 7/5/06, Qingshan Xie [EMAIL PROTECTED] wrote: Hi, Boyle, I have a related question. We'd like to implement a SSL-Login on a HTTP(port 80) webServer to secure the userId/password. This means, whenever a site needs the authentication, the webServer redirects it to HTTPS server for

RE: [EMAIL PROTECTED] Conversion of SSL request URL to non-SSL request

2006-07-04 Thread Boyle Owen
-Original Message- From: Perminder Singh Vohra [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 04, 2006 7:18 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Conversion of SSL request URL to non-SSL request Hi, We have a setup requirement where we need to send

Re: [EMAIL PROTECTED] Conversion of SSL request URL to non-SSL request

2006-07-04 Thread Matus UHLAR - fantomas
On 04.07.06 10:47, Perminder Singh Vohra wrote: We have a setup requirement where we need to send request to Apache Server on SSL but Apache should convert the request to non-SSL port and then process it. We have enable Apache to listen on both Non-SSL and SSL ports. What do you mean by