RTC Forums

Subscription => Support => Topic started by: AH on March 30, 2022, 01:42:15 PM



Title: Proxy and CryptPlugin
Post by: AH on March 30, 2022, 01:42:15 PM
Hello,

I use 3rd party StreamSec plugin but I see that in case of using such CryptPlugin proxy setting are ignored.
 {$IFDEF RTC_useSockets} if assigned(FCryptPlugin) then Create_Socket else {$ENDIF}  in rtcHttpCli .
I could not find any explanation for that.
Is there any way to get it working with proxy?

Thanks


Title: Re: Proxy and CryptPlugin
Post by: D.Tkalcec (RTC) on March 30, 2022, 02:02:43 PM
Proxy support is provided either by using the WinInet API (useProxy=TRUE) or the WinHTTP API (useWinHTTP=TRUE), both of which have SSL support integrated, without using 3rd-party Encryption plugins. If you need your Clients to work with a Proxy and use SSL, then you will NOT be using the CryptPlugin on the Client side (CryptPlugin property has to be left empty = unassigned). If you do assign the CryptPlugin property on the Client side, then you will be using the WinSock API, which does NOT have Proxy support.

Best Regards,
Danijel Tkalcec