Changes between Initial Version and Version 1 of Ticket #2458, comment 3
- Timestamp:
- 02/23/23 13:40:08 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2458, comment 3
initial v1 4 4 A colleague of mine pointed out exactly what you mentioned: My browser might just re-use the connection and not send the different SNI. 5 5 6 However,we spun up wireshark and discovered that my browser DOES send the different server name in the Client Hello for both requests, but nginx just ignored it and answered both requests as if they where for staging. :/6 So we spun up wireshark and discovered that my browser DOES send the different server name in the Client Hello for both requests, but nginx just ignored it and answered both requests as if they where for staging. :/ 7 7 8 8 I can provide pcap non-publicly if you want.