I want to make an android app to do a login on the website of my school, the problem that I have is that the website works with HTTPS protocol and it has a self-signed protocol.
I have been searching how can I perform the login doing a scrapping of the website with JSOUP but when try to connect to the website I got the next error
javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
I've seen this site and also this site but i'm a little bit confused
What i want that you can help me is that if you have some kind of code that make it easier do the login or how can I do this in an easier way.