Chris,
Which code is this - is it the Apache OR mod_ssl OR OpenSSL?
And, if I understood you right, irrespective of the versions of the above software, on Win32 systems, the message is written to the log file. Do you see this log entry in any of the many installations you have?
> -----Original Message-----
> From: hunter [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 30, 2002 9:07 PM
> To: [EMAIL PROTECTED]
> Subject: This combination is *NOT* officially supported
>
>
> Ramakrishna Kuppa wrote:
> > Chris,
> >
> > I am getting the following message in my SSL log:
> >
> > [30/Sep/2002 17:57:49 02000] [info] Server: Apache/1.3.26,
> Interface:
> > mod_ssl/2.8.10, Library: OpenSSL/0.9.6g
> > [30/Sep/2002 17:57:49 02000] [warn] You are using mod_ssl
> under Win32.
> > This combination is *NOT* officially supported. Use it at
> your own risk!
> >
> >
> > Anything to be noted/concerned of?
> >
>
> Ramakrishna,
>
> /*
> * Identification
> */
> if (mc->nInitCount == 1) {
> ssl_log(s, SSL_LOG_INFO, "Server: %s, Interface: %s,
> Library: %s",
> SERVER_BASEVERSION,
> ssl_var_lookup(p, NULL, NULL, NULL,
> "SSL_VERSION_INTERFACE"),
> ssl_var_lookup(p, NULL, NULL, NULL,
> "SSL_VERSION_LIBRARY"));
> #ifdef WIN32
> ssl_log(s, SSL_LOG_WARN, "You are using mod_ssl
> under Win32. "
> "This combination is *NOT* officially supported. "
> "Use it at your own risk!");
> #endif
> }
>
> ...it is simply a comment - disclaimer - whatever - it is
> there in any
> case if you are running Windows version.
>
> Chris.
>
>
> ______________________________________________________________________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List [EMAIL PROTECTED]
> Automated List Manager [EMAIL PROTECTED]
>