moscajs / mosca

MQTT broker as a module
mosca.io
3.2k stars 513 forks source link

Client certificate info #728

Closed leobaccili closed 6 years ago

leobaccili commented 6 years ago

Is possible to get client certificate? Example: CN

mcollina commented 6 years ago

No it’s not supported.

ThronRyzer commented 6 years ago

@leobaccili I cannot answer regarding support, though you can access the client cert information. Its available in the client: client.connection.stream.getPeerCertificate()