Accessing Squore via HTTPS

You can configure WildFly to allow https access to Squore Server instead of http by following the instructions below.

Configuring HTTPS access to Squore Server is also possible using Apache as a reverse proxy on top of Squore Server. For more information, consult Proxying Squore Server with Apache.

Prerequisites:

  1. Make sure you have a keystore file containing your company key/certificate pair

  2. Make sure you have the credentials related to that keystore and key

  3. Make sure Squore Server is started

Then, simply execute the following command and provide the prompted information:

<SQUORE_HOME>/bin/sqadm wildfly https -k jks -u url

Where:

  • jks, is the path to the keystore file in JKS format.

  • url, is the HTTPS redirection URL you want requests to be redirected to.

    You can include Undertow exchange attributes in the redirection URL (Exchange Attributes).

  • Keystore password, is the password for the provided keystore.

  • Private key password, is the password for the private key stored inside the keystore.

The configuration prompt can be bypassed by providing the options directly in the command line.

See sqadm wildfly https manpage to know more.