RE: how to add our own ssl implementation to server?

2001-12-31 Thread Scott Statland

Goto http://www.modssl.org or
http://www.thawte.com/whitepapers/contents.html

These are pretty good guides.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of raju
Sent: Wednesday, December 26, 2001 10:52 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: how to add our own ssl implementation to server?


Hi all,
  I've implemented SSL, now i want to add this to webserver like apache,
and browser like netscape (netscape  apache should use my ssl
implementation whenever secure connection necessary) for that what i've
to do?. I'm trying to figure out how to do but i failed to do so.
  thanks in advance
--prl
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



smime.p7s
Description: application/pkcs7-signature


FW: There was a virus found in an email

2001-10-23 Thread Scott Statland
Title: Message





-Original Message-From: Scott Statland 
[mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 23, 2001 7:13 
AMTo: [EMAIL PROTECTED]Subject: There was a virus found 
in an email
There was a virus found in either the 
body or attachmenty of an email on CONTROL. Please scan for Viruses ASAP! 
Attachment file 
: hemos.com Virus 
name  
: W32/Magistr.b@MM Action taken  
: Cleaned... 


Please help. Apache openssl problems.

2001-10-17 Thread Scott Statland
Title: Message



No matter what I do, 
I can't seem to connect via https.
I keep getting the 
error:
[Wed Oct 17 07:02:10 
2001] [error] [client 66.65.3.10] Invalid method in requestt ˆˆFrom what 
I have read, this means that I am trying to talk https on a port that only 
speaks http.

I have tried 
everything that I can think of.

I have commented out 
the virtual servers.
That did 
nothing.
I put them back in, 
then I read something about putting an sslengine on directive in the virtual 
hosts, so Idid that. 
Same 
thing.
This is apache 
1.3.22 on a sparc/Solaris 7 box.
Here's what's in the 
conf.

Main 
section:
# Support for Random 
Seed Generation#SSLRandomSeed startup builtinSSLRandomSeed connect 
builtin

## Port: The 
port to which the standalone server listens. For# ports  1023, you will 
need httpd to be run as root initially.#Port 80

 SSL 
Support When we also provide SSL we have to listen to the 
## standard HTTP port (see above) and to the HTTPS 
port##IfDefine SSLListen 80Listen 
443/IfDefine#

VirtualHost 
66.65.3.10:80 ScriptAlias /cgi-bin/ 
"/export/apache/877baskets/cgi-bin/" 
 Directory 
"/export/apache/877baskets/cgi-bin/" AllowOverride 
All Options None Order 
allow,deny Allow from all 
/Directory  ServerAdmin [EMAIL PROTECTED] 
DocumentRoot /export/apache/877baskets ServerName www.877baskets.com 
ErrorLog logs/877baskets.com-error_log CustomLog 
logs/87baskets.com-access_log common TransferLog 
logs/877baskets.com-access_log /VirtualHost

VirtualHost 
66.65.3.10:443 ScriptAlias /cgi-bin/ 
"/export/apache/877baskets/cgi-bin/" 
 Directory 
"/export/apache/877baskets/cgi-bin/" AllowOverride 
All Options None Order 
allow,deny Allow from all 
/Directory  ServerAdmin [EMAIL PROTECTED] 
DocumentRoot /export/apache/877baskets ServerName www.877baskets.com 
ErrorLog logs/877baskets.com-error_log CustomLog 
logs/87baskets.com-access_log common TransferLog 
logs/877baskets.com-access_log  SSLEngine 
On/VirtualHost
Any 
ideas?

Thanks in 
advance

Scott