Use case: coinbase fix api
info
-
Artio solution does not support SSL/TLS. use stunnel and haproxy
flowchart LR Artio["Artio<br/>(plain TCP, no TLS)"] --> HAProxy["haproxy"] --> Stunnel["stunnel<br/>(TLS termination)"] --> Coinbase["Coinbase FIX endpoint<br/>(TLS required)"]Artio speaks plain TCP;
stunnelis what actually wraps the connection in TLS before it reaches Coinbase, withhaproxyin front for routing/load-balancing. -
use openssl to verify connection to Sandbox fix endpoint