Results 28 comments of Peter Gerber

Yes, I can confirm that manually removing `caCertificate` resolves the issue.

I believe this should actually work. You'll have to make sure you have [virtual buckets](https://docs.aws.amazon.com/AmazonS3/latest/dev/VirtualHosting.html) disabled though. Like this: ```rust let endpoint = Endpoint { is_bucket_virtual: false, … }; ```...

I wonder there should be some recommendations about packing Borg 1 and Borg 2 separately. Migrating from one to the other will take some time for many people as server...

I'm seeing the very same crash here once in a while and I don't have the exit nodes set to `{CN}`. [log.txt](https://github.com/guardianproject/orbot/files/6067115/log.txt)

So, just to make sure I understand this right. The screenshot [posted here](https://github.com/guardianproject/orbot/issues/302#issuecomment-622359063) was taken while VPN mode was enabled, right? A few more details that might help here: *...

> Using Full Device VPN seems to make firefox to be unable to connect (tried 5 times). What is the exact error message Firefox shows?

Would great to get the system logs. Do you have any experience with ADB / [logcat](https://developer.android.com/studio/command-line/logcat)?

Another way to get to the logs is using Androids [Bug Report](https://developer.android.com/studio/debug/bug-report#bugreportdevice) feature. You don't want to post the full report here though. It contains sensitive data. Perhaps you're able...

Interesting: ``` 05-01 21:53:27.006 5054 5255 W DnsManager: updatePrivateDns(101, PrivateDnsConfig{true:/[]}) 05-01 21:53:27.006 5054 5255 D ConnectivityService: Setting DNS servers for network 101 to [/1.1.1.1] ``` Do you remember whether *Private...