slomkowski / mumsi

SIP to Mumble gateway/bridge using PJSUA stack.
Apache License 2.0
41 stars 33 forks source link

crash with 'Handshake failed' - need to send user side SSL cert #25

Open joluxer opened 5 years ago

joluxer commented 5 years ago

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?

mrscotty commented 5 years ago

Take a look at pull request #18 to see if the commit on user certs meets your needs.