-
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
questionFurther information is requestedFurther information is requested
Description
- aedes: 0.48.0
- aedes-server-factory: 0.2.1
- aedes-protocol-decoder: 2.1.0
When we start an instance of aedes with TLS object passed to createServer function, then we are able to request the client certificate info - when we work with self-signed certs and want to authenticate with them. The property is requestCert = true.
But in this case, aedes provides a secured connection and it should define ca, cert, key etc.
The question is: Is there a way to request the client certificate, without passing a TLS object to the createServer function? In this case, the proxy server behind a backend provides a server certificate.
- send-proxy is enabled on proxy side
- trustProxy is enabled on aedes side
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested