Page 1 of 1
[resolved] Add a setting to ignore bad certificates
Posted: Sat Apr 15, 2023 8:35 am
by jidanni
I tried using
https://github.com/emanuele-f/PCAPdroid
to view your app's HTTPS traffic. But I got
Code: Select all
SSL routines:ssl3_read_bytes:sslv3 alert certificate unknown
So maybe in
https://www.offline-maps.net/en/help/se ... r-settings
add a setting to ignore bad certificates.
Re: Add a setting to ignore bad certificates
Posted: Sat Apr 15, 2023 9:24 am
by jidanni
Wait, I see
#core.https.disable_sslv3=
in
https://www.alpinequest.net/en/help/v2/ ... r-settings
But
1. I don't know if
(A)
https://www.alpinequest.net/en/help/v2/ ... r-settings
will also work in
(O)
https://www.offline-maps.net/en/help/se ... r-settings
app.
Wait. At the top of (A) we see
> # Advanced settings file for “AlpineQuest Explorer” and “All-In-One OfflineMaps”.
Therefore in (O) be sure at least to have a link to (A).
Also
2. There is no documentation next to that setting.
Anyways it doesn't seem to be the "ignore checking" that I wan't.
(Let the packets over the border, just like the Customs Agents all went on a holiday.)
Re: Add a setting to ignore bad certificates
Posted: Fri Apr 28, 2023 10:57 am
by Psyberia-Support
Use the setting "core.https.enable_all_protocols=true".
Unlike what the name says, it does disable all certificate checks.