-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get ceryficate some info like hash or name #1548
Comments
You want SNI? |
Can you author a coherent message with a clear description of what why how you want here? Are you reporting a bug? |
Need verify "client certificate" ( Cloudflare Origin Certificate, edge certyficate ) when its connecting to my nanoexpress that use uWebSockets.js example varible like: if ( req.clientcert.SerialNumber != 3938729374e719838' ) { somthing like in nginx http://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_client_certificate |
whatever just add in cludflare header to verify in: "HTTP Request Header Modification" and checking value if exist by my secret key |
If you use node 15.6.0 or later with uWebSockets.js you could get the identifier of a certificate using this code.
|
What is my problem:
The text was updated successfully, but these errors were encountered: