Details
-
Type: Other
-
Status: Closed
-
Priority: Major
-
Resolution: Not a bug
-
Affects Version/s: 1.5.2
-
Fix Version/s: None
-
Component/s: Networking
-
Labels:
-
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