After upgrading VDA to v7.11; Receiver for Android users cannot launch published Apps or Desktops.
The following error message is observed on the Android devices:
"The common name on the ID certificate is not what was expected"
In addition, the receiver logs shall contain similar stack trace:
09-25 17:17:41.028 W/System.err(22917): com.citrix.sdk.ssl.CitrixSSLException: Status check failed (status 59)
09-25 17:17:41.030 W/System.err(22917): at com.citrix.sdk.ssl.androidnative.CitrixSSLSocket.checkResult(CitrixSSLSocket.java:240)
09-25 17:17:41.030 W/System.err(22917): at com.citrix.sdk.ssl.androidnative.CitrixSSLSocket.startHandshake(CitrixSSLSocket.java:304)
09-25 17:17:41.030 W/System.err(22917): at com.citrix.sdk.ssl.androidnative.CitrixSSLSocketFactory.createSslSocket(CitrixSSLSocketFactory.java:657)
09-25 17:17:41.030 W/System.err(22917): at com.citrix.sdk.ssl.androidnative.CitrixSSLSocketFactory.createSslSocket(CitrixSSLSocketFactory.java:644)
09-25 17:17:41.030 W/System.err(22917): at com.citrix.sdk.ssl.androidnative.CitrixSSLSocketFactory.createSocket(CitrixSSLSocketFactory.java:721)
09-25 17:17:41.030 W/System.err(22917): at com.citrix.client.io.net.ip.proxy.SSLProxy.connect(SSLProxy.java:115)
09-25 17:17:41.030 W/System.err(22917): at com.citrix.client.io.net.ip.TCPSocketFactory.makeSocket(TCPSocketFactory.java:154)
09-25 17:17:41.030 W/System.err(22917): at com.citrix.client.io.net.ip.TCPSocketFactory.makeSocket(TCPSocketFactory.java:48)
09-25 17:17:41.030 W/System.err(22917): at com.citrix.client.module.td.tcp.TCPTransportDriver.connect(TCPTransportDriver.java:182)
09-25 17:17:41.030 W/System.err(22917): at com.citrix.client.module.td.TransportDriver.run(TransportDriver.java:223)
09-25 17:17:41.030 W/System.err(22917): at java.lang.Thread.run(Thread.java:761)