Hello,
I am trying to establish python api connection to refinitiv dataplatform.
I have already installed refinitiv-dataplatform library for python (https://pypi.org/project/refinitiv-dataplatform/).
I am trying to establish connection throught following command:
rdp.open_platform_session( 'token', rdp.GrantPassword( 'user', 'password' ) )
Unfortunately, I gets following error in response: "2021-01-19 13:50:01,725 - Session session.platform - Thread 44920 | MainThread [Error -1 - ConnectError] b'[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1123)'".
Could i kindly ask you to help me understand and solve this problem?