Re: apache_1.3.26

2002-07-08 Thread Glen Mehn

try adding /usr/local/ssl/lib to your   LD_LIBRARY_PATH

this is an educted guess, though... good luck.

-g

On Mon, Jul 08, 2002 at 11:40:37AM -0700, New Disorder Records wrote:
> well, that's a lot more than I needed.  I think the key is somewhere in 
> the 
> 
> SSL_BASE=SYSTEM thing.
> 
> I have openssl installed, this is redhat, but when I set SSL_BASE=SYSTEM, 
> I still get the error:
> 
> Error: Cannot find SSL binaries under /usr/local/ssl
> 
> when I run configure in apache.  I don't know what binaries it's looking 
> for, but there is a bin directory under /usr/local/ssl.
> 
> -Ernst
> 
> On Mon, 8 Jul 2002, [iso-8859-2] Jan ?kola wrote:
> 
> > Yes, use this script to compile Apache & mod_ssl & mod_perl & php. If
> > you dont want it all comment it. I use this with complete success on RH
> > 7.2, after unzip, config and make go to apache* dir and run make install
> > 
> > Jan Skola
> > 
> > > -Original Message-
> > > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]
> > > On Behalf Of New Disorder Records
> > > Sent: Monday, July 08, 2002 5:13 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: apache_1.3.26
> > > 
> > > is anyone else having problems compiling apache_1.3.26 with mod_ssl?
> > I'm
> > > on a redhat 7.2 box, and mod_ssl just erases my src/makefile in the
> > apache
> > > directory.  Not erases, but all that's created is a blank header.
> > After I
> > > try, I have to wipe the directory and untar apache again so that I can
> > > compile it without mod_ssl.  Any suggestions?
> > > 
> > > 
> > > 
> > > --
> > > New Disorder Records "you've heard of us now, so shut up and buy the
> > damn
> > > Sacrilicious CD" - www.newdisorder.com
> > > Pirx the Pilot: One of the top three Structuralist punk rock bands in
> > the
> > > country.  www.pirxthepilot.com
> > > __
> > > Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
> > > User Support Mailing List  [EMAIL PROTECTED]
> > > Automated List Manager[EMAIL PROTECTED]
> > > 
> > 
> > 
> 
> -- 
> New Disorder Records "you've heard of us now, so shut up and buy the damn 
> Sacrilicious CD" - www.newdisorder.com
> Pirx the Pilot: One of the top three Structuralist punk rock bands in the 
> country.  www.pirxthepilot.com
> __
> Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
> User Support Mailing List  [EMAIL PROTECTED]
> Automated List Manager[EMAIL PROTECTED]

-- 
Glen S Mehn
Contract Systems Administrator  SquareTrade, Inc
[EMAIL PROTECTED]Building Trust in Transactions (sm)
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



RE: SSL only Authentication Cient

2002-07-08 Thread Enrico Demarin

I think hotmail works like that, the authentication is done through
https and then it reverts to regular http.

So yes I think it's possible.

Enrico

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]] On Behalf Of Daniela Prestipino
> Sent: July 4, 2002 2:32 AM
> To: [EMAIL PROTECTED]
> Subject: SSL only Authentication Cient
> 
> 
> Hi,
> Is it possible to config SSL protocol with only client 
> authentication, without encrypting the transmitted data, 
> using Apache 1.3.19 with mod_ssl 2.8.1 and openssl 0.9.5a? 
> Thanks Daniela
> 
> --
> Daniela Prestipino
> [EMAIL PROTECTED]
> 
> I.D.S.,
> Informatica Distribuita e Software srl
> Via Consolare Pompea 19
> 98168 Messina ITALIA
> Tel.: +39 90 353638
> Fax : +39 90 3500063
> 
> 
> __
> Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
> User Support Mailing List  [EMAIL PROTECTED]
> Automated List Manager[EMAIL PROTECTED]
> 

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



RE: apache_1.3.26

2002-07-08 Thread Geoff Thorpe

On Mon, 8 Jul 2002, New Disorder Records wrote:

