Re: Cannot invoke "org.apache.tomcat.util.net.SSLHostConfig.getProtocols()" because "this.sslHostConfig" is null

2024-06-03 Thread Adam Danischewski
()); sslHostCert.setCertificateKeystoreFile("file:src/main/resources/RBup.p12"); sslHostCert.setCertificateKeystorePassword("Whatever321"); sslHostCert.setCertificateKeyAlias("RBup"); and voila! Thanks anyway On Mon, Jun 3, 2024 at 5:29 AM Mark Thomas wrote: > On 03/06/2024 09:16, Adam Danischew

Cannot invoke "org.apache.tomcat.util.net.SSLHostConfig.getProtocols()" because "this.sslHostConfig" is null

2024-06-03 Thread Adam Danischewski
Using Embedded Tomcat 10 in SpringBoot, trying to manually configure a new HTTPS/SSL port. I've got the following SSL bundle set in my application properties (fairly sure this part is working fine): spring.ssl.bundle.jks.rbupbundle.key.alias=RBup spring.ssl.bundle.jks.rbupbundle.keystore.location