RTC Forums
November 21, 2024, 05:05:12 PM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Login
Register
RTC Forums
>
Subscription
>
Support
>
Proxy and CryptPlugin
Pages: [
1
]
« previous
next »
Print
Author
Topic: Proxy and CryptPlugin (Read 4273 times)
AH
RTC License
Posts: 1
Proxy and CryptPlugin
«
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
Re: Proxy and CryptPlugin
«
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
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Dashboard
-----------------------------
=> General
=> 3rd-Party
=> Quick Start
-----------------------------
Subscription
-----------------------------
=> Support
Loading...