2
springbootアプリケーションでsslを使いたいです。SSL springbootコネクタの設定を確認してください
***************************
APPLICATION FAILED TO START
***************************
Description:
The Tomcat connector configured to listen on port 8443 failed to start. The port may already be in use or the connector may be misconfigured.
Action:
Verify the connector's configuration, identify and stop any process that's listening on port 8443, or configure this application to listen on another port.
そして、私のapplication.properties
#ssl
server.port=8443
server.ssl.key-alias=alias
server.ssl.key-password=password
server.ssl.key-store=classpath:keystore.jks
server.ssl.key-store-provider=SUN
server.ssl.key-store-type=JKS
それとも、信頼できるSSLを行うための別の方法を知っていますか:私は私のアプリは、私にこのエラーを与え始めるアップしようとしたとき、私はこのtutorialを使用しますが?