Skip to content

Commit d60f1a9

Browse files
committed
Merge pull request #521 from derekdreery/patch-1
Update README.md
2 parents 4d65280 + ef8150a commit d60f1a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,10 @@ var certs = {
343343
//
344344
// Proxy options
345345
//
346+
// This section assumes that myCert, myKey and myCa are defined (they are not
347+
// in this example). With a SNICallback, the proxy needs a default set of
348+
// certificates to use.
349+
//
346350
var options = {
347351
https: {
348352
SNICallback: function (hostname) {

0 commit comments

Comments
 (0)