DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14861>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14861 "Error string not specified yet" on each https request Summary: "Error string not specified yet" on each https request Product: Apache httpd-2.0 Version: 2.0.43 Platform: Sun OS/Version: Solaris Status: NEW Severity: Minor Priority: Other Component: mod_ssl AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] We are using an apache 2.0.43 as a reverse proxy with many virtual hosts and we are using mod_ssl for some of them. It seems to work fine, but on each HTTPS request, we have this error in the error log : [Tue Nov 26 15:19:43 2002] [error] (20014)Error string not specified yet: Cannot store SSL session to DBM file `/var/log/www/proto/run/ssl_scache' The directory /var/log/www/proto/run/ exists and have the correct rights, it can't figure what is this error about... Here is our configuration file (almost a standard one) : AddType application/x-x509-ca-cert .crt AddType application/x-pkcs7-crl .crl SSLPassPhraseDialog builtin SSLSessionCache dbm:/var/log/www/proto/run/ssl_scache SSLSessionCacheTimeout 300 SSLMutex file:/var/log/www/proto/run/ssl_mutex SSLRandomSeed startup builtin SSLRandomSeed connect builtin SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL SSLCertificateFile /usr/local/www/proto/conf/ssl.crt/server.crt SSLCertificateKeyFile /usr/local/www/proto/conf/ssl.key/server.key SSLCertificateChainFile /usr/local/www/proto/conf/ssl.crt/verisign.crt CustomLog /var/log/www/proto/logs/ssl_request.log \ "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" Thank you for helping ! Thomas. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
