We have a rather strange issue. We use client applications that connect to our website (via ssl) where the application verifies is the customer has a valid password etc.
Basically, the client application, when its launched, checks a very simple page on our server. Some versions of the client apps are running on Java. After server update a few days ago, some of those users can no longer connect via the app. These packages were updated:
Jan 19 02:54:34 Updated: 1:liblsapi-1.1-55.el7.cloudlinux.x86_64
Jan 19 02:54:35 Updated: 1:ea-apache24-mod_lsapi-1.1-55.el7.cloudlinux.x86_64
Jan 19 02:54:35 Updated: 1:liblsapi-devel-1.1-55.el7.cloudlinux.x86_64
Jan 19 02:54:36 Updated: alt-php-ssa-0.1-7.el7.x86_64
Is it possible apache is blocking access perhaps if it is sees the user-agent is an old java version or something like that? No useful info in any error log though.
Basically, the client application, when its launched, checks a very simple page on our server. Some versions of the client apps are running on Java. After server update a few days ago, some of those users can no longer connect via the app. These packages were updated:
Jan 19 02:54:34 Updated: 1:liblsapi-1.1-55.el7.cloudlinux.x86_64
Jan 19 02:54:35 Updated: 1:ea-apache24-mod_lsapi-1.1-55.el7.cloudlinux.x86_64
Jan 19 02:54:35 Updated: 1:liblsapi-devel-1.1-55.el7.cloudlinux.x86_64
Jan 19 02:54:36 Updated: alt-php-ssa-0.1-7.el7.x86_64
Is it possible apache is blocking access perhaps if it is sees the user-agent is an old java version or something like that? No useful info in any error log though.
Comment