You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by gdelgado <gu...@netquotient.com> on 2001/05/14 22:26:06 UTC

Using SOAP with HTTPS

> I'm having problems trying to run Apache+SSL+Tomcat for SOAP

here is the configuration I'm using for apache:
./configure
--prefix=/my/path/to/apache
--enable-module=so
--enable-shared=ssl
make
make install

openssl:
./config
make

modssl:
./configure
--with-apache=/my/path/to/apache1.3.x/
--with-ssl=/my/path/to/openssl1.3.xxx
--prefix=/path/to/apache
--enable-module=so
--enable-shared=ssl

then I go to apache1.3.x and do:
make
make certificate TYPE=dummy
make install

I changed the httpd.conf to do
Listen 8443
Port 8443
ServerName localhost
<VirtualHost localhost:8443>
SSLEnable
SSLEngine On
SSLCertificateFile /to/test/cert
SSLCertificateKeyFile /to/key/file
</VirtualHost>
include /my/path/to/tomcat/conf/mod_jk.conf-auto

then I get the mod_jk.so and put it in the libexe directory of apache.

I start tomcat and then I start apache and it tells me that It can't start apache
because
it does not understands SSLEnable or any of the SSL variables inside the
VirtualHost tag, any ideas of help will be very appreciated, thanks

I've been working on this for too long!:(











---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


Re: Using SOAP with HTTPS

Posted by William Bathurst <wb...@us.oracle.com>.
I think your SSL installation is flawed since it doesn't understand any of
the SSL directives.
I would look at ww.modssl.org and perform the modssl install from scratch.


----- Original Message -----
From: "gdelgado" <gu...@netquotient.com>
To: <so...@xml.apache.org>
Sent: Monday, May 14, 2001 01:26 PM
Subject: Using SOAP with HTTPS


> > I'm having problems trying to run Apache+SSL+Tomcat for SOAP
>
> here is the configuration I'm using for apache:
> ./configure
> --prefix=/my/path/to/apache
> --enable-module=so
> --enable-shared=ssl
> make
> make install
>
> openssl:
> ./config
> make
>
> modssl:
> ./configure
> --with-apache=/my/path/to/apache1.3.x/
> --with-ssl=/my/path/to/openssl1.3.xxx
> --prefix=/path/to/apache
> --enable-module=so
> --enable-shared=ssl
>
> then I go to apache1.3.x and do:
> make
> make certificate TYPE=dummy
> make install
>
> I changed the httpd.conf to do
> Listen 8443
> Port 8443
> ServerName localhost
> <VirtualHost localhost:8443>
> SSLEnable
> SSLEngine On
> SSLCertificateFile /to/test/cert
> SSLCertificateKeyFile /to/key/file
> </VirtualHost>
> include /my/path/to/tomcat/conf/mod_jk.conf-auto
>
> then I get the mod_jk.so and put it in the libexe directory of apache.
>
> I start tomcat and then I start apache and it tells me that It can't start
apache
> because
> it does not understands SSLEnable or any of the SSL variables inside the
> VirtualHost tag, any ideas of help will be very appreciated, thanks
>
> I've been working on this for too long!:(
>
>
>
>
>
>
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> For additional commands, email: soap-user-help@xml.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


Re: Using SOAP with HTTPS

Posted by William Bathurst <wb...@us.oracle.com>.
I think your SSL installation is flawed since it doesn't understand any of
the SSL directives.
I would look at ww.modssl.org and perform the modssl install from scratch.


----- Original Message -----
From: "gdelgado" <gu...@netquotient.com>
To: <so...@xml.apache.org>
Sent: Monday, May 14, 2001 01:26 PM
Subject: Using SOAP with HTTPS


> > I'm having problems trying to run Apache+SSL+Tomcat for SOAP
>
> here is the configuration I'm using for apache:
> ./configure
> --prefix=/my/path/to/apache
> --enable-module=so
> --enable-shared=ssl
> make
> make install
>
> openssl:
> ./config
> make
>
> modssl:
> ./configure
> --with-apache=/my/path/to/apache1.3.x/
> --with-ssl=/my/path/to/openssl1.3.xxx
> --prefix=/path/to/apache
> --enable-module=so
> --enable-shared=ssl
>
> then I go to apache1.3.x and do:
> make
> make certificate TYPE=dummy
> make install
>
> I changed the httpd.conf to do
> Listen 8443
> Port 8443
> ServerName localhost
> <VirtualHost localhost:8443>
> SSLEnable
> SSLEngine On
> SSLCertificateFile /to/test/cert
> SSLCertificateKeyFile /to/key/file
> </VirtualHost>
> include /my/path/to/tomcat/conf/mod_jk.conf-auto
>
> then I get the mod_jk.so and put it in the libexe directory of apache.
>
> I start tomcat and then I start apache and it tells me that It can't start
apache
> because
> it does not understands SSLEnable or any of the SSL variables inside the
> VirtualHost tag, any ideas of help will be very appreciated, thanks
>
> I've been working on this for too long!:(
>
>
>
>
>
>
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> For additional commands, email: soap-user-help@xml.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org