You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but this library throws an error javax.net.ssl.SSLPeerUnverifiedException: Hostname ... not verified and I did not find the option to set custom hostnameVerifier
AppUpdater:2.7
My domain has no ssl certificate. In the apk I ignore it by this
okHttpBuilder .hostnameVerifier(HostnameVerifier { _, _ -> true }),
but this library throws an error
javax.net.ssl.SSLPeerUnverifiedException: Hostname ... not verified
and I did not find the option to set custom hostnameVerifierThe text was updated successfully, but these errors were encountered: