Security Settings
Configuring HTTPS (WildFly Only)
The following section details how to enable TLS over HTTP (HTTPS).
Requirements
In order to configure HTTPS you will need a:
-
JKS or PKCS12 keystore, containing a private key for the server to use as its identity.
-
The details of the key (alias and password) and the password for the keystore.
Configuration
-
Move your chosen keystore into the WildFly SETTINGS directory.
-
Add the following and set the required TLS settings in the settings.properties file:
#tls.keystore.filename=
#tls.keystore.password=
#tls.keystore.type=
#tls.key.alias=
#tls.key.password=
#http.enabled=
#https.enabled=
#jboss.bind.address=
TLS details
tls.keystore.filename
|
The name of the keystore file (including the extension) you have placed in your SETTINGS directory.
|
tls.keystore.password
|
The password for the keystore you have placed in your SETTINGS directory.
|
tls.keystore.type
|
Your keystore type: PKCS12 or JKS.
|
tls.key.alias
|
The unique identifier for the key you will be using.
|
tls.key.password
|
The password for the key you will use in the Keystore.
|
http.enabled
|
Set to false to disable the unsecure HTTP listener.
|
https.enabled
|
Set to true to enable the HTTPS listener.
|
jboss.bind.address
|
The address that 1Integrate should listen on, this should match the common name protected by your certificate.
|
-
Next time 1Integrate starts, it will only listen on port 8443 over HTTPS. To change the secure port, add and set the HTTPS port:
#interface.https.port=8443
Hide Stack Trace Reporting
To improve security you may wish to hide the stack trace reporting to users when an error is encountered in 1Integrate.
Disable report in WildFly
To disable full stack trace reports to users, you will need to enable the hide.stacktrace=true
property in the settings.properties file.
hide.stacktrace=true
Disable Report in weblogic
To disable full stack trace reports to users, within the WebLogic Server Administration Console, include the following in the Server Start Arguments for the interface:
-Dhide.stacktrace=true
Uploaded files
Uploaded files are stored in the folder pointed to by the java.io.tmp
environment variable.
For security purposes, we recommend that you use the relevant operating system tool to ensure that 'execute' permissions are removed for this folder.
Zip Bomb Threshold
By default a Zip bomb threshold is set to prevent the uploading of heavily compressed archives to avoid these files destabilising the server.
To change the threshold, add the following lines to the settings.properties file, setting your desired value.
Enable this to allow uploading heavily compressed archives, with a compressed/uncompressed ratio of greater than 1:100. The default value is 0.01.