Mitel Forums - The Unofficial Source

Mitel Forums => Mitel Software Applications => Topic started by: jsnapp on June 05, 2017, 11:02:24 AM

Title: MiCollab Client - lost connection
Post by: jsnapp on June 05, 2017, 11:02:24 AM
MiCollab Client 6.0
Remote worker is using a Windows 10 Home, Version 1607, OS Build: 14393.1198 and getting connection lost.
I user her credentials on my Windows 7 laptop and works fine.

Besides upgrading the phone system, is here a fix for this issue?
Title: Re: MiCollab Client - lost connection
Post by: ZuluAlpha on June 05, 2017, 12:21:20 PM
What is the version of MiCollab server you are using?
Title: Re: MiCollab Client - lost connection
Post by: jsnapp on June 05, 2017, 12:28:49 PM
Not sure where to find this info, but is this what you need?

MiCollab 6.0.40.0
Mitel Standard Linux 10.1.26

This was copied from the bottom of MiCollab Client Service tab.
Title: Re: MiCollab Client - lost connection
Post by: ZuluAlpha on June 05, 2017, 03:10:27 PM
Yes, that's the info. I had the same issue with version 6. Windows 10 has an update that forces a security protocol that version 6 does not use.

Not that I recommend this, but you could uninstall the most recent updates to windows and then it will work for a while, until the next round of updates gets installed and cumulatively fixes the uninstalls and does it again. If it's a remote user that might be next to impossible. And in general, not really advisable anyway since that's likely to create more issues than it solves.

iOS 10 had the same issue so we did end up having to upgrade. After the upgrade version 6 of the client did work so you don't have re-deploy everyone at once.

I know it's not what you wanted to hear, but if it makes you feel any better I feel your pain.



Title: Re: MiCollab Client - lost connection
Post by: johnp on June 05, 2017, 07:37:43 PM
The registry snipit that would make this old version work would be

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\KeyExchangeAlgorithms\Diffie-Hellman]
"ClientMinKeyBitLength"=dword:00000200

If you add this to the affected pc and reboot it should connect again. This isn't best in the long run as an upgrade would be best.

Attaching this
Title: Re: MiCollab Client - lost connection
Post by: jsnapp on June 06, 2017, 09:28:56 AM
Thank you John, but I added the .reg to the Windows 10 device, restarted and still connection lost.
Title: Re: MiCollab Client - lost connection
Post by: pavel.luska on May 28, 2018, 06:18:06 AM
HI, we had similar trouble after windows 10 update on Micollab Client 7.3.  Micollab server doesn't support FIPS. That's why you need to disable it in windows registry.
Go to : Computer\HKEY_LOCAL_MACHINE\SYSTEM\ControlSet\Control\Lsa\FipsAlgorithmPolicy
Change the value: Enabled to 0 (it was 1)

Hope it will help someone.