SecureBridge 9.0.2 Websocket problem
Posted: Wed 08 May 2019 08:34
I`m testing SecureBridge trial, websocket component.
TScWebSocketClient on connect procedure says:
"The other side has sent failure alert :[70] "
Delphi Rio Update 1, windows vcl app
server - nginx, config:
ssl_protocols TLSv1.3;
ssl_prefer_server_ciphers on;
ssl_ciphers TLS13-CHACHA20-POLY1305-SHA256:TLS13-AES-128-GCM-SHA256:TLS13-AES-256-GCM-SHA384:ECDHE:!COMPLEMENTOFDEFAULT;
ssl_ecdh_curve secp384r1;
server woks fine (ssllabs.com/ssltest - A+)
websocket client in chrome browser works fine
TScWebSocketClient on connect procedure says:
"The other side has sent failure alert :[70] "
Delphi Rio Update 1, windows vcl app
server - nginx, config:
ssl_protocols TLSv1.3;
ssl_prefer_server_ciphers on;
ssl_ciphers TLS13-CHACHA20-POLY1305-SHA256:TLS13-AES-128-GCM-SHA256:TLS13-AES-256-GCM-SHA384:ECDHE:!COMPLEMENTOFDEFAULT;
ssl_ecdh_curve secp384r1;
server woks fine (ssllabs.com/ssltest - A+)
websocket client in chrome browser works fine