[EMAIL PROTECTED] Apache 2.2+SSL+Tomocat+mod_JK configuration that accepts both HTTP and HTTPS requests

2008-07-26 Thread kohanm
Hi, I set up the Apache 2.2+SSL+Tomcat 5.5 + mod_Jk it works fine with HTTP but when I use https I get Forbidden errors. How should I configure the Apache2.2 to accept both HTTP and HTTPS requests? The application uses https and http at the same time and there are not any restricted

[EMAIL PROTECTED] Apache 2.2.8 SSL is not working on RHEL5.1

2008-05-22 Thread Vinay Purohit
I have developed a apache connector that makes SSL connection to my back-end Application. This connector seems to be working fine on RHEl4.5 but it is not working on RHEL5.1. Do I need to add some rpm/package specifically required to make SSL connection on RHEL5.1

Re: [EMAIL PROTECTED] Apache 2.2.8 SSL is not working on RHEL5.1

2008-05-22 Thread Eric Covener
On Thu, May 22, 2008 at 7:26 AM, Vinay Purohit [EMAIL PROTECTED] wrote: I have developed a apache connector that makes SSL connection to my back-end Application. This connector seems to be working fine on RHEl4.5 but it is not working on RHEL5.1. Do I need to add some rpm/package specifically

RE: [EMAIL PROTECTED] Apache 2.2.8 SSL is not working on RHEL5.1

2008-05-22 Thread Vinay Purohit
5:39 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Apache 2.2.8 SSL is not working on RHEL5.1 On Thu, May 22, 2008 at 7:26 AM, Vinay Purohit [EMAIL PROTECTED] wrote: I have developed a apache connector that makes SSL connection to my back-end Application. This connector seems

[EMAIL PROTECTED] Apache + tomcat + ssl

2008-04-30 Thread Rodrigo Correa de Paiva
hi all, i have a apache 2.0.63 doing load balancer betwen 2 tomcat 6.x, each tomcat are running 3 applications, now i need 2 of this applications running with ssl, and the other one without ssl. I already try some things but none of than works. Someone have a idea? TY

RE: [EMAIL PROTECTED] Apache + tomcat + ssl

