mumsi
mumsi copied to clipboard
crash with 'Handshake failed' - need to send user side SSL cert
I'm trying to get mumsi running with uMurmur, but the connection is reset by uMumurd, because mumsi does not send a SSL certificate to the server:
terminate called after throwing an instance of 'mumlib::TransportException' what(): Handshake failed: Connection reset by peer.
Is it possible to extend the configuration by a CRT and KEY file for user side SSL certificates?
Take a look at pull request #18 to see if the commit on user certs meets your needs.