-
Bug
-
Resolution: Done
-
Major
-
7.1.0.DR10
Book: How To Configure Server Security
Revision: n_2307541_how-to-configure-server-security_version_7.0_edition_1.0_release_0-revision_9024981
Section: 2.2.5. Setting up an SSL/TLS for Applications
Issue description: Following steps in documentation I get error "java.lang.IllegalStateException: WFLYUT0079: No SSL Context available from security realm. Either the realm is not configured for SSL, or the server has not been reloaded since the SSL config was added.". It is necessary to perform command "reload" between 2nd and 3rd CLI command, or run commands in batch. See comments to https://issues.jboss.org/browse/JBEAP-1700 for details.
Suggestions for improvement: Run CLI commands in batch.
batch /core-service=management/security-realm=HTTPSRealm/:add /core-service=management/security-realm=HTTPSRealm/server-identity= ssl:add(keystore-provider="PKCS11", keystore-password="pass123+") /subsystem=undertow/server=default-server/https-listener=https:add(socket-binding=https, security-realm=HTTPSRealm, enabled-protocols="TLSv1,TLSv1.1") run-batch
This issue is basically clone of JBEAP-3161 for section 2.2.5. Setting up an SSL/TLS for Applications. I have double checked and there is no similar problem in the book.
- is cloned by
-
JBEAP-8160 CLI commands for https setup need to be run in batch
- Closed