1
0
Fork 0
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:
Simo Kinnunen 2014-10-30 19:09:05 +09:00
parent af09fc084a
commit fe7502ea24

View file

@ -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')