Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-6223

org.jboss.as.protocol.ProtocolChannelClient needs to support client socket bind address config

    XMLWordPrintable

Details

    Description

      OpenShift requires that the client socket bind address be set to the OPENSHIFT_INTENRAL_IP loopback. ProtocolChannelClient currently does not support config for the bind address. connect(..) should be calling

      return endpoint.connect("remote", bindAddress, destAddress, builder.getMap(), actualHandler, sslContext);

      instead of

      return endpoint.connect(uri, builder.getMap(), actualHandler, sslContext);

      and expose bindAddress config

      Attachments

        Issue Links

          Activity

            People

              wdecoste1@redhat.com William Decoste (Inactive)
              wdecoste1@redhat.com William Decoste (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: