Which version of SSL should I use, when connect the CTrader server?
Which version of SSL should I use, when connect the CTrader server?
14 Nov 2018, 05:08
Which version of SSL should I use, when connect the CTrader server?
Replies
PanagiotisCharalampous
19 Nov 2018, 11:24
Hi ggan,
We have some Java tutorials here.
Best Regards,
Panagiotis
@PanagiotisCharalampous
viniciusfre
30 Mar 2019, 15:24
Hi,
I am building a C++ code in order to use open API 2.0. Do I have connect to ctrader servers using SSL or could be plain text without any encryption?
Is there a flow diagram explaining how to connect to servers?
@viniciusfre
PanagiotisCharalampous
02 Apr 2019, 11:31
Hi viniciusfre,
You need to use SSL. There is no flow diagram but you can see the sequence of messages in our example application.
Best Regards,
Panagiotis
@PanagiotisCharalampous
66281850
04 Jul 2019, 18:04
RE:
Panagiotis Charalampous said:
Hi ggan,
Thanks for posting in our forum. May I ask why do you need this information? This is usually handled automatically by the libraries you use to connect e.g. SslStream.
Best Regards,
Panagiotis
I have the same problem. I am a c++ developer。I built a connection to the ctrader server based on the c++ boost::asio::ssl library. But it failed when ssl handshake.
There are a lot of parameters to set in C++.
@66281850
PanagiotisCharalampous
14 Nov 2018, 10:30
Hi ggan,
Thanks for posting in our forum. May I ask why do you need this information? This is usually handled automatically by the libraries you use to connect e.g. SslStream.
Best Regards,
Panagiotis
@PanagiotisCharalampous