https://github.com/jchip/test-keepalive-https-sni
https://github.com/jchip/test-keepalive-https-sni
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jchip/test-keepalive-https-sni
- Owner: jchip
- Created: 2021-08-30T15:44:57.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-31T23:50:56.000Z (almost 5 years ago)
- Last Synced: 2025-01-20T07:25:59.994Z (over 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test-keepalive-https-sni
terminal 1:
`fun server`
terminal 2:
`fun test`
Server output:
- SNI servername should match host header
- First and last remote port should be the same
- Second remote port should be different
```
fastify listening
socket remote address port 127.0.0.1 55281 use count 1 total sockets 1 SNI servername localhost1 host header localhost1:8443
socket remote address port 127.0.0.1 55282 use count 1 total sockets 2 SNI servername localhost1 host header localhost1:8443
socket remote address port 127.0.0.1 55283 use count 1 total sockets 3 SNI servername localhost1 host header localhost1:8443
socket remote address port 127.0.0.1 55284 use count 1 total sockets 4 SNI servername localhost1 host header localhost1:8443
socket remote address port 127.0.0.1 55285 use count 1 total sockets 5 SNI servername localhost1 host header localhost1:8443
socket remote address port 127.0.0.1 55286 use count 1 total sockets 6 SNI servername localhost1 host header localhost1:8443
socket remote address port 127.0.0.1 55287 use count 1 total sockets 7 SNI servername localhost1 host header localhost1:8443
```