Spring Boot - Enable SSL (HTTPS) with CA certificate
问题 Maybe I will find help here. I want to enable SSL on Spring Boot application. I have a configuration like: server: port: 8999 ssl: enabled: true key-store: classpath:keystore.jks key-store-password: mypass key-password: mypass The problem is my keystore. I've imported *crt file into keystore with alias 'tomcat': keytool -importcert -file certificate.crt -keystore native.jks -alias tomcat However, I still can't properly access my rest api. It vomits with error in firefox: SSL_ERROR_RX_RECORD