azlux / pymumble

Mumble client implementation in Python
GNU General Public License v3.0
130 stars 62 forks source link

Connection rejected due to cert issue - wrong version number #79

Closed Fuzzwah closed 4 years ago

Fuzzwah commented 4 years ago

When trying to connect using the pymumble lib to a murmur server I get the following error:

pymumble_py3.errors.ConnectionRejectedError: 'Connection error with the Mumble (murmur) Server'

Server info: Murmur 1.2.18 (1.2.18-1+deb9u1) running on X11: Raspbian GNU/Linux 9.11 (stretch): Booting servers

In the murmur server log I see:

Connection closed: Error during SSL handshake: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number [13]

Any tips?

Fuzzwah commented 4 years ago

Ok, my brain finally kicked in and realised that I wasn't on the most recent version of murmur. Updated my rpi to buster and murmur to 1.3 and the client connects.