mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 17:10:07 -04:00
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:
parent
dd11fecebf
commit
b9144f35bc
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
process.env['NODE_TLS_REJECT_UNAUTHORIZED'] = 0;
|
||||||
const axios = require('axios')
|
const axios = require('axios')
|
||||||
const dayjs = require('dayjs')
|
const dayjs = require('dayjs')
|
||||||
const utc = require('dayjs/plugin/utc')
|
const utc = require('dayjs/plugin/utc')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue