Fetching WorkItem from RTC
Hi,
I am trying to fetch WorkItem details from RTC with my C# coding I am using Web request to get response. But getting error "The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel." Please suggest me what is process to fetch details. Please send me if you have any sample for the same Thanks Chandan |
One answer
To "establish trust" one must incorporate the target's certificate as a trusted signer in the key store used by the client application. It's been a long time since I've done any C language programming, but the secure socket library ought to have some description of how to incorporate a server certificate into the key store used by the client library. It might also be possible in the C library for your socket connection to specify a "don't care" for the trust.
In a Java context one could use the InstallCert application ( google it, there are many examples ) to get the server certificate into the needed file. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.