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
battk
12/05/2020, 7:44 PM
thats the error you get for invalid certificates or tls versions
battk
12/05/2020, 7:47 PM
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
Eric B
12/06/2020, 1:19 PM
Thanks @battk for mentioning TLS versions because that would certainly make a difference. Their certificate certainly looked legit so the TLS angle makes sense.
Eric B
12/07/2020, 7:32 PM
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…