Top "Stunnel" questions

Stunnel is a proxy designed to add TLS encryption functionality to existing clients and servers without any changes in the programs' code.

Why connection to localhost is refused?

I have a server, to which a client machine connects. Recently I decided to encrypt the connection with stunnel, so …

java url networking localhost stunnel
how create a service for installed STUNNEL on CentOS 5.10

i have installed stunnel in my centos machine like below : yum install stunnel -y openssl genrsa -out privkey.pem 2048 openssl …

linux service centos startup stunnel
Secure WebSocket (wss://) doesn't work on Firefox

I have a working WebSocket non secure application. But my website uses https and I need a Secure WebSocket connection …

php html firefox websocket stunnel
Reduce duplication in haproxy acl with multiple frontend sections

I'm using haproxy with stunnel handling SSL (and using the proxy mode to preserve the original IP from haproxy). I …

haproxy stunnel
Certificate issue: SSL page brings up "you need to set a lock screen pin or password before you can use credential storage" on Android

We've setup the certificates on our server and when requesting https://www.ourserver.org, Android (whatever the browser used) shows …

android ssl https certificate stunnel
Running a sudo command line in the start of Mac OS X

I am using a Mac OS X - Snow Leopard. And to connect in our CVS we need to start …

macos osx-snow-leopard osx-leopard stunnel
Unable to connect to a websocket

I created a PHP websocket using Ratchet. This Websocket is running on port 8080 of my internal server 10.0.4.160. I am trying …

javascript jquery ssl websocket stunnel
SslStream client unable to complete handshake with stunnel server

I have a fully operational system where openssl based clients interact with an openssl server. Each client have its own …

c# .net openssl sslstream stunnel
Configuring stunnel and openssl on Windows to support TLS 1.2

I'm having trouble enabling TLS 1.2 connections on a Windows (environment has both Windows 2008 and Windows 10 environments) platform. Currently, my private …

windows openssl pfx pkcs#12 stunnel
How can I test stunnel?

I've created a conf file for a connection to an address and port for stunnel whose location is in /usr/…

ubuntu stunnel