> well, that's a lot more than I needed.  I think the key is somewhere in
> the
>
> SSL_BASE=SYSTEM thing.
>
> I have openssl installed, this is redhat, but when I set SSL_BASE=SYSTEM,
> I still get the error:
>
> Error: Cannot find SSL binaries under /usr/local/ssl
>
> when I run configure in apache.  I don't know what binaries it's looking
> for, but there is a bin directory under /usr/local/ssl.

If there's no include or lib[s] sub-directories then you're probably
missing the openssl***-dev rpm. Try installing that too, I think the error
message may mean "SSL libraries" when it says "SSL binaries". You probably
don't need the openssl***-src rpm though.

Otherwise if that's not the problem, I know that there's at least one
Redhat officianado lurking around on this mail list ... :-)

Cheers,
Geoff


__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



RE: apache_1.3.26

2002-07-08 Thread New Disorder Records

well, that's a lot more than I needed.  I think the key is somewhere in 
the 

SSL_BASE=SYSTEM thing.

I have openssl installed, this is redhat, but when I set SSL_BASE=SYSTEM, 
I still get the error:

Error: Cannot find SSL binaries under /usr/local/ssl

when I run configure in apache.  I don't know what binaries it's looking 
for, but there is a bin directory under /usr/local/ssl.

-Ernst

On Mon, 8 Jul 2002, [iso-8859-2] Jan ©kola wrote:

> Yes, use this script to compile Apache & mod_ssl & mod_perl & php. If
> you dont want it all comment it. I use this with complete success on RH
> 7.2, after unzip, config and make go to apache* dir and run make install
> 
> Jan Skola
> 
> > -Original Message-
> > From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]
> > On Behalf Of New Disorder Records
> > Sent: Monday, July 08, 2002 5:13 PM
> > To: [EMAIL PROTECTED]
> > Subject: apache_1.3.26
> > 
> > is anyone else having problems compiling apache_1.3.26 with mod_ssl?
> I'm
> > on a redhat 7.2 box, and mod_ssl just erases my src/makefile in the
> apache
> > directory.  Not erases, but all that's created is a blank header.
> After I
> > try, I have to wipe the directory and untar apache again so that I can
> > compile it without mod_ssl.  Any suggestions?
> > 
> > 
> > 
> > --
> > New Disorder Records "you've heard of us now, so shut up and buy the
> damn
> > Sacrilicious CD" - www.newdisorder.com
> > Pirx the Pilot: One of the top three Structuralist punk rock bands in
> the
> > country.  www.pirxthepilot.com
> > __
> > Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
> > User Support Mailing List  [EMAIL PROTECTED]
> > Automated List Manager[EMAIL PROTECTED]
> > 
> 
> 

-- 
New Disorder Records "you've heard of us now, so shut up and buy the damn 
Sacrilicious CD" - www.newdisorder.com
Pirx the Pilot: One of the top three Structuralist punk rock bands in the 
country.  www.pirxthepilot.com
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



RE: apache_1.3.26

2002-07-08 Thread Jan Škola

Yes, use this script to compile Apache & mod_ssl & mod_perl & php. If
you dont want it all comment it. I use this with complete success on RH
7.2, after unzip, config and make go to apache* dir and run make install

Jan Skola

> -Original Message-
> From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
> On Behalf Of New Disorder Records
> Sent: Monday, July 08, 2002 5:13 PM
> To: [EMAIL PROTECTED]
> Subject: apache_1.3.26
> 
> is anyone else having problems compiling apache_1.3.26 with mod_ssl?
I'm
> on a redhat 7.2 box, and mod_ssl just erases my src/makefile in the
apache
> directory.  Not erases, but all that's created is a blank header.
After I
> try, I have to wipe the directory and untar apache again so that I can
> compile it without mod_ssl.  Any suggestions?
> 
> 
> 
> --
> New Disorder Records "you've heard of us now, so shut up and buy the
damn
> Sacrilicious CD" - www.newdisorder.com
> Pirx the Pilot: One of the top three Structuralist punk rock bands in
the
> country.  www.pirxthepilot.com
> __
> Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
> User Support Mailing List  [EMAIL PROTECTED]
> Automated List Manager[EMAIL PROTECTED]
> 




makeapache
Description: Binary data


