Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mosquitto-dev] unknown ca

Hi,

I am running mosquitto with tls/ssl security options. Then i am running mosquitto_publish to send the data.
I get the following error message at server end.

OPENSSL Error[0]: error:14094418 SSL routines:ssl3_read_bytes"tlsv1 unknown ca.
My configuration is as below

listener 1883
protocol mqtt
listener 8883
#psk_file /home/jay/mosquitto-1.6.9/pskfile
#psk_hint hint
tls_version tlsv1.2
cafile /home/jay/server-certs/ca.crt
keyfile /home/jay/server-certs/server.key
certfile /home/jay/server-certs/server.crt
require_certificate true
use_identity_as_username true


Thanks,
Jayshankar

Back to the top