Open sobrinho opened 5 months ago
Facing Same issue
@wonday hints?
Is resolved?
trustAllCerts={false}
helps but in my opinion it isn't good resolve for our problem.
There's no issue with the certs on the URLs I'm trying. How this would help?
I'm not 100% sure how this would help because i found this resolve in closed issues. I use amazon url's so i can imagine that the certs aren't 100% correct because i had a problem with that before and it works for me now.
But your link is working for me too with this parameter setted on false. ` const source = { uri: 'https://www.clickdimensions.com/links/TestPDFfile.pdf', cache: true, } return (
)`
Only difference between our environments is React Native version because i use 0.73.3 so if it still doesn't work, you have to wait for other answers, maybe it is something with new architecture.
Interesting, I will give it a try, maybe the prop name is misleading to what it's actually doing.
I tried a bunch of different URLs and I'm certain the certs are okay since they work everywhere but this library.
I am also facing the same issue in my app as well. Even it is not working after using trustAllCerts={false} . React Native Version : 0.73.5 Android Version: 12,13
Many clients are impacted due to this in my app. can you please help ??
I resolved it with the props trustAllCerts={false}
.
Not sure why.
I resolved it with the props
trustAllCerts={false}
.Not sure why.
I get the same issue. trustAllCerts={false}
it fixed. I'm using S3 by AWS
Same thing here, the cert does not have any issue but only works with trustAllCerts={false}
.
Same problem solved with trustAllCerts={false}
Got the exact same issue and indeed setting the prop trustAllCerts={false}
did fix it.
What
react-native
version are you using? 0.74.1What
react-native-pdf
version are you using? 6.7.5What platform does your issue occur on? (android/ios/both) android
Describe your issue as precisely as possible : 1) Steps to reproduce the issue or to explain in which case you get the issue 2) Interesting
logs
Got this exception no matter what URL is provided either cache enabled or disabled.Works fine with Blob but not with remote URLs.
Join a screenshot or video of the problem on the simulator or device?
Show us the code you are using?