SSL support

ONEWEB 4.0 supports SSL by setting up SSL/HTTPS on your server:

Generate key In general, you have two options to generate a key:

  • Using the Java Secure Socket Extension(JSSE)

  • The native implementation based on OpenSSL

In both cases, you have to configure keys and (self-signed) certificates for your web server.

Configure Wildfly In case generate a key from Step 1 output file from the previous step is "oneweb.keystore" then copy the key file to "[$JBOSS_HOME]/standalone/configuration/". Now edit file standalone.xml

Under the profile option, expand undertow subsystem, there are two main parts which are Server and Servlet container configuration. Add https-listener under server

Under socket binding group Change Default WilfFly https port 8443 to 443.

Last updated