RE: Mod_SSL

2006-11-07 Thread Kong, Yi - HPL



You add ssl arguement when you configure the 
apache


From: kbajwa [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 07, 2006 10:22 AMTo: 
modssl-users@modssl.orgSubject: Mod_SSL


Hello List:
 
My first posting!  I am 
installing Apache-2.2.3 and would like to install mod_ssl. I notice that 
current/latest version of mos_ssl is for Apache-1.x.x version. Is there any way 
(with a patch) to install the latest version of mod_ssl on 
Apache-2.x.x?
Thanks.
 
Kirt
 
 



  
<< ella for Spam Control >> has removed 
  4905 Spam messages and set aside 10689 Newsletters for 
  meYou can use it too - and it's FREE!  www.ellaforspam.com


Question on version

2006-10-11 Thread Kong, Yi - HPL






Hi, We have Intranet server with apache 2.0.54 and openssl 0.9.8 self-made certificate. It is accessed by IE 6.0 with no problem, but will stop and get "the connection has terminated unexpectedly. Some data may have been transferred" when I use Firefox or Netscape (all version ).

After I unmark v3.0 from Firefox security, I can access the site.


From the ssl_request_log, it works well with V2.0 or V3.0. Here is it:




1/Oct/2006:12:06:11 -0500] 10.34.145.36 SSLv3 RC4-MD5 "GET /graphics/jibcol3.j

pg HTTP/1.1" -

#   tail ssl_request_log

[11/Oct/2006:12:06:10 -0500] 10.34.145.36 SSLv3 RC4-MD5 "GET /mininav.html HTTP/

1.1" -

[11/Oct/2006:12:06:11 -0500] 10.34.145.36 SSLv3 RC4-MD5 "GET /area.html HTTP/1.1

" -

[11/Oct/2006:12:06:11 -0500] 10.34.145.36 SSLv3 RC4-MD5 "GET /graphics/mission_g

raphic.jpg HTTP/1.1" -

[11/Oct/2006:12:06:11 -0500] 10.34.145.36 SSLv3 RC4-MD5 "GET /graphics/maus_roug

e.jpg HTTP/1.1" -

[11/Oct/2006:12:06:11 -0500] 10.34.145.36 SSLv3 RC4-MD5 "GET /graphics/newnav3.g

if HTTP/1.1" -

[11/Oct/2006:12:06:11 -0500] 10.34.145.36 SSLv3 RC4-MD5 "GET /graphics/roll_back

3.gif HTTP/1.1" -

[11/Oct/2006:12:06:11 -0500] 10.34.145.36 SSLv3 RC4-MD5 "GET /graphics/jibcol3.j

pg HTTP/1.1" -

[11/Oct/2006:13:55:07 -0500] 10.34.145.36 SSLv2 RC4-MD5 "GET /resources.html HTT

P/1.1" 3218

[11/Oct/2006:13:55:07 -0500] 10.34.145.36 SSLv2 RC4-MD5 "GET /graphics/res_banne

r.gif HTTP/1.1" 2090

[11/Oct/2006:13:55:07 -0500] 10.34.145.36 SSLv2 RC4-MD5 "GET /favicon.ico HTTP/1

.1" 209


Anybody can tell me why? Thanks


Yi



<< ella for Spam Control >> has removed 4797 Spam messages and set aside 10203 Newsletters for me You can use it too - and it's FREE!  www.ellaforspam.com

RE: Apache_1.3.27 and ssl

2002-10-23 Thread Kong, Yi - HPL



Any 
suggestion on upgrade? We can run the same procedure or need to remove the old 
one first?
 
Thanks
 
Yi

  -Original Message-From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]]Sent: Tuesday, October 22, 2002 4:40 
  PMTo: [EMAIL PROTECTED]Subject: Re: Apache_1.3.27 
  and sslHere's what we 
  did:  
  # notes to install and configure apache 
  with modules, mod_perl, so  
      #   extract the 
  packages     
      $ gzip -d -c 
  openssl-0.9.6a.tar.gz | tar xvf - !!!     
  ##   
    INSTALL openssl first !!!     ## !!!     $ gzip -d -c apache_1.3.x.tar.gz | tar xvf - 
      $ gzip -d -c 
  mod_ssl-2.8.x-1.3.x.tar.gz | tar xvf -     $ gzip -d -c mod_perl-1.xx.tar.gz | tar xvf - 
      
       #   apply mod_ssl to Apache 
  source tree     
    cd mod_ssl*     
    ./configure --with-apache=../apache_1.3.27     
       #   apply mod_perl to Apache 
  source tree     #   
  and build/install the Perl-side of mod_perl         cd mod_perl-1.27     perl Makefile.PL EVERYTHING=1 
  APACHE_SRC=../apache_1.3.27/src USE_APACI=1 PREP_HTTPD=1 DO_HTTPD=1 
      make     make install     cd ../     
       #   build/install Apache with 
  mod_ssl and mod_perl   
    cd apache_1.3.27   
    SSL_BASE=../openssl-0.9.6a ./configure --prefix=/usr/local/apache 
  --enable-module=ssl --activate-module=src/modules/perl/libperl.a 
  --enable-module=perl --enable-module=so     make   
    make certificate   
    make install     
  cd ../     
   Troy GarnerInformation Technology 
  ManagerGulf Winds International, Inc.713.747.4909 
  x5753www.gwii.com
  


  
  leanne lai 
<[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 
10/22/2002 04:26 PM Please respond to modssl-users 
                  To:     
   [EMAIL PROTECTED]         cc:       
        
  Subject:        Apache_1.3.27 and 
sslDear All,I don't know whether this is the right place for 
  asking this question but I am desperate :(I am trying to compile 
  apache_1.3.27 and mod_ssl-2.8.11-1.3.27, however, apachec_1.3.27 does not 
  seem to have "enable_module=ssl" option anymore in its congfigure 
  script!!!Help!Thanks,Leanne__Apache 
  Interface to OpenSSL (mod_ssl)             
        www.modssl.orgUser Support Mailing List     
                  
   [EMAIL PROTECTED]Automated List Manager       
                      
   [EMAIL PROTECTED]