Update directv.com.ar.config.js

Added "process.env['NODE_TLS_REJECT_UNAUTHORIZED'] = 0;" to fix the error "unable to verify the first certificate"
This commit is contained in:
nickleby
2022-08-25 16:28:19 -04:00
parent dd11fecebf
commit b9144f35bc

View File

@@ -1,3 +1,4 @@
process.env['NODE_TLS_REJECT_UNAUTHORIZED'] = 0;
const axios = require('axios')
const dayjs = require('dayjs')
const utc = require('dayjs/plugin/utc')