Skip to main content

Questions tagged [stunnel]

The tag has no usage guidance.

0 votes
1 answer
402 views

Running multiple virtual hosts behind stunnel

I am currently running a setup designed to let me ssh into my server through firewalls, using stunnel and port 443, while also running a webserver from that same machine. This is demonstrated in the ...
Iron filings's user avatar
0 votes
0 answers
2k views

Configuring Stunnel on windows - TLS error for certificate

I can't get Stunnel (5.69) to start on Windows 2022 server. I have a Sectigo certificate with full chain that is PEM-encoded but I get this error: Server is down [ ] Initializing inetd mode ...
Max Gordon's user avatar
0 votes
1 answer
235 views

Can stunnel use the OS's certifificate store?

I'm using stunnel in "client" mode to enable my non-SSL client to connect to an SSL server (it's using FIX protocol). My set up works fine if I disable verification but then of course I'm ...
GranBurguesa's user avatar
0 votes
0 answers
617 views

What's a way to proxy an https site to an http endpoint?

I've got a piece of software that doesn't support https, only http. I'm trying to access a secure website from it. I want to create an endpoint at http://localhost:80 to https://securesite.com (443). ...
chrism2671's user avatar
  • 1,599
0 votes
0 answers
642 views

Stunnel a web service client configuration error

In Stunnel,I have this configuration: [ws] client = yes accept = 127.0.0.1:80 connect = webservice.it:443 I make a http request to 127.0.0.1:80 and I want that stunnel redirect to webservice.it:443. ...
user1107378's user avatar
4 votes
2 answers
7k views

Self-signed certificate with stunnel on linux

I'm trying to connect to an application over stunnel 5.44 on ubuntu 18.04. I'm using a config from a setup that is working on Windows and MacOS. It seems like the client is rejecting the authorisation ...
kerzane's user avatar
  • 141
1 vote
0 answers
165 views

Is there a stunnel / other SSL tunnel equivalent of "ssh -D"?

I am trying to find a way to set up an SSL tunnel and use a SOCKS proxy in the same matter that I am using ssh -D <port>. Is there any equivalent of doing so using stunnnel? I am using a linux ...
Danny's user avatar
  • 11
0 votes
1 answer
789 views

OpenVPN through stunnel routing issues

I know this has been asked and answered many times, but i just can't make it work: I have a raspberry pi as an stunnel and openvpn server and an ubuntu client but although the connections seem correct,...
javier's user avatar
  • 11
2 votes
1 answer
11k views

How stop-start-restart-status stunnel as a service on centos 7.6

I've installed stunnel 4.5 on centos 7.6. sudo yum -y install stunnel Now i want to stop-start-restart-status stunnel as a service on centos 7.6. The command below does not work : systemctl ...
SilverLight's user avatar
  • 1,374
0 votes
2 answers
100 views

Tunnel secure TCP server

Which software can be used to protect (by password/certificate) access to tcp server (e.g. webserver)? background: the tcp server software has no authentication and cannot be modified. the service ...
user948773's user avatar
-2 votes
1 answer
172 views

Is it possible to have stunnel listen to specific path?

I am able to configure Stunnel to listen for 'myserver:port', however I'd like to be able to have Stunnel listen for a specific path e.g. 'myserver:port/path' Does anyone happen to know if this is ...
argituri's user avatar
1 vote
0 answers
92 views

Is there a way to specify certs/Key content in stunnel configuration

I have a requirement where in I cannot specify the certificate and/or private key details as "files" to stunnel configuration, owing to the location and/or file system availability for stunnel to ...
HVR's user avatar
  • 11
3 votes
0 answers
5k views

"Connection reset by peer" in both Stunnel server and client side

I'm trying to establish a Stunnel link between to system; a Linux server and a Windows client. Stunnel server and client show in their logs that they can reach each other but then they show the "...
Reza Same'ei's user avatar
1 vote
0 answers
219 views

Is it possible configure stunnel to accept any port

This is my stunnel conf located in /etc/network.d/stunnel.conf [servertunnel] accept=127.0.0.1:5001 connect=$server:5002 EOF Here I want to change the port number to any port number. Because the ...
danglingpointer's user avatar
0 votes
1 answer
3k views

Is there a way to define a port range in Stunnel?

I have multiple clients on the same box that will connect to the same domain. Each client needs to go through a different port. I can just define the entries multiple times, but is there an easier way ...
ajoseps's user avatar
  • 113

15 30 50 per page