Trying to integrate with a trading partner who hav...
# integrations
e
Trying to integrate with a trading partner who have their own API endpoint. When I make the https POST call to their endpoint, I’m getting back an INVALID_HOST_CERT error message. This tells me that when NS validates their SSL certificate, it is unable to. Anyone have experience with these situations?
b
thats the error you get for invalid certificates or tls versions
unless your partner is able to get a different certificate (or upgrade tls) you will need to get something else to do your integration
e
Thanks @battk for mentioning TLS versions because that would certainly make a difference. Their certificate certainly looked legit so the TLS angle makes sense.
They checked their config and they have it configured for TLS1.2. They also checked their certificate and everything checks out. Not sure where else to look for this…
b
whats the url?