I have my wordpress site hosted on a VPS with SSL activated via letsencrypt.
I have partnered with a third party (kowledgebase.ai) who basically provides us with a service (host a database of Q&As that our customers may want to look at before asking help from our support). Essentially, they give us an opportunity of selected a subdomain of our choice and point it to their servers.
That makes me think that they don’t have a valid certificate for your subdomain assigned to that aisg server. Some hosts do this, but others may force you to set SSL to Full (not strict).
Did you configure their service to let your specific “support” subdomain CNAME to them?
You are more than likely correct. I do not thing they have SSL for a subdomain.
See the attached pic of the ONLY thing I was able to pull out from their docs!
So how can I accomplish this. I have Vultr with nginx as the server setup.
I doubt I need to add anything to my nginx server config as the subdomain never touches my server.
I guess i need to proxy pass the subdomain to aisg.kb.help somehow …