I am looking for someone to assist with an stunnel configuration on windows that will accept TLS1.2 connections and then send them unencrypted to an IP and port. I would need to get it working within the next week or so and am available most times if scheduled.
Thank you.
Gary Jackson
Sent from my mobile
On Fri, 9 Sep 2022 18:30:58 +0000 Gary Jackson gjackson@itguynetworks.com wrote:
I am looking for someone to assist with an stunnel configuration on windows that will accept TLS1.2 connections and then send them unencrypted to an IP and port. I would need to get it working within the next week or so and am available most times if scheduled.
Hi,
It is quite straightforward and the manual is quite easy to understand, also, there are quite a few examples in the list too :)
[service name or, in other words, what would do stunnel in this case] ; to set server mode, aka listening client = no ; where would accept connections ; if you are behind a NAT, you should NAPT the desired port ; on router too accept = IP:port ; where to send back the data it receives, after decrypt, in text ; plain; the program that listens to connect = IP:port ; if you want to enforce some SSL/TLS version sslVersion = TLSv1.2
You don't need anything else. Fill in "the blanks".
And if you want further settings... well, is all there, in the manual.
Regards.