Server/Apache
https (SSL) 호출 시 handshake 오류 문제
미니옵빠
2016. 5. 31. 17:47
https 를 긁어올 때,
handshake alert: unrecognized_name
와 같은 오류가 날 경우 해당 서버에서 SNI 설정을 하면 됨
= <Virtualhost> 내 ServerName 또는 ServerAlias 를 추가하면 됨
참고:
http://godyang.battlearea.net/136
http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI
이걸 무시하고 긁을 수 있는 방법을 찾아야 할텐데..