Hello!
On Wed, Nov 10, 2010 at 06:33:57AM -0500, Merlin Meyer-Mitchell wrote:
OpenSSL library with which the nginx binary has been built as
well as the library to which it is being dynamically linked at
run time. OpenSSL supports SNI since 0.9.8f version if it was
built with config option “–enable-tlsext”. Since OpenSSL 0.8.9j
this option is enabled by default. If nginx was built with SNI
support, then nginx will show this when run with the “-V”
switch:
"
While I’m not a native speaker, this text looks ok for me (though
contains typo: “0.8.9j” should say “0.9.8j”).
What it tries to say is: for SNI you have to use OpenSSL 0.9.8f+
built with TLSEXT support. This requires explicitly specified
option before 0.9.8j.
Maxim D.