You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried using the utls library to customize the ClientHello. Now, I'm using utls to write a test server to check if the client has successfully customized the ClientHello, but it seems I have no way to do this. One possible approach could be to use a callback in conn.serverHandshake, or have I missed something?
The text was updated successfully, but these errors were encountered:
WAY29
changed the title
serverHandshake Callback so that I can check clientHello in test server
How can I check clientHello in server
Jul 31, 2024
I tried using the utls library to customize the ClientHello. Now, I'm using utls to write a test server to check if the client has successfully customized the ClientHello, but it seems I have no way to do this. One possible approach could be to use a callback in conn.serverHandshake, or have I missed something?
The text was updated successfully, but these errors were encountered: