Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mosquitto-dev] Getting OpenSSL Error: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number

hi,

I am using mosquitto 1.4.2.
Occasionally I am getting this openssl error while publishing.

Nov 08 12:11:05 CLA-0 mosquitto[11085]: OpenSSL Error: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number


The command used is,
./mosquitto_pub -h <ip address> -p 8883 -t "Hello" --cafile ca.root.crt --cert server.crt --key server.key -d -f /tmp/applicatoin_query.txt --insecure --tls-version tlsv1.2

This error doesn't appear always, but its seen often when the above command is run in loop(1000 times).
Any reason why this behavior ?

Regards,
Abdulwahid

Back to the top