mosquitto-users team mailing list archive
-
mosquitto-users team
-
Mailing list archive
-
Message #00070
Re: SSL connection from Java client to mosquitto broker: "no certificate returned"
Hi Sharon,
> The mosquito process is gone !
You've discovered a hole in my tests! This crash is down to mosquitto
assuming that clients do actually pass a certificate when
use_identity_as_username is set to true and that isn't necessarily the
case. I've pushed a fix in this changeset:
https://bitbucket.org/oojah/mosquitto/changeset/04fc71f0d19c15a88338977dddaa2666c38de322
Setting use_identity_as_username to false is a quick workaround when
working with 1.0.4 or previous versions.
Cheers,
Roger
Follow ups
References