RTC Forums
November 23, 2024, 08:44:45 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
>
WebSocket over SSL
Pages: [
1
]
« previous
next »
Print
Author
Topic: WebSocket over SSL (Read 4323 times)
ISIGest
RTC Expired
Posts: 121
WebSocket over SSL
«
on:
May 18, 2017, 12:19:40 PM »
Hi Danijel, Ive a NodeJS WebSocket server listening on a custom port SSL.
I try you demo by changing the HTTPClient setting the UseSSL but it does not work.
Can you help me please?
Logged
D.Tkalcec (RTC)
Administrator
Posts: 1881
Re: WebSocket over SSL
«
Reply #1 on:
May 18, 2017, 01:11:44 PM »
Because WebSockets ONLY work over
socket-based APIs
(WinSock on Windows, POSIX on all other platforms), for the
TRtcHttpClient
component to work with WebSockets, you have to leave its "
useSSL
", "
useProxy
", "
useWinHTTP
" and "
UserLogin
" properties at their default values (FALSE or unassigned). Assigning any other value to one of these properties makes it impossible to use that component for WebSockets. If you need WebSockets over SSL, you have to use a 3rd-party encryption plugin (StreamSec Tools/Mobile from StreamSec or SecureBlackBox from Eldos) to add SSL/TLS encryption to your connection component.
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...