Setting up HTTPS / SSL in a Spring Boot Web application

Problem We want to be able to exchange HTTP requests and responses with our application over an encrypted connection. HTTPS and SSL SSL (Secure Sockets Layer) is a standard for secure communication over the transport layer. It defines a set of protocols and algorithms via which a client can establish an encrypted communication channel toContinue reading “Setting up HTTPS / SSL in a Spring Boot Web application”