dimmslider 0 Newbie Poster

Hi all,
I'm working on a script which uses POST to configure various bits on my printer.

Everything works fine, except the fact that when I set the printer to use HTTPS the webBrowser control I have on the form shows the "There is a problem with the security certificate"
WHen I click the "Continue to this website(not recommended)" nothing happens. I can click it all I want, it won't budge.

Interestingly POST works as I've used this:

Private Function ValidateCertificate(ByVal sender As Object, ByVal certificate As X509Certificate, ByVal chain As X509Chain, ByVal sslPolicyErrors As SslPolicyErrors) As Boolean
        'Return True to force the certificate to be accepted.
        Return True
    End Function

Is there any way to stop WebBrowser displaying the certificate error?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.