We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug description
When the script is used to check a MQTTS server, it works as expected but, an error is logged on broker side indicating a protocol error:
1705416973: New connection from 10.83.86.20:55972 on port 8883. 1705416973: Client <unknown> disconnected due to protocol error.
Steps to reproduce
Call the script against a mosquitto server:
check_ssl_cert -P mqtts -H my.host.com -p 8883
Expected behavior
The script should indicate if the SSL certificate is OK and, it should init and close the connection with the MQTT broker properly.
System:
openssl version
The text was updated successfully, but these errors were encountered:
We send a CONNECT control packet as client a
CONNECT
a
\x10\x0d\x00\x04MQTT\x04\x00\x00\x00\x00\x01a
but we don't close.
Sorry, something went wrong.
I am not an expert: if someone has an example of the payload to close cleanly, please post it.
matteocorti
No branches or pull requests
Bug description
When the script is used to check a MQTTS server, it works as expected but, an error is logged on broker side indicating a protocol error:
Steps to reproduce
Call the script against a mosquitto server:
check_ssl_cert -P mqtts -H my.host.com -p 8883
Expected behavior
The script should indicate if the SSL certificate is OK and, it should init and close the connection with the MQTT broker properly.
System:
openssl version
): 3.1.4-2The text was updated successfully, but these errors were encountered: