I have a Java Spring Boot Application and I have configured the server to run on SSL and it is mandatory.
server: port: 8443 ssl: enabled: true key-st