From aa57eeb8e12eb0dadb376b6dbe2e67540ebef549 Mon Sep 17 00:00:00 2001 From: Joseph Date: Wed, 20 Jan 2021 17:26:17 -0500 Subject: [PATCH] changed config to not trust self signed ssl certs --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 2bb30f0e..de614fac 100644 --- a/index.js +++ b/index.js @@ -248,7 +248,7 @@ export default class Pdf extends Component { this.lastRNBFTask = RNFetchBlob.config({ // response data will be saved to this path if it has access right. path: tempCacheFile, - trusty: true, + trusty: false, }) .fetch( source.method ? source.method : 'GET',