Hi,
I am trying to follow this example to connect to the RDP API through some simple Go client:
https://github.com/Refinitiv/websocket-api/blob/master/Applications/Examples/RDP/go/market_price_rdpgw_client_cred_auth.go#L262-L264
Now, when I remove the "InsecureSkipVerify" parameter, the requests to Refinitiv fail with "Internal Service Error" id e0ca91aa-68d5-493e-8ec0-c1b2ac617df5.
What is the right way to set up TLS between our client and Refinitiv? I cannot find the relevant information in the Refinitiv Real Time Optimized guide.