본문 바로가기

기타3

[SSL]_Apache 특이사항 Apache 특이사항 Dec 6 03:14:21 localhost kernel: httpd[12394]: segfault at 10 ip 00000036640e5e14 sp 00007ffcc9bb83d0 error 4 in libcrypto.so.1.0.1e[3664000000+1ba000][Thu Dec 06 02:02:24 2018] [error] Server should be SSL-aware but has no certificate configured [Hint: SSLCertificateFile], segment fail 발생.=> https://support.quovadisglobal.com/kb/a42/installing-ssl-on-apache-2_2-using-httpd_conf.aspx.. 2020. 5. 22.
TLS 적용할수 있는 최소 환경 TLS 적용할수 있는 최소 환경 TLS 1.2 적용 최소 환경- APACHE 2.2.22 이상- Openssl 1.0.1 이상- JAVA 7 이상-Windows Server 2008 SP2 이상 TLS 1.3 적용 최소 환경- apache 2.4.36 이상- openssl 1.1.1 이상 - nginx 1.13.0 이상 -. tls 체크 가능 : https://www.ssllabs.com/ssltest/ 2020. 5. 5.
SNI [Server Name Indication]가 지원되는 웹 서버 SNI [Server Name Indication]가 지원되는 웹 서버 [Windows]Microsoft IIS 8 이상부터 SNI 지원Microsoft IIS 7.5 - SNI 미지원 ※ IIS 6 ~ IIS 7.5 버전은 멀티 인증서 혹은 와일드 인증서로 적용 시 시큐어 바인딩을 통하여 작업.시큐어 바인딩은 멀티 도메인 혹은 와일드 인증서에 대해서만 같은 포트로 사용을 하기 위한 작업이므로 서로 다른 SSL 인증서 적용 시에는 다른 포트로 지정을 해줘야 한다. [Linux - Apache + Openssl]Apache 2.2.12 이상OpenSSL v0.9.8j=> CentOS6 이상 [Linux]Apache Tomcat 8.5 이상Nginx 0.5.23 이상 2019. 8. 1.