Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update how the node SDK handles self signed requests
The NODE_TLS_REJECT_UNAUTHORIZED env variable will disable SSL checks for all requests. This PR changes the node SDK to only disable SSL checks for Appwrite related requests by passing an option to axios.
- Loading branch information