RE: [BugDB] Security Information! (PR#731)

2002-07-08 Thread Gilles Gros

This can also happend when you have a frame (or iframe ) with no src.



> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Colm McCartan
> Sent: Monday, July 08, 2002 10:04 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [BugDB] Security Information! (PR#731)
>
>
> At 17:49 08/07/2002 +0200, you wrote:
> >I Use windows 2000 Advanced server + Apache 1.3.22 + tomcat
> 4.0.3 + mod_jk
> >1.1.0.
> >When i connect via HTTPS whith MSIE 5.00.29 i get "Security Information!"
> >error.
> >I get this random and my pages haven't "NonSecure Items".
> >The detail of message is: "This page contains secure and
> NonSecure items.
> >Do you
> >want display the NonSecure Items (Yes/No/Moreinfo)"
> >What is the reason?
>
> I believe that quite often this is because pages across an ssl connection
> request things like images from a normal http connection - move all your
> resources to https links if this is the case.
>
>
> c
>
> __
> Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
> User Support Mailing List  [EMAIL PROTECTED]
> Automated List Manager[EMAIL PROTECTED]
>

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: [BugDB] Security Information! (PR#731)

2002-07-08 Thread Colm McCartan

At 17:49 08/07/2002 +0200, you wrote:
>I Use windows 2000 Advanced server + Apache 1.3.22 + tomcat 4.0.3 + mod_jk
>1.1.0.
>When i connect via HTTPS whith MSIE 5.00.29 i get "Security Information!"
>error.
>I get this random and my pages haven't "NonSecure Items".
>The detail of message is: "This page contains secure and NonSecure items. 
>Do you
>want display the NonSecure Items (Yes/No/Moreinfo)"
>What is the reason?

I believe that quite often this is because pages across an ssl connection 
request things like images from a normal http connection - move all your 
resources to https links if this is the case.


c

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



apache_1.3.26

2002-07-08 Thread New Disorder Records

is anyone else having problems compiling apache_1.3.26 with mod_ssl?  I'm 
on a redhat 7.2 box, and mod_ssl just erases my src/makefile in the apache 
directory.  Not erases, but all that's created is a blank header.  After I 
try, I have to wipe the directory and untar apache again so that I can 
compile it without mod_ssl.  Any suggestions?



-- 
New Disorder Records "you've heard of us now, so shut up and buy the damn 
Sacrilicious CD" - www.newdisorder.com
Pirx the Pilot: One of the top three Structuralist punk rock bands in the 
country.  www.pirxthepilot.com
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



[BugDB] compile fails (OpenBSD 3.0, mod_ssl/Apache 1.3.26) (PR#730)

2002-07-08 Thread modssl-bugdb

Full_Name: Denis Chatelain
Version: 2.8.10-1.3.26
OS: OpenBSD 3.0
Submission from: (NULL) (193.252.202.117)


Apache fails to compile with the mod_ssl 2.8.10-1.3.26 patch (I might do
something wrong somewhere, but it's easier to suspect somebody else :).
It looks for openssl and ssleay in bin, apps, but not sbin, which seems the
default location for the two programs on an openbsd 3.0 box.

Here's the diff between the original pkg.sslmod/libssl.module and my
modifications to have it work:

346,350d345
< if [ -f "$SSL_BASE/sbin/$name" ]; then
< SSL_PROGRAM="$SSL_BASE/sbin/$name"
< SSL_BINDIR='$(SSL_BASE)/sbin'
< break;
< fi

It affected the patch for Apache 1.3.24 also if I remember well :\
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



[BugDB] Security Information! (PR#731)

2002-07-08 Thread modssl-bugdb

Full_Name: Di Vincenzo Renzo
Version: 2.8.5
OS: windows 2000 advanced server
Submission from: (NULL) (194.184.159.70)


I Use windows 2000 Advanced server + Apache 1.3.22 + tomcat 4.0.3 + mod_jk
1.1.0.
When i connect via HTTPS whith MSIE 5.00.29 i get "Security Information!"
error.
I get this random and my pages haven't "NonSecure Items".
The detail of message is: "This page contains secure and NonSecure items. Do you
want display the NonSecure Items (Yes/No/Moreinfo)"
What is the reason?

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]