SocketConnectPort=5201 (plain text) works, but 5211 (SSL) does not

Created at 19 Feb 2021, 14:42
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
ER

ertul

Joined 19.02.2021

SocketConnectPort=5201 (plain text) works, but 5211 (SSL) does not
19 Feb 2021, 14:42


This works, in Quickfix config file:

TargetSubID=QUOTE
SocketConnectPort=5201
SocketConnectHost=h24.p.ctrader.com

But this does not:

TargetSubID=QUOTE
SocketConnectPort=5211
SocketConnectHost=h24.p.ctrader.com

 

 


@ertul
Replies

ertul
19 Feb 2021, 14:47

(Error message: socket error: connection reset by peer)


@ertul

PanagiotisCharalampous
19 Feb 2021, 15:55

Hi emmanuel.schaer,

Can you reproduce this problem using FIX API Sample?

Best Regards,

Panagiotis 

Join us on Telegram 

 


@PanagiotisCharalampous

ertul
19 Feb 2021, 17:04

Is there a code example in C++ on Linux ?


@ertul

PanagiotisCharalampous
22 Feb 2021, 07:59

Hi emmanuel.schaer,

Unfortunately we do not have a C++ example at the moment.

Best Regards,

Panagiotis 

Join us on Telegram 


@PanagiotisCharalampous