How to add field to connection info from tls_clienthello
#5888
-
|
I wrote an addon that implements |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Hi i think i have a solution for you. The Checkout this attribute of Then checkout this attribute of I think you can access the ClientHelloData from the (FYI |
Beta Was this translation helpful? Give feedback.
-
|
The current workaround to do this is to define a |
Beta Was this translation helpful? Give feedback.
The current workaround to do this is to define a
client_conn -> xWeakKeyDictionary. You can see this in action in theProxyAuthaddon. We should maybe add something likeclient_conn.metadataat some point, let's see. :)