Hi,
I hope someone can help me about the https calling to servelets and the
browser was shown as "The Page Cannot be Displayed". We can use only with
plain html file with https.
Our web server is using
Apache/1.3.12 (Unix) mod_ssl/2.6.2 OpenSSL/0.9.5a
JRun Connector v2.3.149 static Apache
In the error log file:
Fri Aug 11 02:48:13 2000] [error] access to
/usr/local/apache/htdocs/dreamscard.prudential.com.sg failed for
203.126.180.74, reason: SSL requirement expression not fulfilled (see SSL
logfile for
more details)
The following is our webserver ssl configuration:
<VirtualHost 10.1.1.199:443>
DocumentRoot "/usr/local/apache/htdocs/virtual-server"
ServerName virtual-server
ServerAdmin root@ourdomain
ErrorLog /usr/local/apache/logs/error_log
TransferLog /usr/local/apache/logs/access_log
SSLEngine on
SSLCertificateFile /usr/local/apache/conf/ssl.crt/virtual-server.crt
SSLCertificateKeyFile /usr/local/apache/conf/ssl.key/virtual-server.key
SSLCACertificatePath /usr/local/apache/conf/ssl.crt
SSLVerifyClient none
SSLVerifyDepth 10
SSLOptions +FakeBasicAuth
<Files ~ "\.(cgi|shtml)$">
SSLOptions +StdEnvVars
</Files>
CustomLog /usr/local/apache/logs/ssl_request_log \
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
</VirtualHost>
We need urgently to solve this problem.
Thanks in advance.
Regards,
Myint Myint Moe
System and Netwrok Administrator
Oneloyalty
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]