mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
commit
d60f1a9353
@ -343,6 +343,10 @@ var certs = {
|
|||||||
//
|
//
|
||||||
// Proxy options
|
// 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 = {
|
var options = {
|
||||||
https: {
|
https: {
|
||||||
SNICallback: function (hostname) {
|
SNICallback: function (hostname) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user