SecureSocketLayer

http://wp.netscape.com/eng/ssl3/

Netscape사에서 [Socket]의 ComputerSecurity를 위해 만듬. 다음의 것들이 있다.

관련자료

[Apache]에 보안서버설치하기

  1. Apache 2.0부터 mod_ssl 이 내장되어 있다. 설치시 아래 옵션 필요.

    ./configure --prefix=/usr/local/apache2 --enable-mods-shared=most --enable-modules=so --enable-ssl

web biohackers.net