This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Tested on: | |
# CentOS release 6.5 (x86_64) | |
# OpenSSL: OpenSSL 1.0.1e-fips 11 Feb 2013 | |
# This is basic example of testing SNI with openssl command | |
# Required - 2 valid SSL certs with keys | |
# No checking Intermedaite SSL certs so far | |
# Setup server - listen on localhost:4433 by default. | |
openssl s_server -www \ |