[QFJ-672] Using stunnel with banzai and executor Created: 19/Mar/12  Updated: 10/Oct/12  Resolved: 10/Oct/12

Status: Closed
Project: QuickFIX/J
Component/s: Networking
Affects Version/s: 1.5.2
Fix Version/s: None

Type: Other Priority: Major
Reporter: Andreea Ion Assignee: Unassigned
Resolution: Not a bug Votes: 0
Labels: QuickfixJ
Environment:

Windows 64, eclipse,jdk 7



 Description   

Can you tell me if I can use stunnel to make the connection between banzai-executor (banzai is on one computer and executor on another computer)?

------------here is my stunnel.conf for acceptor:

cert = stunnel.pem
key = stunnel.pem
output =stunnel.log

; Socket parameters tuning
socket = l:TCP_NODELAY=1
socket = r:TCP_NODELAY=1
socket = l:SO_KEEPALIVE=1
socket = r:SO_KEEPALIVE=1

[FIX]
accept = 24800
connect = 192.168.2.213:25800

----------stunnel.conf for initiator:
cert = stunnel.pem
key = stunnel.pem

output = stunnel.log

; Socket parameters tuning
socket = l:TCP_NODELAY=1
socket = r:TCP_NODELAY=1
socket = l:SO_KEEPALIVE=1
socket = r:SO_KEEPALIVE=1

[FIX]
client = yes
accept = 25800
connect = 24800



 Comments   
Comment by Christoph John [ 10/Oct/12 ]

Please discuss this on the mailing list.
http://www.quickfixj.org/support/

Thank you!

Generated at Sat May 04 00:31:47 UTC 2024 using JIRA 7.5.2#75007-sha1:9f5725bb824792b3230a5d8716f0c13e296a3cae.