mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-02-11 09:10:57 +01:00
By default OkHttpClient will not allow self-signed certificates, but some of app users use them. This is disabled by default, should be enabled explicitly. It also allows any CN in self-signed certificate. Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>