ssl engine log

2000-11-13 Thread Mark Lo

Hi,

 I found out something strange in my ssl engine log.  That is, [info]
Connection to child 9 closed with unclean shutdown (server
admin.3dsources.com:443, client 192.168.42.2).   I wonder what is wrong with
my server.

Thank you so much

Mark LO

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



server.key

2000-09-07 Thread Mark Lo



Hi,

 Do I need to generate different 
server key for different domain name ??

Thank you so much for your help

mark


header locations

2000-09-06 Thread Mark Lo



Hi,

 Is it possible to use the following 
syntax.

Header("location:https://www.domain.com/user.phtml");
exit;

Thank you

Mark


IP Masquerding and Virtual Host SSL

2000-08-31 Thread Mark Lo



Hi,

 I would like to know, is it 
possible to use IP Masquerding technics to host SSL web server in an internal IP 
address such as 192.168.0.1. If possible, we can host multiple SSL server 
with only one real IP address. Am I right ??

Thank You

Mark Lo


Resend(No Replay)

2000-08-30 Thread Mark Lo




Hi,

 I would like to know the 
difference between DSA or RSA certificate. and which one should I 
use?

Thank You

Mark Lo


IP Address

2000-08-29 Thread Mark Lo



Hi,

 I want to open a web hosting 
company. I wonder where can I get a set of IP from. Like a whole 
Class C.

Thank you

Mark


SSL Virtual Host Problems, pls help

2000-08-28 Thread Mark Lo



Hi,

 I have configured the following 
virtual host with ssl enabled. But I got keep the error from the browser stating 
that The page cannot be displayed using internet explorer.

Port 80
Listen 80 
Listen 443

Servername www.domain.com
DocumentRoot "/home/domain"
IfDefine SSL
Listen 443
/IfDefine

VirtualHost 192.168.42:80
ServerName www.domain.com
DocumentRoot "/home/domain"
/VirtualHost


VirtualHost 192.168.42:80
ServerName www.domain1.com
DocumentRoot "/home/domain1"
/VirtualHost


VirtualHost 192.168.42:80
ServerName www.domain2.com
DocumentRoot "/home/domain2"
/VirtualHost


VirtualHost 192.168.42:443
ServerName www.domain.com
DocumentRoot "/home/domain"
/VirtualHost

When I try http://www.domain.com/index.phtml. 
Then the page can be displayed. But when I try https://www.domain.com/index.phtml. 
Then the error messages pops-up stating that "The page cannot be 
displayed". Please point me out what the error is. Thanks in 
Advance.


Thank you so much for your help

Mark Lo


Error SSL Handshaking

2000-08-28 Thread Mark Lo



Hi,

 I got the following error in my error 
log when I try to connect with secure server. 

[error] mod_ssl: SSL handshake failed (server www.sourcesfinder.com:443, client 
192.168.42.1) (OpenSSL library error follows)
[error] OpenSSL: error:1408A0C1: SSL routines: 
SSL3_GET_CLIENT_HELLO:no shared cipher [Hint: Too restrictive SSLCipherSuite or 
using DSA server certificate?]

I wonder what the problem do I have. I am 
greatly appreciate for your help.

Thank you so much.

Mark Lo



SSL virtual host

2000-08-24 Thread Mark Lo



Hi,

 Is it possible to host multiple domain 
name with SSL enabled for only using one IP address?

Thank You

Mark Lo


Multiple Certificate

2000-07-23 Thread Mark Lo

Hi,

   How to host multiple domain with real digital certificate for
each domain name by using CNAME record.  Is it possible to do it.

Thank You

Mark Lo

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



Domain name of certificate

2000-06-06 Thread Mark Lo

Hi,

  I would like to know what Domain Name should I use for a
certificate.
My server name is dns1.domain.com, and people is using www.domain.com to
look for my site.  In this case, which domain name should I use for my
certificate.

Thanks

Mark

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



RSA or DSA

2000-06-01 Thread Mark Lo

Hi,

  I would like to know the difference between RSA and DSA Encryption
Engine.

Thank you,

Mark

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



Insecure information

2000-06-01 Thread Mark Lo

Hi,

  I have installed my secure web server and get the test certificate
from verisign.  I was trying some of my web pages that using
https://mydomain/test.html.  Then, a window pop-up and indicate that
some of the information is not secured, so it will not be show on the
web page.  All of the insecured informations are picture which is using
jpeg or gif format.  I wonder what is wrong with those pictures.  And
How to overcome this problem.

Thanks

Mark

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



Apache+modssl+openssl (Hong Kong)

2000-05-31 Thread Mark Lo

Hi,

 I have checked with international law crypto survery, I still can't
find out whether I can use apache+modssl+openssl in Hong Kong or not.
And I am using modssl for commercial purpose, do I need to purchase a
support.

Thanks

Mark

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



re-generate certificate request key

2000-05-31 Thread Mark Lo

Hi,

  I would like to know how to re-generate a certificate request
key.  I am using Redhat linux 6.2 and compiling
apache+modssl/openssl+php/mysql.  I only can generate a certificate
request key during the installation, but I did make something wrong in
it, as a result,  I am not able to get the test certificate from
verisign.  I need to re-generate my certificate request key.  I am using
the the instruction from
http://www.linuxguruz.org/index.html?state=PHPTipstopics=PHP1901 to
compile my server.  The main problem is that openssl seems didn't
install on the server from the above instructions, so I can't be able to
re-generate my request key using openssl command.

Thank you so much,

Mark

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



Successful installed Apache+modssl/openssl+php/mysql

2000-05-30 Thread Mark Lo

Hi,

 I have been successfully installed
Apache+modssl/openssl+mysql/php4, but php only works when "https" is
used.  I also want to enable php in "http".  I have followed the HowTo
from http://www.linuxguruz.org/index.html?state=PHPTipstopic=PHP1901
 and my configure scripts is as follows:

  ./configure --with-apxs=/usr/local/apache/bin/apxs
--with-config-file-path=/usr/local/apache/conf --enable-versioning
--with-mysql --with-ldap --with-ftp --with-gd --disable-debug
--enable-memory-limit=yes --enable-tract-vars

Repeat:  The above scripts only bring php to work in "Https", I would
like to enable php to work in "Http".

Thank you so much,

Mark



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



Apache+modssl/openssl+mysql/php4

2000-05-29 Thread Mark Lo

Hi,

  Is there any documentation about how to install
Apache+modssl/openssl+mysql/php4,  I have tried to follow the INSTALL
manual which comes with modssl package, but my installation is not
successfull.  Is there any other documentation about how to install the
above packages.

Thanks

Mark

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



What do I need after the installation

2000-05-16 Thread Mark Lo

Hi,

 I would like to know what do I need after the installation, And If
i have servial vitual domain host in my server, How many certificate do
I have to get.

Thank you

Mark

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



SSLeay

2000-05-15 Thread Mark Lo

Hi,

  Where Can I get the latest SSLeay, so that I can install with the
Apache 1.3.12 and mod_ssl.

Thank You

Mark

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