Closed cedenoVF closed 9 months ago
Hi @cedenoVF,
You can try to bypass SSL verification by passing environment NODE_TLS_REJECT_UNAUTHORIZED=0
to Node :
NODE_TLS_REJECT_UNAUTHORIZED=0 npx directus-sync pull --config-path './directus-sync.config.cjs'
@cedenoVF I just publish a new version that handles the ./directus-sync.config.cjs
config file path by default.
Hi, Thank you for the notification :) noted, We will try later (after we talk about other "issue" )
Hi,
We are using self hosted Directus:
Directus version: 10.8.3 Self hosted:
To replicate the error run Directus in a self-hosted with a self-signed certificate using HTTPS.
The call "pull" : npx directus-sync pull --config-path './directus-sync.config.cjs'
The device is in our intranet.. We got our own domain server, so we put the domain directly in the config.
This is our config
Thanks in advance :)