How to open a website with invalidate Certificate with HMTL-Viewer?

Hello,

I would like to open a website with an not validate certificat in Html Viewer. Such as my disk station (https://diskstation:5001). However, I get only a blank page. Is there a property I can use, e.g. ValidateCertificates=False or something else?

Retry without SSL ?

http://diskstation:5001

Hi Michel,

That was just an example with my Diskstation. The site that I want to open is only possible with SSL, but the certificate is not validate.

for Mac I have a class to do this: NSURLRequestCertificateFilterMBS

see
http://www.monkeybreadsoftware.net/class-nsurlrequestcertificatefiltermbs.shtml

Danke Christian

Make sure your users are aware of that.

It is currently only for my own app. But thanks for the note.