diff --git a/README.md b/README.md index 845c4f0..bf19cea 100644 --- a/README.md +++ b/README.md @@ -343,6 +343,10 @@ var certs = { // // Proxy options // +// This section assumes that myCert, myKey and myCa are defined (they are not +// in this example). With a SNICallback, the proxy needs a default set of +// certificates to use. +// var options = { https: { SNICallback: function (hostname) {