Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 922 Bytes

File metadata and controls

31 lines (22 loc) · 922 Bytes

local-https-spring-ex

gotpache-tomcat ssl connector를 사용한 로컬환경에서 SpringBoot를 SSL로 실행하는 샘플입니다.

JVM Option

-Dspring.profiles.active=local

hosts

127.0.0.1 foo.kr
127.0.0.1 goo.kr

SSL Connector

... : Root WebApplicationContext: initialization completed in 1583 ms
... : Connector [https-jsse-nio-443], TLS virtual host [_default_], certificate type [RSA] configured from keystore ...
... : Connector [https-jsse-nio-443], TLS virtual host [foo.kr], certificate type [RSA] configured from keystore ...
... : Connector [https-jsse-nio-443], TLS virtual host [goo.kr], certificate type [RSA] configured from keystore ...
... : Tomcat started on ports 8080 (http), 443 (https) with context path '/'

라이선스

이 프로젝트는 MIT 라이선스를 따릅니다. 자세한 내용은 LICENSE 파일을 확인하세요.