I got the following exception when try to post a request to a http server:
Here is the code I used
URL url = new URL( \"https://www.abc.com\"
Set validateTLSCertificates property to false for your JSoup command.
validateTLSCertificates
false
Jsoup.connect("https://google.com/").validateTLSCertificates(false).get();