Android Question OkHttpUtils & SSL: Check certificate/server's identity

KMatle

Expert
Licensed User
Longtime User
I'm using SSL (https:) with my apps a long time and I never cared about what OkHttpUtils is doing in the background. I never had any issues with SSL (like certificate problems or similar) because my hoster cares for it (so it's a black box to me). I've studied some articles about SSL certificates but one question remains:

Does the mighty OkHttpUtils check the identity of my server, too via certificate? Or is it all about "the certificate is valid"?
 
Top