mirror of
https://github.com/openstf/stf
synced 2025-10-04 18:29:17 +02:00
Reject unauthorized certs by default.
This commit is contained in:
parent
af09fc084a
commit
fe7502ea24
1 changed files with 0 additions and 3 deletions
|
@ -1,8 +1,5 @@
|
|||
var http = require('http')
|
||||
|
||||
// @todo Figure something out
|
||||
process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0"
|
||||
|
||||
var express = require('express')
|
||||
var passport = require('passport')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue