there is a way to get webview to ignore ssl issues, but HU2_ACCEPTALL is not actually it. you use HU2_ACCEPTALL with httputils2.
you download the url with httpjob.download (after setting hclient HU2_ACCEPTALL). that should get you the html. check the download first (hint: log it).
assuming you actually get something, load that into the webview.
to use the webview directly, you need to consume the onReceivedSslError event. if you know how to do that, fine. otherwise, try what's in the first paragraph. if job.download gets you nothing, then the problem may be elsewhere. show us the httpjob code and explain exactly what you did to set HU2_ACCEPTALL. we'll go from there.