노출되는 이미지가 불편하시겠지만 양해를 구합니다. 노출, 클릭등에 관한 자료로 활용 중입니다.

Tomcat에 SSL(HTTPS)추가 하기





1. 위치 

: $CATALINA_HOME/conf


2. 파일 

: server.xml 


3. 수정할 부분 



1) 원본


<!-- 

    <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"

               maxThreads="150" scheme="https" secure="true"

               clientAuth="false" sslProtocol="TLS"/>

-->



2. 수정


  <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"

               maxThreads="150" scheme="https" secure="true"

               clientAuth="false" sslProtocol="TLS"

keystorePass=""xxxx" keystoreFile="${user.home}/.keystore"/>



* keytool -genkey

"%JAVA_HOME%\bin\keytool" -genkey -alias tomcat -keyalg RSA
  -keystore \path\to\my\keystore



4. Servers에서 재등록시 SSL확인






원문

https://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html


참조 

http://blog.daum.net/overpassion1/16


블로그 이미지

StartGuide

I want to share the basic to programming of each category and how to solve the error. This basic instruction can be extended further. And I have been worked in southeast Asia more than 3 years. And I want to have the chance to work another country.

,