PHP failure compile with --openssl : e_os.h don't exist in OpenSSL-0.9.7b under Solaris 2.7

2002-07-12 Thread Michel Mac Wing
Hi, Solaris 2.7 PHP 4.2.1 configure PHP ./configure --prefix=/udd/mmacwing/usr/local/php-4.2.1/ --with-config-file-path=/udd/mmacwing/usr/local/php-4.2.1/ --with-apxs=/udd/mmacwing/usr/local/apache/bin/apxs --with-openssl=/udd/mmacwing/usr/local/openssl/ --with-mysql --enab

How to disable the wraning message box from browser?

2000-06-01 Thread Wing
Hello All,I have setup up a apache & OpenSSLHowever When I submit a form with https ...The browser (IE, Netscaoe..) show the warming message box & ask to acceptSSL anyway...My question is How to disable the warming box (I donot want the web-users doanything even they donothave a valid e-cert

Set Own CA under NT ?

2000-05-19 Thread Wing
Hello All,     I use the following to generate( server.key, server.crt, ca.key & ca.crt )   openssl genrsa -des3 -out server.key 1024 openssl req -new server.key -out server.csr openssl genrsa -des3 -out ca.key 1024 openssl req -new -x509 -days 365 -key ca.key -out ca.crt   then ... should sig