I'm having some odd trouble with dispatch. On some machines it works
fine. On a couple I get the following errors:
[jenkins@mrg27 aconway]$ tests/run.py qdstat -l
[0x1d53350]:ERROR[-2] SASL header mismatch: ''
CONNECTION ERROR connection aborted (remote)
This is what I get from dispatch (the first line is logged, the rest are
printed to stderr I presume by proton):
Thu Jul 10 15:29:11 2014 SERVER (trace) Accepting Connection from
localhost:54701
SSL_CTX_use_certificate_chain_file( (null) ) failed
error:0200100E:system library:fopen:Bad address
error:20074002:BIO routines:FILE_CTRL:system lib
error:140DC002:SSL routines:SSL_CTX_use_certificate_chain_file:system
lib
[0x1ca8860]:ERROR[-2] SSL Failure: error:140760FC:SSL
routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I'm not (intentionally) using SSL at all, I haven't configured anything
for SSL. Anybody know what might be causing this?
My qdrouterd.conf is very simple:
log {
module: DEFAULT
level: trace
}
router {
mode: standalone
router-id: aconway
}
listener {
sasl-mechanisms: ANONYMOUS
role: normal
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]