Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Point the cursor and click the target Snaplex to open the Update Snaplex dialog.

  2. Click the Node Properties tab.

  3. In the HTTP Port or HTTPS Port field, specify the custom port value.

    snaplex-nodeproperties-ports.pngImage Added

Updating this option changes the default setting in the global.Global properties file field:

  • HTTP Port:

jcc.jetty_port = 8090

...

Outbound HTTP connections created to the SnapLogic cloud or to any other HTTP endpoints are placed in a connection pool by default. You can configure the properties for the pool in etc/global.properties by by adding them to the Update Snaplex dialog, Node Properties tab, Global properties table.

...

To enable the Snaplex to work with the reverse proxy, add the following two key-value pairs to the Global Properties Properties of your Snaplex:

Global property

Key

jcc.sldb_uri

Value

https://myproxy.test.com:443

Key

jcc.host_header

Value

control-plane-name.snaplogic.com

...

Info

For Windows-based Groundplexes, download the TLS (SSL) enabled https://curl.haxx.se/dlwiz/?type=bin&os=Win32&flav=-&ver=- to verify your configuration.

Related Content