Re: [EMAIL PROTECTED] Issue with SSL configuration.

2008-10-30 Thread Vasanth Kumar ravi
The application server has a plugin for apache and that has been installed in the apache . Apache is able to talk to the weblogic using http but not using https. as i mentioned earlier, i have not hosted any application files in the apache. the apache should act to proxy/pass all the requests to we

Re: [EMAIL PROTECTED] Issue with SSL configuration.

2008-10-30 Thread Eric Covener
On Thu, Oct 30, 2008 at 9:31 PM, Vasanth Kumar ravi <[EMAIL PROTECTED]> wrote: > Alright. > Let me make the requirements clear then. > > Currently we have an application hosted in weblogic and we do not have any > web servers in the setup. > This application is accessed by the url http:///OPSWeb/ne

Re: [EMAIL PROTECTED] Issue with SSL configuration.

2008-10-30 Thread Vasanth Kumar ravi
ssage may be ignored. > > > > > > >From: Vasanth Kumar ravi [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 30, 2008 6:30 AM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Issue with SSL

RE: [EMAIL PROTECTED] Issue with SSL configuration.

2008-10-30 Thread Mehta, Anish
___ From: Vasanth Kumar ravi [mailto:[EMAIL PROTECTED] Sent: Thursday, October 30, 2008 1:30 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Issue with SSL configuration. All, Can someone throw light on this issue. Thanks. On Wed, Oct 29, 2008 at 4:28 PM, Vasa

RE: [EMAIL PROTECTED] Issue with SSL configuration.

2008-10-30 Thread Boyle Owen
To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Issue with SSL configuration. All, Can someone throw light on this issue. Thanks. On Wed, Oct 29, 2008 at 4:28 PM, Vasanth Kumar

Re: [EMAIL PROTECTED] Issue with SSL configuration.

2008-10-29 Thread Vasanth Kumar ravi
All, Can someone throw light on this issue. Thanks. On Wed, Oct 29, 2008 at 4:28 PM, Vasanth Kumar ravi <[EMAIL PROTECTED]>wrote: > Thanks folks.. > After posting this in the forum , I did an extensive research on the > internet and it was resolved. > Major problem was due to the Virtual host co

Re: [EMAIL PROTECTED] Issue with SSL configuration.

2008-10-29 Thread Vasanth Kumar ravi
Thanks folks.. After posting this in the forum , I did an extensive research on the internet and it was resolved. Major problem was due to the Virtual host configuration..Now i am able to use the SSL at the apache level. wildcard NameVirtualHosts and _default_ servers: *:443 is a

Re: [EMAIL PROTECTED] Issue with SSL configuration.

2008-10-28 Thread Krist van Besien
On Tue, Oct 28, 2008 at 3:36 AM, Vasanth Kumar ravi <[EMAIL PROTECTED]> wrote: > SSLCertificateFile /usr/share/ssl/certs/server.crt/ > SSLCertificateKeyFile /usr/share/ssl/certs/server.key/ The argument to SSLCertifacateFile and SSLCertificateKeyFile is a _file_, not a directory. Just enter the

Re: [EMAIL PROTECTED] Issue with SSL configuration.

2008-10-28 Thread Eric Covener
> [Tue Oct 28 10:20:00 2008] [error] [client HOST] Invalid method in > request \x16\x03\x01 This is an SSL handshake coming in over a non-SSL virtualhost. In isolation your vhost looked correct, can you include apachectl/httpd/apache2ctl -S output? -- Eric Covener [EMAIL PROTECTED]

RE: [EMAIL PROTECTED] Issue with SSL configuration.

2008-10-28 Thread Boyle Owen
Hi, It is not clear that SSL is actually working so concentrate on that first. Forget about proxying (where are your Proxy directives, by the way?) and try to get a local file via HTTPS. So point the DocumentRoot at a local path (is /opt/bea/domains/optdomain/servers/AdminServer/stage local?) Then