According to
this MSDN article, 12157 is a WinInet error code for
ERROR_INTERNET_SECURITY_CHANNEL_ERROR, which basically means that the application experienced an internal error loading the SSL libraries. Since that is a WinInet API issue, there is not much I can do about it, but ... you could try using the WinHTTP API on that PC by setting "useWinHTTP=TRUE" on the TRtcHttpClient component, or ... you could try using 3rd-party encryption components (StreamSec Tools) for SSL encryption on that PC.