ssl 14

Letsencrypt SSL 적용

[워드프레스 Tips] Let’s Encrypt 무료 SSL인증서 발급 및 자동 갱신 방법 LETSENCRYPT 에서 SSL 인증서를 무료로 발급 받아 웹 서버에 적용하기 https://github.com/certbot/certbot Let’s Encrypt 무료 SSL 인증서 갱신하기 letencrypt 설치 Apache 는 서버중지 없이 자동으로 인증서 발급 및 설정이 되지만, Nginx는 서버를 중지해서 인증서 발급후 다시 시작해야 한다. sudo apt update -y && sudo apt install letsencrypt -y dhparms.pem.추가 sudo openssl dhparam -out /etc/ssl/certs/dhparam.pem 2048 설정 sudo systemctl st..

secure 2018.08.06

HAProxy SSL Bridging

SSL offloading impact on web applications In some cases, the application is not compatible at all with SSL offloading (even with the tricks above) and we must use a ciphered connection to the server but we still may require to perform cookie based persistence, content switching, etc… 어떤 경우에는 애플리케이션이 SSL 오프로드 (위의 트릭을 포함하여)와 전혀 호환되지 않으며 서버에 대한 암호화 된 연결을 사용해야하지만 쿠키 기반의 지속성, 컨텐츠 스위칭 등을 수행해야 할 수도 있습니..

server-side/haproxy 2017.07.18

HAProxy SSL dh(Diffie-Hellman) Parameters

OpenSSL 취약점 정리, Logjam(로그잼)에서 Heartbleed까지 Logjam: TLS 취약점 (CVE-2015-4000) Guide to Deploying Diffie-Hellman for TLS support.comono.com : Enabling Perfect Forward Secrecy CSR 생성 및 인증서 적용 방법 안내 HAProxy SSL 인증서 설치/적용 가이드 gabia SSL보안서버 인증서 : 설치방법 KnowledgeBase SSL 설치/적용 이슈 주요 사례 ssllabs.com : SSL Server Test SSL Checker SSL 인증서 설치 적용 테스트 확인 "서버에 보안이 약한 임시 Diffie-Hellman 공개 키가 있습니다" 메시지 코모도는 support..

server-side/haproxy 2017.07.15

HAProxy SSL Bridging

SSL offloading impact on web applications SSL Bridging In some cases, the application is not compatible at all with SSL offloading (even with the tricks above) and we must use a ciphered connection to the server but we still may require to perform cookie based persistence, content switching, etc… 어떤 경우에는 애플리케이션이 SSL 오프로드 (위의 트릭을 포함하여)와 전혀 호환되지 않으며 서버에 대한 암호화 된 연결을 사용해야하지만 쿠키 기반의 지속성, 컨텐츠 스위칭 등을 ..

server-side/haproxy 2017.07.15

nginx Verify return code: 21 (unable to verify the first certificate)

Certificate configuration check SSL 인증서 적용 확인 nginx 인증서 설정 SW_Development Nginx doesn't send certificate chain Steps to install a Comodo PositiveSSL certificate with Nginx. Certificate Installation : NGINX SSLのVerifyで「 21 (unable to verify the first certificate)」エラーが発生する。 “verify error:num=20” when connecting to gateway.sandbox.push.apple.com NGINX SSL 인증서 설치/적용 가이드 SSL Checker SSL 인증서 설치 적용 테스트..

server-side/nginx 2017.03.06

Node.js Chain 인증서 설정

COMODO SSL 인증서 적용 확인 - 웹으로 인증서 적용 상태 확인 가능 “Unable to locally verify the issuer’s authority” for GeoTrust SSL CA" Why is my RapidSSL Certificate chain is not trusted on ubuntu? NodeJS: CERT_UNTRUSTED Error # chat 서버 openssl s_client -showcerts -connect chat.domaon.com:443 # 메인 서버 openssl s_client -showcerts -connect domain.com:443 위 2개의 결과를 비교해서 오류 지점을 찾을 수 있다. 물론 오류가 난다면 굳이 비교할 필요는 없이 오류 내용을 확인..

lang/node 2015.09.23
반응형