problems with WebTV

problems with WebTV

am 23.01.2003 20:36:33 von Christopher McCrory

Hello...

We are having SSL problems with WebTV clients. Static pages seem to
work, but POSTs seem to break with the following SSL error:

[Thu Jan 23 11:18:01 2003] [error] mod_ssl: SSL handshake failed: HTTP
spoken on HTTPS port; trying to send HTML error page (OpenSSL library
error follows)

[Thu Jan 23 11:18:01 2003] [error] OpenSSL:
error:1407609C:lib(20):func(118):reason(156)

What voodoo do I need to adjust for this 0.01% of the market browser? ;)

Server: Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_gzip/1.3.26.1a
PHP/4.3.0 mod_ssl/2.8.12 OpenSSL/0.9.6b


--
Christopher McCrory
"The guy that keeps the servers running"

chrismcc@pricegrabber.com
http://www.pricegrabber.com

Let's face it, there's no Hollow Earth, no robots, and
no 'mute rays.' And even if there were, waxed paper is
no defense. I tried it. Only tinfoil works.


____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: problems with WebTV

am 24.01.2003 14:18:40 von Kevin

WebTV has been behind all other browsers for years. Their JavaScript VM
was so bad, that we actually checked for WebTV within the client and use a
JavaScript POPUP that stated that our site would not work. My guess is,
this is just another area that did not get implemented. I might add some
client code to check for WebTV and change all URL targets dynamically to
just use HTTP. Let me know if you need help in that area.

Peace,
KevinK

----- Original Message -----
From: "Christopher McCrory"
To:
Sent: Thursday, January 23, 2003 2:36 PM
Subject: problems with WebTV


> Hello...
>
> We are having SSL problems with WebTV clients. Static pages seem to
> work, but POSTs seem to break with the following SSL error:
>
> [Thu Jan 23 11:18:01 2003] [error] mod_ssl: SSL handshake failed: HTTP
> spoken on HTTPS port; trying to send HTML error page (OpenSSL library
> error follows)
>
> [Thu Jan 23 11:18:01 2003] [error] OpenSSL:
> error:1407609C:lib(20):func(118):reason(156)
>
> What voodoo do I need to adjust for this 0.01% of the market browser? ;)
>
> Server: Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_gzip/1.3.26.1a
> PHP/4.3.0 mod_ssl/2.8.12 OpenSSL/0.9.6b
>
>
> --
> Christopher McCrory
> "The guy that keeps the servers running"
>
> chrismcc@pricegrabber.com
> http://www.pricegrabber.com
>
> Let's face it, there's no Hollow Earth, no robots, and
> no 'mute rays.' And even if there were, waxed paper is
> no defense. I tried it. Only tinfoil works.
>
>
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
>

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: problems with WebTV

am 24.01.2003 19:16:08 von Christopher McCrory

Hello...


On Fri, 2003-01-24 at 05:18, Kevin wrote:
> WebTV has been behind all other browsers for years. Their JavaScript VM
> was so bad, that we actually checked for WebTV within the client and use a
> JavaScript POPUP that stated that our site would not work. My guess is,
> this is just another area that did not get implemented. I might add some
> client code to check for WebTV and change all URL targets dynamically to
> just use HTTP. Let me know if you need help in that area.
>

I found the problem. One of the POST URLs was relative. WebTV
interpeted this "/somepage.php" as
"http://www.pricegrabber.com:443/somepage.php"

:(

After I posted, I reread the error. "...HTTP spoken on HTTPS..." That
pointed me in the right direction.

"log files are your friend"




> Peace,
> KevinK
>
> ----- Original Message -----
> From: "Christopher McCrory"
> To:
> Sent: Thursday, January 23, 2003 2:36 PM
> Subject: problems with WebTV
>
>
> > Hello...
> >
> > We are having SSL problems with WebTV clients. Static pages seem to
> > work, but POSTs seem to break with the following SSL error:
> >
> > [Thu Jan 23 11:18:01 2003] [error] mod_ssl: SSL handshake failed: HTTP
> > spoken on HTTPS port; trying to send HTML error page (OpenSSL library
> > error follows)
> >
> > [Thu Jan 23 11:18:01 2003] [error] OpenSSL:
> > error:1407609C:lib(20):func(118):reason(156)
> >
> > What voodoo do I need to adjust for this 0.01% of the market browser? ;)
> >
> > Server: Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_gzip/1.3.26.1a
> > PHP/4.3.0 mod_ssl/2.8.12 OpenSSL/0.9.6b
> >
> >
> > --
> > Christopher McCrory
> > "The guy that keeps the servers running"
> >
> > chrismcc@pricegrabber.com
> > http://www.pricegrabber.com
> >
> > Let's face it, there's no Hollow Earth, no robots, and
> > no 'mute rays.' And even if there were, waxed paper is
> > no defense. I tried it. Only tinfoil works.
> >
> >
> > ____________________________________________________________ __________
> > Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> > User Support Mailing List modssl-users@modssl.org
> > Automated List Manager majordomo@modssl.org
> >
>
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
--
Christopher McCrory
"The guy that keeps the servers running"

chrismcc@pricegrabber.com
http://www.pricegrabber.com

Let's face it, there's no Hollow Earth, no robots, and
no 'mute rays.' And even if there were, waxed paper is
no defense. I tried it. Only tinfoil works.


____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org