Do a https client check with java or android -


i got url https, has common certification (which means url visited browser , has https security badge). want info url using httpsurlconnection, how can certification check.

i ssl beginner, did searching. , got this, self-signed check demo.

i'm wondering if common https link should checked this. httpsurlconnection check, found on android developers:

if application wants trust certificate authority (ca) certificates not part of system, should specify own x509trustmanager via sslsocketfactory set on httpsurlconnection.

does means don't need check server certificate if can browse web browser? can validation web browser does? , can find trust store file, can make default key store? or can tell me how implement trustmanager(i want validation, not trust manager trust anything).

maybe information httpcomponents


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -