Is this the same as SSL Labs?
It is the quick version: expiry, chain, hostname, key, signature and protocol. SSL Labs (and PulseTrace's SSL/TLS Security monitor) additionally probes legacy protocols, weak cipher suites, revocation and more, and grades the result.
Can I check a non-443 port?
Yes — append the port: mail.example.com:465 for SMTPS, :993 for IMAPS, :8443 for an admin panel. STARTTLS ports (25, 587, 143) are not supported because they need a protocol handshake first.
Why does it say the chain is not trusted when my browser is happy?
Browsers cache intermediates from other sites; a fresh client does not. If the server omits an intermediate, some clients (curl, mobile apps, mail servers) will fail. Fix the server's chain file.
Does the check use my IP?
No — the handshake is made from PulseTrace's server, so the certificate you see is what a public client sees.