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
3 answers

Stunnel syntax on CentOS?

I am trying to correct the following stunnel syntax for CentOS 6.x: stunnel -c -f -d 1143 -r imap.foo.tld:993 -P '' The proposed syntax of is not working: -c: No such file or directory (2) To take care of XY problem concerns: I need to migrate…
Magistar
  • 111
  • 9
0
votes
1 answer

Can a log file on the /var filesystem cause an application crash

I am running AIX 7.1 on a Power processor and was installing the stunnel application to provide some secure connections for our SAP applications. I ran into an unusal problem. The AIX version of stunnel had to be upgraded because the version that I…
0
votes
1 answer

Stunnel doesn't accept client reconnection

I am using Stunnel to connect to a server with TLS encryption. I start Stunnel, then I use any client to connect to Stunnel (e.g. telnet) and everything works fine. If I close the client the connection with the server remains active, the connection…
rodripf
  • 575
  • 2
  • 11
  • 24
0
votes
1 answer

Stunnel secure wss websocket to unsecure ws socket

I recently changed my site to use SSL. What I have is an old websocket server script listening on port 9300 which is then called by the client's browser using javascript through ws. Now that my site has changed to https I have to call a wss but it's…
Gilles Lesire
  • 1,237
  • 17
  • 33
0
votes
1 answer

Update Stunnel on CentOS

I connect to a service using stunnel version 4.29, the providers of this service disabled connection via stunnel 4.29. This now requires i update my stunnel from the WHM. i updated using yum update stunnel Loaded plugins: fastestmirror,…
user297056
  • 23
  • 8
0
votes
1 answer

Docker Stunnel - Finding the IP address

When creating a new container, docker will also create a new IP address. I'd need this IP address for the config file of my stunnel. In other words, how do I setup stunnel with docker properly?
Kousha
  • 32,871
  • 51
  • 172
  • 296
0
votes
1 answer

PHP Websocket SSL Stunnel "bad certificate" with OpenSSL signed certificate

I know there are many other questions like this one but after days of tries i have no more ideas for solve the problem. I'm experiencing Websocket connection for the first time, i need to build a simple Chat and for do this i'm trying…
MattC
  • 447
  • 6
  • 21
0
votes
1 answer

CVS in cmd/gui works only the third time I run a command

I'm using CVS in the command line. I'm in my repository folder. When I call a CVS command, I get... cvs [log aborted]: unrecognized auth response from localhost: -f [pserver aborted]: /opt/cvs/XXXXXX: no such repository ...2 times. The third time I…
0
votes
1 answer

Sending email with blat does not work even with stunnel

I've been looking everywhere for this answer and have had no luck! I went to http://www.jeffkastner.com/2010/01/blat-stunnel-and-gmail/ and followed it step by step. Stunnel installed, installed service and started service successfully but blat…
0
votes
1 answer

Stunnel on Ubuntu 14.04 despite a clean restart

I am using stunnel4 on Ubuntu 14.04 to forward a connection to a remote connection securely. I restarted the stunnel service and it appears to be running with no issues, but I can not open a connection to 127.0.0.1:8888. $/etc/init.d/stunnel4…
nightTrevors
  • 639
  • 4
  • 11
  • 24
0
votes
1 answer

stunnel entry in /etc/shadow file

I have an unknown entry in my /etc/shadow file stunnel4:!:11111:0:99999:7::: (11111) are numbers that I removed. Can somebody explain me what application will add this entry under ubuntu 14.04? This entry is not added if I install ubuntu on a new…
0
votes
2 answers

Redirecting from outgoing loopback traffic - is it possible?

I have 2 kinds of proxies in my local machine : stunnel and TOR-VPN. stunnel is listening on port 6666 TOR-VPN is listening on port 9040 I want to get web traffic to go to stunnel first and the output traffic of stunnel go to tor-vpn. This needs…
amin.2014
  • 11
  • 2
  • 6
0
votes
3 answers

Stunnel error: no start line

I have a client application. The server application gave me a PEM file, and require me to connect using SSL. I use stunnel and specified the certification file to be the PEM file, and set client=yes. When I run stunnel I see the following error at…
szli
  • 36,893
  • 11
  • 32
  • 40
0
votes
1 answer

how-to tunnel a secure websocket (wss://) to insecure websocket (ws://) ( stunnel ? ) on linux

I have an ancient socket server script, which can only use unsecure ws:// sockets. I upgraded my site to use https:// , and websocket connections to ws:// are not possible anymore, browsers generate an error message, that the connection is blocked…
user1978645
  • 23
  • 1
  • 8
0
votes
1 answer

Sending email failed using sendmail. STARTTLS issue. using GMail server

I'm trying to send e-mail by local. I'm using Windows 8.1 , Apache, PHP, Sendmail, Stunnel following this site I aslo followed this page But I couldn't send e-mail. Following log is shown. allocated memory : 8.08 MB command line :…
mkjwa
  • 141
  • 2
  • 11
1 2 3
10
11