HTMLViewer minimalistic security

The Security changed even in the HTMLViewer seems rather minimalistic.
On what is the ‘isSecure’ status based? And how can it be verified?
Are there any plans to improve this in future releases?
Or is there a known way to check a certificate validity for example?

We may be able to add something.
Mac? Win? Linux? iOS?

Thanks Christian, That would be nice.

Mac & Windows

If I would not find something ready available, what I would do is make a separate secure socket routine and try to mimic what this does: curl --insecure -v https://www.freeworldpeople.org 2>&1 | awk 'BEGIN { cert=0 } /^\* Server certificate:/ { cert=1 } /^\*/ { if (cert) print }

Thanks Christian,

I already found my way to work this way 99% of the cases. No problem. But also find myself (not frequent) tweaking JavaScrips, HTML/CSS generators and such.
It is just a suggestion that might help Xojo to improve.