On Tue, Apr 13, 1999, [EMAIL PROTECTED] wrote:
> Full_Name: Robert L. Jones
> Version: 2.2.8
> OS: AIX 4.3
> Submission from: pjm-gate1-2.pjm.com (198.7.142.149)
>
> I recently ported mod_ssl-2.2.8-1.3.6 over to AIX 4.3.
"ported"? Do you mean you had to adjust/patch something to make it running
under AIX 4.3? If yes, please share the patches, of course.
> After entering
> apachectl startssl
> & launching Netscape, I was able to view internal & external HTTP-
> based Web pages.
"internal" and "external"? What exactly do you mean here. What pages on your
server do you consider internal and what external?
> I wasn't, however, able to view
> https://<local-host-name>/
>
> where <local-host-name> was substituted for the name of the server
> running Apache 1.3.6. On the other, I can view external HTTPS-based
> Web pages. Any explanation for this seeming discrepancy?
Sorry, I still don't understand what internal/external refers to.
Please give us more details.
> If it helps,
> this is what I read off of error_log after several attempts to view
> the URL above:
>
> [Tue Apr 13 10:56:36 1999] [notice] Apache/1.3.6 (Unix) mod_ssl/2.2.8
> OpenSSL/0.9.2b configured -- resuming normal operations
> [Tue Apr 13 10:56:59 1999] [error] [client 172.16.128.2] Invalid metho
> d in request @
> [Tue Apr 13 10:57:10 1999] [error] [client 172.16.128.2] Invalid metho
> d in request @
> [Tue Apr 13 11:12:50 1999] [error] [client 172.16.128.2] Invalid metho
> d in request @
>
> Any help or insight would be very much appreciated. Many thanks in
> advance!
This indicates that you speak HTTPS to a HTTP port (from a non-SSL-enabled
virtual host). Check your server configuration: the Listen directives have to
match the <VirtualHost> directives. Seems like your <VirtualHost> isn't
applied because of a wrong IP:Port key or you forget a "SSLEngine on" there.
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.engelschall.com/sw/mod_ssl/
Official Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]