For sources see stunnel original distribution including sources
For stunnel licensing see LICENSE.md.
This is a subset of official stunnel distribution preconfigured to create tunnel to eet endpoint to handle TLS 1.1 requirement on older systems.
To start tunnel in console window run:
tstunnel eet.conf
To start tunnel in background run:
stunnel -quiet eet.conf
To run tunnel as a service run (admin privs needed) following command to install a service:
stunnel -install eet.conf
then start the service (admin privs needed) with:
stunnel -start
use netstat to check if the service listens:
netstat -a -o -n
and in the output you should see line like this (port depends on your config, PID will differ)
TCP 127.0.0.1:27541 0.0.0.0:0 LISTENING 4144
When stunnel is running access EET endpoint at http://localhost:27541/eet/services/EETServiceSOAP/v2
The port number in the URL depends on this line in eet.conf
:
accept = 127.0.0.1:27541