Can I view my ssl FQDN? How do I fix the mismatch

You can use the openssl command to decode and print certificate contents

openssl x509 -noout -text -in example.com.pem

You should be able to find the DNS names listed on the cert in the Subject Alternative Name: sectilon.