Hello,
We are encountering the below exception when trying to connect to the RTO endpoint for service discovery:
Failed to query RDP service discovery for Refinitiv Rto. Error text: failed to submit authorization request, exception = Certificate for <api.refinitiv.com> doesn't match any of the subject alternative names: [eu-west-1-aws-1-sm.optimized-pricing-api.refinitiv.com, eu-west-1-aws-1-sm.optimized-pricing-api.refinitiv.biz, eu-west-1-aws-1-sm.optimized-pricing-api.refinitiv.net, eu-west-1-aws-2-sm.optimized-pricing-api.refinitiv.biz, eu-west-1-aws-2-sm.optimized-pricing-api.refinitiv.com, eu-west-1-aws-2-sm.optimized-pricing-api.refinitiv.net, eu-west-1-aws-3-sm.optimized-pricing-api.refinitiv.biz, eu-west-1-aws-3-sm.optimized-pricing-api.refinitiv.com, eu-west-1-aws-3-sm.optimized-pricing-api.refinitiv.net]
The configuration that we are using is as below:
REFINITIVRTO_AUTHENTICATION_URL = https://api.refinitiv.com/auth/oauth2/v2/token
REFINITIVRTO_SERVICE_DISCOVERY_URL = https://api.refinitiv.com/streaming/pricing/v1/service-discovery
REFINITIVRTO_SERVICE_DISCOVERY_LOCATION = eu-west-1
One important thiong to note is that this exact same configuration works fine in one of our environments, but throwing the above exception in another.