This is not particular to HTTPS; the server closes the
connection if KeepAlive is off in the configuration.
NTLM authentication is connection-based, so this breaks the
client.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
This is not particular to HTTPS; the server closes the
connection if KeepAlive is off in the configuration.
NTLM authentication is connection-based, so this breaks the
client.
Logged In: NO
HTTPS works if you comment out a relevant section in
ssl.conf:
#SetEnvIf User-Agent ".*MSIE.*" \
# keepalive ssl-unclean-shutdown \
# downgrade-1.0 force-response-1.0
Pavel Wolf <pavel.wolf "at" t-mobile.cz>
Logged In: NO
HTTPS works if you comment out a relevant section in
ssl.conf:
#SetEnvIf User-Agent ".*MSIE.*" \
# keepalive ssl-unclean-shutdown \
# downgrade-1.0 force-response-1.0
Pavel Wolf <pavel.wolf "at" t-mobile.cz>