개발자의 노트
tomcat 에서 ssl 적용하기
소프트웨어개발/Tomcat 2012. 11. 5. 14:16

tomcat + nginx 연동하기에서 tomcat을 설치했었다. OpenSSL을 이용해 Self-Signed SSL 인증서 만들기에서 자체 서명된 인증서를 생성했다. 이제, tomcat에서 ssl를 적용해보자. apr을 이용할 것이므로, (Using an APR Connector to Configure SSL) 1. apache apr를 설치하고 (Apache Portable Runtime) 2. tomcat native library를 설치하자. (Apache Portable Runtime (APR) based Native library for Tomcat) 먼저 apr 설치 # cd /usr/local/src # wget http://apache.tt.co.kr//apr/apr-1.4.6.tar.g..