Announcement

Collapse
No announcement yet.

Apache or something else blocking connections from Java clients?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Apache or something else blocking connections from Java clients?

    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.

  • #2
    Hi Tomas,

    Id use a packet tracer (e.g. tcpdump or wireshark) from either side to debug the communication - this may shed some light on the issue if no logs are available.

    Comment


    • #3
      Thanks, testing that right now with our programmer. I do see some packets during the connection attempt and kernel does not seem to be blocking though. So so far not much new info...

      Comment

      Working...
      X