The issue below seems not to be related to SSL.
Tested in different non-SSL configs with eg.
RewriteRule /sysadmin(.*) http://%{HTTP_HOST}:81/sysadmin$1 [P,L]
And different servers as the back, Sambar, Surge, DManager and Apache.
Sometimes it works but mostly it is not passing (good) URL info to the
server.
Get errors like: "requested URL not found", "requested file: ()"
Using the ProxyPass directive, no issues.
Same configs are working with 2.2 without issues.
Steffen
--- Original message ---
Subject: Re: [VOTE] Release 2.3.15-beta as beta
From: Steffen <[email protected]>
To: <[email protected]>
Date: Saturday, 12/11/2011 16:26
Building fine on Windows, except mod_lua is complaining that it cannot
fine
mod_ssl.h, just copied it and all fine.
Still the issue:
When run in DOS box, not shutting down when closing window, as service
no
problem.
A real problematic one is:
When running still issues with SSL, pages and/or image not displayed,
is
random. Some errors from the browser:
Unable to make a secure connection to the server. This may be a
problem with
the server, or it may be requiring a client authentication certificate
that
you don't have.
Error 107 (net::ERR_SSL_PROTOCOL_ERROR): SSL protocol error.
The webpage at https://www.land10mail.com/ might be temporarily down
or it
may have moved permanently to a new web address.
Error 15 (net::ERR_SOCKET_NOT_CONNECTED): Unknown error
With 2.2.21 and the exact same config, no problems.
The config is:
For SSL, running a Apache 443 only in front of a Apache 80. Using
signed
certificate.
It is a minimal config with a commonly used rewrite:
Listen 443
SSLEngine on
DocumentRoot f:/web/unknown
RewriteEngine on
RewriteRule /(.*) http://%{HTTP_HOST}/$1 [P,L]
In the log no clue, only
[ssl:info] [pid 6836:tid 2588] (70014)End of file found: [client
85.223.52.177:38857] SSL input filter read failed.
But that I see also with 2.2.21
Looks like more errors when I have "AcceptFilter https none" instead
of
leaving this out.
Steffen