diff --git a/README.md b/README.md index 9c0ca04df..86de9cf9b 100644 --- a/README.md +++ b/README.md @@ -344,6 +344,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) {