2008-04-30 Thread Antonio Vidal Ferrer
Can you define more precisely, what you meant with “don’t work”?? What’s exactly the problem? From: Rodrigo Correa de Paiva [mailto:[EMAIL PROTECTED] Sent: miércoles, 30 de abril de 2008 16:32 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Apache + tomcat + ssl hi all, i have

Re: [EMAIL PROTECTED] Apache + tomcat + ssl

2008-04-30 Thread Rodrigo Correa de Paiva
work?? What's exactly the problem? *From:* Rodrigo Correa de Paiva [mailto:[EMAIL PROTECTED] *Sent:* miércoles, 30 de abril de 2008 16:32 *To:* users@httpd.apache.org *Subject:* [EMAIL PROTECTED] Apache + tomcat + ssl hi all, i have a apache 2.0.63 doing load balancer betwen 2 tomcat 6.x

[EMAIL PROTECTED] Apache 2.0.59 / ssl memory leak

2007-09-06 Thread Swapan Gupta
Hi, We have setup an Apache 2.0.59 along with mod_ssl and are executing a load run for Apache resources over https. We are seeing continuous memory growth in Apache process during the course of the load run. I we do a similar load run using Apache 2.0.59 over http (non-ssl), we do not see

Re: [EMAIL PROTECTED] apache pass ssl+http to tomcat

2007-05-01 Thread Krist van Besien
On 4/30/07, Mike Grandmaison [EMAIL PROTECTED] wrote: Hi, I am trying to setup a tomcat web app in a hosted environment. The hosted environment uses apache and virtual hosts to pass requests for certain domains onto tomcat. I want tomcat to handle the ssl instead of having apache decrypt and

Re: [EMAIL PROTECTED] apache pass ssl+http to tomcat

2007-05-01 Thread Mike Grandmaison
- Original Message From: Krist van Besien [EMAIL PROTECTED] You can't do what you are trying to do. Passing SSL without decrypting it to tomcat is something that can't be done with apache. How is apache to know what to do with a request when the request is just a stream of apparently

Re: [EMAIL PROTECTED] apache pass ssl+http to tomcat

2007-05-01 Thread Krist van Besien
On 5/1/07, Mike Grandmaison [EMAIL PROTECTED] wrote: Unfortunately I can't do a port forward at the os level. My environment is on a shared server. Many domains are setup on the machine - all of course for port 80/443. At the os level can I determine that the request was for a certain

RE: [EMAIL PROTECTED] apache pass ssl+http to tomcat

2007-05-01 Thread Ryan Murray
- Original Message From: Krist van Besien [EMAIL PROTECTED] You can't do what you are trying to do. Passing SSL without decrypting it to tomcat is something that can't be done with apache. How is apache to know what to do with a request when the request is just a stream

[EMAIL PROTECTED] apache pass ssl+http to tomcat

2007-04-30 Thread Mike Grandmaison
Hi, I am trying to setup a tomcat web app in a hosted environment. The hosted environment uses apache and virtual hosts to pass requests for certain domains onto tomcat. I want tomcat to handle the ssl instead of having apache decrypt and pass the http request to tomcat. Do I need to use a

[EMAIL PROTECTED] Apache-MySQL-SSL

2007-04-26 Thread Naveen Rawat
Hi there, I am having my implementations as add-on modules on Apache that does my job against my data-store (MySQL). Till now I had been using one same machine for both my Apache and MySQL. Now the implementation is to be done on separate machines. I want to make both the ends to talk in a

Re: [EMAIL PROTECTED] Apache module ----SSL----- MySQL

2007-04-26 Thread Joshua Slive
On 4/26/07, Naveen Rawat [EMAIL PROTECTED] wrote: My communication from my module, is database specific (my MySQL is already SSL-enabled). So is it only up to the MySQL SSL-specific C API to provide SSL (I tried using mysql_ssl_set() with no success) or there has more to be done at my module's

RE: [EMAIL PROTECTED] Apache module ----SSL----- MySQL

2007-04-26 Thread Naveen Rawat
Hi Joshua, Thanks for the response, My communication from my module, is database specific (my MySQL is already SSL-enabled). So is it only up to the MySQL SSL-specific C API to provide SSL (I tried using mysql_ssl_set() with no success) or there has more to be done at my module's code

[EMAIL PROTECTED] Apache module ----SSL----- MySQL

2007-04-25 Thread Naveen Rawat
Hi, 1. Please tell me, if it is possible for an Apache (--enable-mods-shared=all --enable-ssl=shared --enable-so) module to interact with a SSL-enabled MySQL (--with-openssl=DIR)? 2. If yes, then considering that I have got required keys/certificates for both the client, server and the CA,

Re: [EMAIL PROTECTED] Apache with SSL

2007-03-17 Thread Amit Patel
http://hunter.campbus.com/ On 3/16/07, Earl, Robert(IT) [EMAIL PROTECTED] wrote: I'm sure this has been asked before but I don't see how to get a history of postings to view. I would like to use Apache 2.x with SSL. The binary has 'no_ssl' in its name, so I assume you cannot use SSL with

Re: [EMAIL PROTECTED] Apache with SSL

2007-03-17 Thread Davide Bianchi
On 03/16/2007 10:41 PM, Earl, Robert(IT) wrote: I’m sure this has been asked before but I don’t see how to get a history of postings to view. There are many archives available, one is http://mail-archives.apache.org/mod_mbox/httpd-users/ another one is

[EMAIL PROTECTED] Apache with SSL

2007-03-16 Thread Earl, Robert\(IT\)
I'm sure this has been asked before but I don't see how to get a history of postings to view. I would like to use Apache 2.x with SSL. The binary has 'no_ssl' in its name, so I assume you cannot use SSL with that precompiled version. Is there a precompiled version that can be found that has it,

[EMAIL PROTECTED] Apache + Tomcat + SSL

2007-02-14 Thread Vidya Sreedharan
Hi, I am currently using Apache 2.2.4 (with ssl) and Tomcat 5.5 connected with mod_jk running on windows XP Pro. My web application is spring based and i want to enable ssl for few selected pages in my application. Previously when i was running Tomcat standalone i was using acegi security's

[EMAIL PROTECTED] Apache gives SSL Library error complaining about common name - Help

2007-01-22 Thread DEVAL SHAH
Hello, I have posted this question earlier but got no response. I am stating it again. Please help with some ideas. I have a certificate installed for my domain from Thawte. Now if anyone tries to access the webpage using a browser it works perfect. One of our clients has a proxy server. When

Re: [EMAIL PROTECTED] Apache gives SSL Library error complaining about common name - Help

2007-01-22 Thread Serge Dubrouski
Ok. I believe that the problem in in the proxy. Client certificates AREN'T proxied. As far as I remember, you have you server configured with SSLVerifyClient Required, that means that client MUST provide a certificate to get access, but their proxy doesn't ask for it and doesn't peresnt it tou

Re: [EMAIL PROTECTED] Apache gives SSL Library error complaining about common name - Help

2007-01-22 Thread DEVAL SHAH
you. Deval From: Serge Dubrouski [EMAIL PROTECTED] Reply-To: users@httpd.apache.org To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Apache gives SSL Library error complaining about common name - Help Date: Mon, 22 Jan 2007 19:01:24 -0700 Ok. I believe that the problem

Re: [EMAIL PROTECTED] Apache gives SSL Library error complaining about common name - Help

2007-01-22 Thread Serge Dubrouski
[EMAIL PROTECTED] Reply-To: users@httpd.apache.org To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Apache gives SSL Library error complaining about common name - Help Date: Mon, 22 Jan 2007 19:01:24 -0700 Ok. I believe that the problem in in the proxy. Client certificates AREN'T proxied

[EMAIL PROTECTED] Apache 2.2.3 + SSL + NT 4.0 Client

2006-11-14 Thread Serge Dubrouski
Hello - We have an Apache 2.2.3 Server + mod_ssl installed. Also we have some locations configured like this: ClientVerify none Location aaa ClientVerify Optional /Location Now here is the problem that we have. For IE 6.0 and 7.0 clients working under Windows XP everything works fine but

RE: [EMAIL PROTECTED] Apache 2 SSL - Install Question

2006-07-25 Thread Boyle Owen
-Original Message- From: Richard Collyer [mailto:[EMAIL PROTECTED] Sent: Monday, July 24, 2006 7:02 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Apache 2 SSL - Install Question Boyle Owen wrote: If you have mod_so already compiled in, you can do dynamic loading

[EMAIL PROTECTED] Apache 2 SSL - Install Question

2006-07-24 Thread Richard Collyer
Hello, I've been looking at installing SSL on apache becuase I am now using webmail etc and users privacy etc. This is running on FreeBSD 5.4 Do I have to reinstall php after the upgrade to apache 2.2 with SSL enabled. Some of the guides I am looking at say yes, some say no. Just wondering what

RE: [EMAIL PROTECTED] Apache 2 SSL - Install Question

2006-07-24 Thread Boyle Owen
-Original Message- From: Richard Collyer [mailto:[EMAIL PROTECTED] Sent: Monday, July 24, 2006 12:02 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Apache 2 SSL - Install Question Hello, I've been looking at installing SSL on apache becuase I am now using webmail etc

RE: [EMAIL PROTECTED] Apache 2 SSL - Install Question

2006-07-24 Thread Richard Collyer
On Mon, July 24, 2006 11:31 am, Boyle Owen wrote: The essential point to bear in mind when adding SSL to a webserver is; what you're really doing is adding a port-based virtualhost (usually on port 443) that uses an additional protocol layer (HTTPS). All you should be doing is *adding*

RE: [EMAIL PROTECTED] Apache 2 SSL - Install Question

2006-07-24 Thread Boyle Owen
-Original Message- From: Richard Collyer [mailto:[EMAIL PROTECTED] Sent: Monday, July 24, 2006 1:26 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Apache 2 SSL - Install Question On Mon, July 24, 2006 11:31 am, Boyle Owen wrote: The essential point to bear

Re: [EMAIL PROTECTED] Apache 2 SSL - Install Question

2006-07-24 Thread Richard Collyer
Boyle Owen wrote: If you have mod_so already compiled in, you can do dynamic loading. Then with apache 2.2, mod_ssl is just an extension module as part of the main distro. You should just be able to compile it and then LoadModule it. Check the INSTALL file in the distro for instructions... If

Re: [EMAIL PROTECTED] Apache 2 SSL - Install Question (httpd.conf included [cutdown])

2006-07-24 Thread Richard Collyer
Been testing. Generated a key file, changed the apache config but I can't connect to port 443 even using local host. Can you kind chaps please take a sneaky look and see if you can see what the error is. I suspect its to do with VirtualName being binded to *:80 but I'm not sure. Cheers

Re: Re: [EMAIL PROTECTED] Apache 2 SSL - Install Question (httpd.conf included [cutdown])

2006-07-24 Thread Vincent Bray
On 7/24/06, Richard Collyer [EMAIL PROTECTED] wrote: httpd.conf # ServerRoot /usr/local Listen 80 Add: Listen 443 -- noodl - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [EMAIL PROTECTED] Apache 2 SSL - Install Question (httpd.conf included [cutdown])

2006-07-24 Thread Richard Collyer
Vincent Bray wrote: On 7/24/06, Richard Collyer [EMAIL PROTECTED] wrote: httpd.conf # ServerRoot /usr/local Listen 80 Add: Listen 443 Nope, tried it didnt work. Long e-mail so at the start I'll say thanks to anyone that reads it and tries to understand where the heck I'm

Re: [EMAIL PROTECTED] Apache 2 SSL - Install Question (httpd.conf included [cutdown])

2006-07-24 Thread Richard Collyer
I'm becoming my own serial poster. Now https://192.168.1.15 works (ip of server) but https://mydomain.tld still does not. Wierd. Cheers Richard - The official User-To-User support forum of the Apache HTTP Server Project.

Re: [EMAIL PROTECTED] Apache 2 SSL - Install Question (httpd.conf included [cutdown])

2006-07-24 Thread Richard Collyer
Richard Collyer wrote: I'm becoming my own serial poster. Now https://192.168.1.15 works (ip of server) but https://mydomain.tld still does not. Wierd. Ack No! I was just pointed out my error by an newbie on IRCI think hes about 11. He just said erm...forwarded port 443 to server

RE: [EMAIL PROTECTED] apache and ssl

2006-06-29 Thread Oliver.Schaudt
Joshua, Here is what is listed in the logs, but this is from this morning. I don't know why this information hasn't been updated: [Wed Jun 28 11:27:03 2006] [error] Init: Unable to read pass phrase [Hint: key introduced or changed before restart?] If you don't want to enter the

Re: [EMAIL PROTECTED] apache and ssl

2006-06-29 Thread Dave Henderson
Joshua, I looked through the server to see if it were possible to have multiple versions of apache. Upon looking, I noticed that the apache_common and libapache_mod_php4 packages were installed (for version 1.x of apache), everything else that was installed was for apache 2.x. I have

RE: [EMAIL PROTECTED] apache and ssl

2006-06-29 Thread Dave Henderson
Oliver, Thanks for the info. I will start to work on the certificate/key situation once I get the some of these other issues worked out. Are you overly familiar with key creation, etc?Thanks, Dave [EMAIL PROTECTED] wrote: Joshua,Here is what is listed in the logs, but this is from

RE: [EMAIL PROTECTED] apache and ssl

2006-06-29 Thread Dave Henderson
I am wondering if the virtual host definitions are wrong. Can I do the following (even though the ServerName options have the same value)? Can I use the IP addresses like I have done below? VirtualHost 192.168.0.12:80 ServerAdmin [EMAIL PROTECTED] ServerName demo.sitename.com

Re: [EMAIL PROTECTED] apache and ssl

2006-06-29 Thread Pid
Does anyone else think that this is wrong? SSLCertificateFile /etc/apache2/ssl/certs/sitename.com.crt SSLCertificateKeyFile /etc/apache2/ssl/keys/sitename.com.key SSLCACertificateFile /etc/apache2/ssl/root/sitename.com.crt It looks like you're telling it that the

Re: [EMAIL PROTECTED] apache and ssl

2006-06-29 Thread Dave Henderson
(Sorry for direct response, I didn't know you were being sent an email as well)Pid [EMAIL PROTECTED] wrote: Date: Thu, 29 Jun 2006 15:06:29 +0100From: Pid [EMAIL PROTECTED]To: Dave Henderson [EMAIL PROTECTED]Subject: Re: [EMAIL PROTECTED] apache and ssl I don't think you gain anything by separati

[EMAIL PROTECTED] apache and ssl

2006-06-28 Thread Dave Henderson
Gang, I have been working on this issue over the past few days. I am trying toget SSL working with Apache 2.0 (Debian 3.0). I have read throughdocumentation on how to create Root CA's, ssl certificates and keys,etc. I made a root ca and created a certificate and key for

Re: [EMAIL PROTECTED] apache and ssl

2006-06-28 Thread Joshua Slive
On 6/28/06, Dave Henderson [EMAIL PROTECTED] wrote: Gang, I have been working on this issue over the past few days. I am trying to get SSL working with Apache 2.0 (Debian 3.0). I have read through documentation on how to create Root CA's, ssl certificates and keys, etc. I made a

RE: [EMAIL PROTECTED] apache and ssl

2006-06-28 Thread Ellison , John P
...     SSLVerifyClient require     SSLVerifyDepth 1 ... I noticed this in your config. Remove these two parameters. They are requiring a client side certificate exchange which it doesn't sound like you want at this point. Meaning, client identity verification. JP

Re: [EMAIL PROTECTED] apache and ssl

2006-06-28 Thread Dave Henderson
Joshua, Thanks for the response. I actually did add that syntax to the config right after I posted the message. Now I get prompted for a password when starting apache (which I knew was going to happen). So that tells me that I have made some progress. I am still getting a 501 error

RE: [EMAIL PROTECTED] apache and ssl

2006-06-28 Thread Dave Henderson
I commented out those two lines, restarted apache, but failed to make any progress. I can get to the page without using ssl just fine. Is there a way to make it so that it can only load that page with ssl? Any suggestions on everything else?Thanks,Dave"Ellison , John P" [EMAIL

Re: [EMAIL PROTECTED] apache and ssl

2006-06-28 Thread Joshua Slive
On 6/28/06, Dave Henderson [EMAIL PROTECTED] wrote: Joshua, Thanks for the response. I actually did add that syntax to the config right after I posted the message. Now I get prompted for a password when starting apache (which I knew was going to happen). So that tells me that I have

Re: [EMAIL PROTECTED] apache and ssl

2006-06-28 Thread Dave Henderson
Joshua, Here is what is listed in the logs, but this is from this morning. I don't know why this information hasn't been updated: [Wed Jun 28 11:27:03 2006] [error] Init: Unable to read pass phrase [Hint: key introduced or changed before restart?] [Wed Jun 28 11:27:03 2006] [error] SSL

RE: [EMAIL PROTECTED] apache and ssl

2006-06-28 Thread Ellison , John P
From: Dave Henderson [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 28, 2006 3:24 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] apache and ssl I commented out those two lines, restarted apache, but failed to make any progress.  I can get

RE: [EMAIL PROTECTED] apache and ssl

2006-06-28 Thread Dave Henderson
John, I have updated my virtual host directive to reflect the following changes:VirtualHost 192.168.0.13:443 ServerAdmin [EMAIL PROTECTED] ServerName demo.sitename.com DocumentRoot /var/www/sitename.com/demo/ssl # SSL specifications SSLEngine On SSLCertificateFile

Re: [EMAIL PROTECTED] apache and ssl

2006-06-28 Thread Joshua Slive
On 6/28/06, Dave Henderson [EMAIL PROTECTED] wrote: I am still getting the default certificate that comes with the Debian distro (to which I can't even find on the drive). Even though I specifically specify to use the certificates that I created, it still doesn't. Could there be a problem

Re: [EMAIL PROTECTED] Apache with SSL

2006-05-18 Thread William A. Rowe, Jr.
apachectl does something like . bin/envvars; bin/httpd to load the path variables. You can't start httpd w/o it. Kaushal Shriyan wrote: Hi All Anyone - when I try starting Apache directly (outsie of samon using: apachectl sslstart) I get the error: [EMAIL PROTECTED] apache]$

Re: [EMAIL PROTECTED] Apache with SSL

2006-05-18 Thread Rainer Sokoll
On Thu, May 18, 2006 at 11:07:59AM +0530, Kaushal Shriyan wrote: Hi All Anyone - when I try starting Apache directly (outsie of samon using: apachectl sslstart) I get the error: [EMAIL PROTECTED] apache]$ ./bin/apachectl sslstart /oap//blogsdev/blogs_as3/apache/bin/httpd: error while

Re: [EMAIL PROTECTED] Apache with SSL

2006-05-18 Thread Joe Orton
On Thu, May 18, 2006 at 11:07:59AM +0530, Kaushal Shriyan wrote: Anyone - when I try starting Apache directly (outsie of samon using: apachectl sslstart) I get the error: [EMAIL PROTECTED] apache]$ ./bin/apachectl sslstart /oap//blogsdev/blogs_as3/apache/bin/httpd: error while loading shared

Re: [EMAIL PROTECTED] Apache with SSL

2006-05-18 Thread Kaushal Shriyan
On 5/18/06, Joe Orton [EMAIL PROTECTED] wrote: On Thu, May 18, 2006 at 11:07:59AM +0530, Kaushal Shriyan wrote: Anyone - when I try starting Apache directly (outsie of samon using: apachectl sslstart) I get the error: [EMAIL PROTECTED] apache]$ ./bin/apachectl sslstart

[EMAIL PROTECTED] Apache with SSL

2006-05-17 Thread Kaushal Shriyan
Hi All Anyone - when I try starting Apache directly (outsie of samon using: apachectl sslstart) I get the error: [EMAIL PROTECTED] apache]$ ./bin/apachectl sslstart /oap//blogsdev/blogs_as3/apache/bin/httpd: error while loading shared libraries: libaprutil-0.so.0: cannot open shared object

[EMAIL PROTECTED] Apache 2.0.55 SSL and POST problem

2006-01-31 Thread Stephen Collyer
I have an SSL enabled Apache 2.0.55, with a CGI enabled Location accessible via SSL. When I try to execute a POST against this location, I get a 405 Method not allowed response. The same directives work fine under a non-SSL enabled server. There is no LIMIT directive that tries to restrict

RE: [EMAIL PROTECTED] Apache 2.0.55 SSL and POST problem

2006-01-31 Thread Boyle Owen
-Original Message- From: Stephen Collyer [mailto:[EMAIL PROTECTED] Sent: Dienstag, 31. Januar 2006 13:34 To: Apache Users Subject: [EMAIL PROTECTED] Apache 2.0.55 SSL and POST problem I have an SSL enabled Apache 2.0.55, with a CGI enabled Location accessible via SSL. When I

Re: [EMAIL PROTECTED] Apache 2.0.55 SSL and POST problem

2006-01-31 Thread Stephen Collyer
Joe Orton wrote: On Tue, Jan 31, 2006 at 12:34:27PM +, Stephen Collyer wrote: I have an SSL enabled Apache 2.0.55, with a CGI enabled Location accessible via SSL. When I try to execute a POST against this location, I get a 405 Method not allowed response. This is

Re: [EMAIL PROTECTED] Apache 2.0.55 SSL and POST problem

2006-01-31 Thread Joe Orton
On Tue, Jan 31, 2006 at 02:42:27PM +, Stephen Collyer wrote: Joe Orton wrote: On Tue, Jan 31, 2006 at 12:34:27PM +, Stephen Collyer wrote: I have an SSL enabled Apache 2.0.55, with a CGI enabled Location accessible via SSL. When I try to execute a POST against this location, I get

Re: [EMAIL PROTECTED] Apache 2.0.55 SSL and POST problem

2006-01-31 Thread Stephen Collyer
Boyle Owen wrote: Taking a wild guess, I'd say maybe SSL Re-negotiation in conjunction with POST method is not supported... :-) It's a long shot, but you might try putting SSLOptions +OptRenegotiate in your config. Fair comment. However, I am aware of *what* the error message says, and

Re: [EMAIL PROTECTED] Apache 2.0.55 SSL and POST problem

2006-01-31 Thread Stephen Collyer
Joe Orton wrote: On Tue, Jan 31, 2006 at 02:42:27PM +, Stephen Collyer wrote: Joe Orton wrote: On Tue, Jan 31, 2006 at 12:34:27PM +, Stephen Collyer wrote: I have an SSL enabled Apache 2.0.55, with a CGI enabled Location accessible via SSL. When I try to execute a POST against

[EMAIL PROTECTED] Apache 2.2.0 SSL build issues: multiple definition of`SHA256_Update'

2006-01-04 Thread Brian Kosick
Hi All, I am having issues building apache 2.2.0 with the --enable-static-support configure flag, if I leave it out, it compiles just fine. 2.0.54, and 55 work fine with the --enable-static-support flag. Here's my configure flags, and my errors. RHEL 3 OpenSSL 0.9.8 ./configure

Re: [EMAIL PROTECTED] Apache 2.2.0 SSL build issues: multiple definition of`SHA256_Update'

2006-01-04 Thread Joe Orton
On Wed, Jan 04, 2006 at 09:28:24AM -0700, Brian Kosick wrote: ... make[4]: Entering directory `/var/build/edg-bali/Build/edg/edg-build/httpd.2.2.0/src/httpd-2.2.0/support' /var/build/edg-bali/Build/edg/edg-build/httpd.2.2.0/src/httpd-2.2.0/srclib/apr/libtool --silent --mode=link gcc -g -O2

Re: [EMAIL PROTECTED] Apache 2.2.0 SSL build issues: multipledefinition of`SHA256_Update'

2006-01-04 Thread Brian Kosick
On Wed, 2006-01-04 at 16:46 +, Joe Orton wrote: On Wed, Jan 04, 2006 at 09:28:24AM -0700, Brian Kosick wrote: ... make[4]: Entering directory `/var/build/edg-bali/Build/edg/edg-build/httpd.2.2.0/src/httpd-2.2.0/support'

[EMAIL PROTECTED] apache 1.3.26 +ssl

2005-11-03 Thread binoj johny
Hi Iam working on apache 1.3.26 with ssl ..but the ssl is not working ..the http:// is working fine but while accessing the same site thru https:// ..it is stuck.Can any of u tell us how to configure ssl in apache 1.3.26..I have configured apache 2 with ssl correctly ..Also rewrite rules in

Re: [EMAIL PROTECTED] apache 1.3.26 +ssl

2005-11-03 Thread Akash
On 11/4/05, binoj johny [EMAIL PROTECTED] wrote: Hi Iam working on apache 1.3.26 with ssl ..but the ssl is not working ..the http:// is working fine but while accessing the same site thru https:// ..it is stuck. can you elaborate stuck usually one gets an error message. What is it? akash