RTC Forums
March 29, 2024, 06:39:23 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
 
   Home   Help Login Register  
Pages: [1]
  Print  
Author Topic: Proxy and CryptPlugin  (Read 1787 times)
AH
RTC License
***
Posts: 1


« 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
Logged
D.Tkalcec (RTC)
Administrator
*****
Posts: 1881


« Reply #1 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
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2015, Simple Machines Valid XHTML 1.0! Valid CSS!
Page created in 0.023 seconds with 17 queries.