Skype for business 2019 Android issue

Rust 1 Reputation point
2023-04-18T19:59:57.9933333+00:00

Hello, colleagues. I have a skype for business 2019 deployment. 1 Standart front end server , 1 edge server and 1 reverse Proxy on iis arr. A few days ago, all logon attempts from android devices stopped working. I can sign in from ios devices, but can't sign in with all android devices. In client logs I can see Post query to web ticket service. On the next step I'm getting 502 error. In ios client log, webticket service returns code 200 and then client goes to autidiscover service. Any ideas? Thanks.

Skype for Business
Skype for Business
A Microsoft communications service that provides communications capabilities across presence, instant messaging, audio/video calling, and an online meeting experience that includes audio, video, and web conferencing.
630 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Rust 1 Reputation point
    2023-06-02T19:39:56.7566667+00:00

    Hello colleagues. I was able to remember what problem could lead to this behavior.

    Some time ago (about a month before the problem with mobile login was discovered) on the reverse proxy server (Windows server 2019+IIS ARR) the Default application pool stopped running.

    The error was of the form: "A listener channel for protocol 'http' in worker process '#' serving application pool 'DefaultAppPool' reported a listener channel failure. The data field contains the error number." Event ID 5139, WAS

    Some time later I accidentally discovered that if I change the Identity of the App pool from "ApplicationPoolIdentity" to Local system, the pool stops crashing and works. At this point, I calmed down, but the root cause of this behavior was this. I eventually failed to get the pool to start under Identity "ApplicationPoolIdentity", so I simply re-deployed the server and reconfigured it.

    It is important that the DefaultApplicationPool should work with Identity "ApplicationPoolIdentity".

    Right now, everything works fine -my problem was solved.

    Maybe my answer will help someone with the same problem and save a lot of time.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.