Questions tagged [stunnel]

Stunnel is a proxy designed to add TLS encryption functionality to existing clients and servers without any changes in the programs' code. Its architecture is optimized for security, portability, and scalability (including load-balancing), making it suitable for large deployments.

Stunnel is a proxy designed to add TLS encryption functionality to existing clients and servers without any changes in the programs' code. Its architecture is optimized for security, portability, and scalability (including load-balancing), making it suitable for large deployments.

Stunnel uses the OpenSSL library for cryptography, so it supports whatever cryptographic algorithms are compiled into the library. It can benefit from the FIPS 140-2 validation of the OpenSSL FIPS Object Module, as long as the building process meets its Security Policy. A scanned FIPS 140-2 Validation Certificate document is available for download on the NIST web page. The Windows binary installer is compiled with FIPS 140-2 support. The FIPS mode of operation is no longer enabled by default since stunnel 5.00.

Stunnel is a free software authored by Michał Trojnara. Although distributed under GNU GPL version 2 or later with OpenSSL exception, stunnel is not a community project. We retain the copyright of the source code. Please contact us for commercial support or non-GPL licenses. Free, community-based support is also available via stunnel-users mailing list.

162 questions
0
votes
1 answer

Does TLS client ever require a certificate installation?

In a TLS communication I always thought the server would send the public certificate to the client during the handshake process. However, I received a request from a provider asking us to manually install a certificate in order to initiate a TLS…
The_Black_Smurf
  • 5,178
  • 14
  • 52
  • 78
0
votes
1 answer

Elixir: Redix package does not work with SSL on CentOS 7

I setup Redis 5.x with stunnel to accept SSL connections from client. The setup is pretty straightforward, and I just follow the instruction from Redis site. It is something like: stunnel accepts client requests via SSL connection and forward to…
Châu Hồng Lĩnh
  • 1,986
  • 1
  • 20
  • 23
0
votes
0 answers

Enable cipher in sTunnel

I have a webservice running on a Windows Server 2012R2 with sTunnel 4.52 installed. I can post to https with no problems, but another company need to post to the same web server and they say that they can't because SSL verification. I'm told that I…
Kim HJ
  • 1,183
  • 2
  • 11
  • 37
0
votes
0 answers

Turn off SSL certificate verification in Delphi

I have a Web Service running on Windows Server 2012R2 with sTunnel. When using Postman I have to turn of SSL verification for it to work or I get a: no connection error. Some of my client using our Delphi Windows application get the Error HTTP 1.1…
Kim HJ
  • 1,183
  • 2
  • 11
  • 37
0
votes
0 answers

SSL Error - wrong version number (HTTPS to HTTP)

I receive an error when i try to "redirect" and https request to http by a stunnel server. construction: flask server: serve https which includes an button with a https request to another server (stunnel4). stunnel: receives the request and redirect…
Patrick
  • 51
  • 2
  • 13
0
votes
1 answer

docker: vimagick/stunnel ==> /entrypoint.sh: line 21: openssl: not found

I am working on a ubuntu 18.04.4 LTS VM, where I have docker and docker-compose installed. I am using a vimagick / stunnel image to build a tunnel against a client for quickFix services. Problem: In a new installation, when I raise the…
Lucas trek
  • 13
  • 3
0
votes
1 answer

Unable to create seemingly simple stunnel configuration

I have a computer at work that is behind a firewall with an internal ip address of 192.168.12.13... the firewall maps ports 40000 - 40019 to matching ports on this local machine. (e.g. 40000 - 40000, 40001 - 40001, etc...) And, let's define the…
Brian Rice
  • 3,107
  • 1
  • 35
  • 53
0
votes
2 answers

How to stop stunnel in linux server(using terminal only), other than killing pid

We have configures our stunnel properly in Ubuntu 16.04 , also it is starting properly we are getting our data in application which comes from stunnel server. Although I cannot find any proper way to stop stunnel. I tried killing the pid of stunnel…
0
votes
2 answers

Stunnel cert rejected

Don't ask me why but a customer of ours insists on using Virtual Access as an email client. (yes, the very old one from 2008) This requires STunnel as it's so lame it doesn't handle SSL. It had been working fine until two days ago when it just…
user757392
  • 5
  • 1
  • 5
0
votes
1 answer

Stunnel with Redis Sentinel

Ok so allegedly Redis Setninels now work with TLS. I have the Master and Slaves replicating fine with stunnel. However, I'm unable to get the Sentinels to communicate with eachother as well as the Master. I have 1 Master, 2 Slaves and 3…
Mangaku
  • 9
  • 1
0
votes
2 answers

Failed to initialize TLS context

I have installed stunnel version stunnel-5.43.tar.gz on linux server. after assign certification path and stunnel.conf file, my stunnel is not able to start due to tlsversion . see this is my stunnel.conf: [abc] client = yes cert =…
0
votes
1 answer

Is there a way to check if stunnel is running from javascript?

I would like to check that stunnel is running and was wondering if there was some way to figure that out from a chrome extension.
ycomp
  • 8,316
  • 19
  • 57
  • 95
0
votes
2 answers

Stunnel SSL23_GET_SERVER_HELLO Error

I am trying to set up stunnel so i can access my IIS static website (http://localhost) I want to access it via 'https://localhost:443'. Here is my conf file : [https] client= yes accept = 443 connect = 80 debug = 7 sslVersion = all cert =…
Tom Mart
  • 57
  • 3
  • 14
0
votes
1 answer

How to fix "Service [XXX]: SSL server needs a certificate" on an Stunnel server?

I had an Stunnel server configuration that was working fine last week. It seems that after a sudo apt-get update && sudo apt-get upgrade that is not the case anymore. Version: $ ls -la /usr/bin/stunnel ?????????? 1 root root 8 Xxx XX 2016…
sargas
  • 5,820
  • 7
  • 50
  • 69
0
votes
0 answers

Stunnel with NOCERT option

I want to use stunnel without certificate.I found following OCSPflag=NOCERT I tried above but unable to start stunnel . Is there any other option to run stunnel without certificate. If i would use stunnel without certificate would that be…
user1047873
  • 230
  • 3
  • 8
  • 28