-
-
Save andypiper/6156895 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| test make -C broker 07 | |
| ./07-will-qos0.py | |
| ./07-will-null.py | |
| ./07-will-acl-denied.py | |
| ./07-will-null-topic.py | |
| ➜ test make -C broker 08 | |
| ./08-ssl-connect-no-auth.py | |
| ./08-ssl-connect-no-auth-wrong-ca.py | |
| 1375717037: mosquitto version 1.1.90 (build date 2013-08-05 16:24:24+0100) starting | |
| 1375717037: Config loaded from 08-ssl-connect-no-auth-wrong-ca.conf. | |
| 1375717037: Opening ipv4 listen socket on port 1888. | |
| 1375717037: Opening ipv6 listen socket on port 1888. | |
| 1375717038: New connection from 127.0.0.1 on port 1888. | |
| 1375717038: Client connection from 127.0.0.1 failed: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number. | |
| 1375717048: mosquitto version 1.1.90 terminating | |
| make: *** [08] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment