T-Online software 5.0

Hi,

I upgraded from RedHat 7.3 to RedHat Enterprise Linux 3.0 with
httpd-2.0.46-32.ent.rpm and mod_ssl-2.0.46-32.ent.rpm.
Users with T-Online software 5.0 can't use https since this update.
Http works fine for this users.
I used the standard rpm from RedHat 7.3 before.

The browser sting of the T-Online software:
"Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0; DT)"

Did anyone have an idea?

Sven.

My ssl config:

SSLPassPhraseDialog builtin
SSLSessionCache shmcb:/var/cache/mod_ssl/scache(512000)
SSLSessionCacheTimeout 300
SSLMutex file:logs/ssl_mutex
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
SSLCipherSuite
ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP
SSLCertificateFile conf/ssl.crt/...
SSLCertificateKeyFile conf/ssl.key/...
SetEnvIf User-Agent ".*MSIE.*" ssl-unclean-shutdown
SetEnvIf User-Agent .*MSIE. 5.*" ssl-unclean-shutdown nokeepalive
downgrade-1.0 force-response-1.0


____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users [at] modssl.org
Automated List Manager majordomo [at] modssl.org
Sven Geisler [ Mi, 19 Mai 2004 17:06 ] [ ID #147651 ]

Re: T-Online software 5.0

On Wed, May 19, 2004 at 05:06:51PM +0200, Sven Geisler wrote:
> Hi,
>
> I upgraded from RedHat 7.3 to RedHat Enterprise Linux 3.0 with
> httpd-2.0.46-32.ent.rpm and mod_ssl-2.0.46-32.ent.rpm.
> Users with T-Online software 5.0 can't use https since this update.
> Http works fine for this users.
> I used the standard rpm from RedHat 7.3 before.

Try adding "LogLevel info" to the SSL vhost config: what errors do you
get in the ssl_error_log when such users connect?

joe
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users [at] modssl.org
Automated List Manager majordomo [at] modssl.org
Joe Orton [ Mi, 19 Mai 2004 17:25 ] [ ID #147652 ]

Re: T-Online software 5.0

Hi Joe,

I have LogLevel warn in httpd.conf.

The error log hasn't any error for this users.

Thx
Sven.

Am Mi, den 19.05.2004 schrieb Joe Orton um 17:25:
> On Wed, May 19, 2004 at 05:06:51PM +0200, Sven Geisler wrote:
> > Hi,
> >
> > I upgraded from RedHat 7.3 to RedHat Enterprise Linux 3.0 with
> > httpd-2.0.46-32.ent.rpm and mod_ssl-2.0.46-32.ent.rpm.
> > Users with T-Online software 5.0 can't use https since this update.
> > Http works fine for this users.
> > I used the standard rpm from RedHat 7.3 before.
>
> Try adding "LogLevel info" to the SSL vhost config: what errors do you
> get in the ssl_error_log when such users connect?
>
> joe
>

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users [at] modssl.org
Automated List Manager majordomo [at] modssl.org
Sven Geisler [ Mi, 19 Mai 2004 17:48 ] [ ID #147653 ]

AW: T-Online software 5.0

Hallo Sven,


these client-related problems are strange sometimes : I remember a =
problem,
where MSIE browsers crashed when using Javascript to load pictures over =
a
SSL-connection ...

But to your problem:
I'd start to play with the following setting in your ssl.conf:

> SetEnvIf User-Agent .*MSIE. 5.*" ssl-unclean-shutdown
> nokeepalive

Maybe there is only a '"' missed before the RegEx ...


Good luck : michael

> -----Ursprüngliche Nachricht-----
> Von: owner-modssl-users [at] modssl.org
> [mailto:owner-modssl-users [at] modssl.org] Im Auftrag von Sven Geisler
> Gesendet: Mittwoch, 19. Mai 2004 17:07
> An: modssl-users [at] modssl.org
> Betreff: T-Online software 5.0
>
> Hi,
>
> I upgraded from RedHat 7.3 to RedHat Enterprise Linux 3.0
> with httpd-2.0.46-32.ent.rpm and mod_ssl-2.0.46-32.ent.rpm.
> Users with T-Online software 5.0 can't use https since this update.
> Http works fine for this users.
> I used the standard rpm from RedHat 7.3 before.
>
> The browser sting of the T-Online software:
> "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0; DT)"
>
> Did anyone have an idea?
>
> Sven.
>
> My ssl config:
>
> SSLPassPhraseDialog builtin
> SSLSessionCache shmcb:/var/cache/mod_ssl/scache(512000)
> SSLSessionCacheTimeout 300
> SSLMutex file:logs/ssl_mutex
> SSLRandomSeed startup builtin
> SSLRandomSeed connect builtin
> SSLCipherSuite
> ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP
> SSLCertificateFile conf/ssl.crt/...
> SSLCertificateKeyFile conf/ssl.key/...
> SetEnvIf User-Agent ".*MSIE.*" ssl-unclean-shutdown
> SetEnvIf User-Agent .*MSIE. 5.*" ssl-unclean-shutdown
> nokeepalive
> downgrade-1.0 force-response-1.0
>
>
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users [at] modssl.org
> Automated List Manager majordomo [at] modssl.org
>
>


____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users [at] modssl.org
Automated List Manager majordomo [at] modssl.org
Michael Pfannkuchen [ Mo, 24 Mai 2004 15:03 ] [ ID #147661 ]

Re: AW: T-Online software 5.0

Hi Michael,

Sometimes the solution is simple.
You're properly right. I fixed the .conf.

Thx
Sven.


Am Mo, den 24.05.2004 schrieb Michael Pfannkuchen um 15:03:
> Hallo Sven,
>
>
> these client-related problems are strange sometimes : I remember a pro=
blem,
> where MSIE browsers crashed when using Javascript to load pictures over=
a
> SSL-connection ...
>
> But to your problem:
> I'd start to play with the following setting in your ssl.conf:
>
> > SetEnvIf User-Agent .*MSIE. 5.*" ssl-unclean-shutdown
> > nokeepalive
>
> Maybe there is only a '"' missed before the RegEx ...
>
>
> Good luck : michael
>
> > -----Ursprüngliche Nachricht-----
> > Von: owner-modssl-users [at] modssl.org
> > [mailto:owner-modssl-users [at] modssl.org] Im Auftrag von Sven Geisler
> > Gesendet: Mittwoch, 19. Mai 2004 17:07
> > An: modssl-users [at] modssl.org
> > Betreff: T-Online software 5.0
> >
> > Hi,
> >
> > I upgraded from RedHat 7.3 to RedHat Enterprise Linux 3.0
> > with httpd-2.0.46-32.ent.rpm and mod_ssl-2.0.46-32.ent.rpm.
> > Users with T-Online software 5.0 can't use https since this update.
> > Http works fine for this users.
> > I used the standard rpm from RedHat 7.3 before.
> >
> > The browser sting of the T-Online software:
> > "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0; DT)"
> >
> > Did anyone have an idea?
> >
> > Sven.
> >
> > My ssl config:
> >
> > SSLPassPhraseDialog builtin
> > SSLSessionCache shmcb:/var/cache/mod_ssl/scache(512000)
> > SSLSessionCacheTimeout 300
> > SSLMutex file:logs/ssl_mutex
> > SSLRandomSeed startup builtin
> > SSLRandomSeed connect builtin
> > SSLCipherSuite
> > ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP
> > SSLCertificateFile conf/ssl.crt/...
> > SSLCertificateKeyFile conf/ssl.key/...
> > SetEnvIf User-Agent ".*MSIE.*" ssl-unclean-shutdown
> > SetEnvIf User-Agent .*MSIE. 5.*" ssl-unclean-shutdown
> > nokeepalive
> > downgrade-1.0 force-response-1.0
> >
> >
> > ____________________________________________________________ _________=
_
> > Apache Interface to OpenSSL (mod_ssl) www.modssl.or=
g
> > User Support Mailing List modssl-users [at] modssl.or=
g
> > Automated List Manager majordomo [at] modssl.or=
g
> >
> >
>
>
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users [at] modssl.org
> Automated List Manager majordomo [at] modssl.org
>

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users [at] modssl.org
Automated List Manager majordomo [at] modssl.org
Sven Geisler [ Mo, 24 Mai 2004 16:16 ] [ ID #147663 ]
Webserver » gmane.comp.apache.mod-ssl.user » T-Online software 5.0

Vorheriges Thema: SSL_Util_UUEncode_Binary Stack Buffer Overflow Vulnerability
Nächstes Thema: AW: T-Online software 5.0