Error Message

Reply
Thread Tools
  #1  
Old 12-29-2023, 03:00 PM
PJOHNS2654 PJOHNS2654 is offline
Senior Member
Join Date: Feb 2009
Posts: 412
Thanks: 4
Thanked 34 Times in 17 Posts
Default Error Message

Does anyone else get the below error msg. or know how to avoid it?


Misdirected Request

The client needs a new connection for this request as the requested host name does not match the Server Name Indication (SNI) in use for this connection.
  #2  
Old 12-29-2023, 03:08 PM
Bill14564 Bill14564 is offline
Sage
Join Date: Nov 2020
Location: Village of Hillsborough
Posts: 4,890
Thanks: 1,311
Thanked 5,390 Times in 2,068 Posts
Default

Quote:
Originally Posted by PJOHNS2654 View Post
Does anyone else get the below error msg. or know how to avoid it?


Misdirected Request

The client needs a new connection for this request as the requested host name does not match the Server Name Indication (SNI) in use for this connection.
That might be the one I get occasionally. Reloading the page usually works. Haven't given much thought to why it occurs, I just assume it is a configuration issue on the server side.
__________________
Why do people insist on making claims without looking them up first, do they really think no one will check? Proof by emphatic assertion rarely works.
Confirmation bias is real; I can find any number of articles that say so.


Victor, NY
Randallstown, MD
Yakima, WA
Stevensville, MD
Village of Hillsborough
  #3  
Old 12-29-2023, 03:34 PM
Arctic Fox's Avatar
Arctic Fox Arctic Fox is offline
Soaring Eagle member
Join Date: Aug 2012
Posts: 2,074
Thanks: 10
Thanked 966 Times in 372 Posts
Default

Quote:
Originally Posted by PJOHNS2654 View Post
Does anyone else get the below error msg. or know how to avoid it?


Misdirected Request

The client needs a new connection for this request as the requested host name does not match the Server Name Indication (SNI) in use for this connection.


My good friend Mr Google informs me that:

This is caused by the following sequence of events:

1 The server and client both support and use HTTP/2.
2 The client requests a page at foo.example.com.
3 During TLS negotiation, the server presents a certificate which is valid for both foo.example.com and bar.example.com (and the client accepts it). This could be done with a wildcard certificate or a SAN certificate.
4 The client reuses the connection to make a request for bar.example.com.
5 The server is unable or unwilling to support cross-domain connection reuse (for example because you configured their SSL differently and Apache wants to force a TLS renegotiation), and serves HTTP 421.
6 The client does not automatically retry with a new connection (see for example Chrome bug #546991, now fixed). The relevant RfC says that the client MAY retry, not that it SHOULD or MUST. Failing to retry is not particularly user-friendly, but might be desirable for a debugging tool or HTTP library.

Event #6 is out of your control, but depending on the server's software, #5 may be fixable. Consult your server's HTTP/2 documentation for more information on how and when it sends HTTP 421. Alternatively, you could issue separate certificates for each domain, but that creates more administrative overhead and may not be worth it. You could also turn off HTTP/2 entirely, but that's probably overkill in most cases.
  #4  
Old 12-29-2023, 04:24 PM
PJOHNS2654 PJOHNS2654 is offline
Senior Member
Join Date: Feb 2009
Posts: 412
Thanks: 4
Thanked 34 Times in 17 Posts
Default

Huh?
  #5  
Old 12-29-2023, 04:49 PM
villagetinker's Avatar
villagetinker villagetinker is offline
Sage
Join Date: Sep 2013
Location: Village of Pinellas
Posts: 9,677
Thanks: 2
Thanked 6,157 Times in 2,251 Posts
Default

I get this every once in a while, I simply wat a few seconds and repeat my request then it usually works.
__________________
Pennsylvania, for 60+ years, most recently, Allentown, now TV.
  #6  
Old 12-29-2023, 05:04 PM
tophcfa's Avatar
tophcfa tophcfa is offline
Sage
Join Date: Feb 2015
Location: Wherever I happen to be.
Posts: 6,100
Thanks: 2,875
Thanked 9,087 Times in 2,748 Posts
Default

Quote:
Originally Posted by villagetinker View Post
I get this every once in a while, I simply wat a few seconds and repeat my request then it usually works.
Ditto
  #7  
Old 12-29-2023, 05:18 PM
Bill14564 Bill14564 is offline
Sage
Join Date: Nov 2020
Location: Village of Hillsborough
Posts: 4,890
Thanks: 1,311
Thanked 5,390 Times in 2,068 Posts
Default

Quote:
Originally Posted by PJOHNS2654 View Post
Huh?
Behind-the-scenes technical detail of what is causing the error. Both the client (browser) and the server (ToTV) software could be modified to avoid the error but it is unlikely that either will be. If the client (browser) was to be modified then what it would do is retry the request - which is exactly what happens when you hit the reload button.
__________________
Why do people insist on making claims without looking them up first, do they really think no one will check? Proof by emphatic assertion rarely works.
Confirmation bias is real; I can find any number of articles that say so.


Victor, NY
Randallstown, MD
Yakima, WA
Stevensville, MD
Village of Hillsborough
  #8  
Old 12-29-2023, 07:35 PM
OrangeBlossomBaby OrangeBlossomBaby is offline
Sage
Join Date: Feb 2015
Posts: 8,538
Thanks: 6,877
Thanked 9,522 Times in 3,108 Posts
Default

Well the search engine optimization technology has been obsolete for a few years now (it was considered Legacy in 2018). So it's most likely that the people who've chosen vBulletin for this forum never paid for the upgrade. Our browsers ARE upgraded, and are showing that attempts to redirect to current configuration is failing because - the forum doesn't have any current configuration.
  #9  
Old 12-29-2023, 10:35 PM
fdpaq0580 fdpaq0580 is offline
Sage
Join Date: Sep 2012
Posts: 3,841
Thanks: 340
Thanked 3,672 Times in 1,507 Posts
Default

Get this regularly. Wait then try again. If at first you don't succeed, try again. I also get a diagram that shows where the issue is and it is always the server.
Reply

Tags
error, request, connection, server, match


You are viewing a new design of the TOTV site. Click here to revert to the old version.

All times are GMT -5. The time now is 03:45 PM.