Posts by Sergio Nhassengo • 21 points
1 post
-
2
votes0
answers115
viewsQ: Redirecting HTTP requests to HTTPS in Spring Boot - (Wildfly server)
I want to deploy a Spring Boot app in Wildfly that features HTTP request forwarding to HTTPS. Here is the application.properties: server.port=8443 server.ssl.key-alias=https-example…