@Configuration
@ConditionalOnClass(value=org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory.class)
@ConditionalOnProperty(value={"server.ssl.ciphers","server.ssl.key-store"})
public class UndertowSSLConfiguration
extends Object
SSL_USER_CIPHER_SUITES_ORDER : It will force the cipher suite defined by the user, allowing to achieve perfect forward secrecy. This can only be activated with HTTPS and a cipher suite defined by the user (server.ssl.ciphers).
Please note that when using JHipster, you can use the `server.ssl.ciphers` property that is commented out in your `application-prod.yml` file, and which is ready to work with this configuration.
| Constructor and Description |
|---|
UndertowSSLConfiguration(org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory undertowServletWebServerFactory,
JHipsterProperties jHipsterProperties) |
public UndertowSSLConfiguration(org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory undertowServletWebServerFactory,
JHipsterProperties jHipsterProperties)
Copyright © 2019 JHipster. All rights reserved.