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
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
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