mumble-voip / mumble-iphoneos

Mumble client for iOS-based devices
https://www.mumble.info
Other
194 stars 79 forks source link

MKConnection: Invalid CryptState or CFSocket #82

Open mucdong opened 9 years ago

mucdong commented 9 years ago

I just connected to server. The function: - (void) connectionOpened:(MKConnection *)conn was called But after that, I was always received message: ClearISAPTT[20276:297741] MKConnection: Invalid CryptState or CFSocket. ClearISAPTT[20276:297741] MKConnection: Sent ping message. I used MumbleKit with hex version is: 0x10204 Anybody can help ?

Thanks a lot!

mkrautz commented 9 years ago

Are you using MumbleKit with Mumble for iOS? Or are you using it in a separate project? (Seems to be the latter)

If it's a separate project, this ticket is more fitting on the MumbleKit issue tracker: https://github.com/mumble-voip/mumblekit/issues

Anyway, I haven't built either project with modern SDKs (meaning iOS 8 and 9). All I know is that is used to build on the iOS 7 SDK at the moment. :-)

Can you please describe a bit about your setup? (SDKs, Xcode version, etc)? Maybe that could help in troubleshooting the issue.

mucdong commented 9 years ago

Hello mkrautz,

I use MumbleKit in separate project of mine.Mumble server was installed and the Android worded with it. I test on iPhone 6 iOS 8.4 and my setup is: SDK 8.4, Xcode 6.4, I clone last version of MumbleKit from github. I'm newbie in MumbleKit, so please teach me some where can I learn about MumbleKit for iOS, please. Many many thank you !!!

ivan-ushakov commented 8 years ago

Having same problem. I used setIgnoreSSLVerification to ignore SSL verification because server use self-generated certificate and when I connect to that server I have same error messages.