Skip to content

Commit 23f668c

Browse files
author
Eric Mrak
committed
Documenting _httpsOptions
1 parent 14b2f74 commit 23f668c

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
* fixes several scope-binding issues caused by the JavaScript rewrite (sorry!)
66
* clarify use of `PUT` and the admin portal
7+
* added `_httpsOptions` to pass through options to the underlying tls server.
78

89
## 0.2.10
910

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,8 @@ What can I do with it, you ask? Read on!
628628
* `pfx`: pfx file contents (mutually exclusive with key/cert options)
629629
* `watch`: filename to monitor and load as stubby's data when changes occur
630630
* `mute`: defaults to `true`. Pass in `false` to have console output (if available)
631+
* `_httpsOptions`: additional options to pass to the [underlying tls
632+
server](http://nodejs.org/api/tls.html#tls_tls_createserver_options_secureconnectionlistener).
631633
* `callback`: takes one parameter: the error message (if there is one), undefined otherwise
632634

633635
#### start([callback])

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stubby",
33
"preferGlobal": true,
4-
"version": "0.2.10",
4+
"version": "0.2.11",
55
"author": {
66
"name": "Eric Mrak",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)