티스토리 뷰

공부

[Apache] SSL & tomcat

승가비 2020. 11. 20. 23:41
728x90
LoadModule ssl_module modules/mod_ssl.so
LoadModule socache_shmcb_module modules/mod_socache_shmcb.so

Include conf/extra/httpd-ssl.conf


<VirtualHost _default_:443>

JkMount /* example
workers.properties

</VirtualHost>

http://egloos.zum.com/iris2380/v/558012

 

apache + tomcat 환경에 ssl 적용하기

일단 인증서를 준비한다.. 직접 생성하는 방법은 구글링을 통해 찾아서 하는 걸로 하고, 난 인증서가 준비되었다는 가정하에 적는다.. 상용 인증서를 사용하게 되면 기본적인 설정방법은 가이드

egloos.zum.com

https://freeprog.tistory.com/126

 

apache HTTPS 설정하기

apache HTTPS 설정하기 환경 : ubuntu 14.04 LTS 64bit 참고 : https://help.ubuntu.com/lts/serverguide/httpd.html#https-configuration https://www.digitalocean.com/community/tutorials/how-to-create-a-ssl..

freeprog.tistory.com

https://www.lesstif.com/system-admin/apache-httpd-ssl-https-virtualhost-sni-server-name-indication-19365977.html

 

apache httpd 에 SSL/HTTPS 적용 및 VirtualHost 에 SNI(Server Name Indication) 문제 해결

* Connected to lesstif.com port 80 (#0) > GET / HTTP/1.1 > User-Agent: curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.14.0.0 zlib/1.2.3 libidn/1.18 libssh2/1.4.2 > Host: lesstif.com

www.lesstif.com

 

728x90

'공부' 카테고리의 다른 글

[SQL] SHOW CREATE TABLE table;  (0) 2020.11.20
[HTTP] header is case-insensitive  (0) 2020.11.20
[HDFS] remove .Trash (check quota)  (0) 2020.11.15
[MySQL] auto restart by crontab  (0) 2020.11.07
[Python] init array  (0) 2020.11.07
댓글