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

SSL connection for website hosting under THTTPD

all, I have a website which can be accessed via HTTP well at port 86. Now it is required to add SSL to secure the connection. This website is served with thttpd web server which, yes, has no SSL support. I searched a lot through google then.…
lyonsun
  • 47
  • 1
  • 2
  • 11
0
votes
0 answers

Forward port 8000 apache traffic to https using varnish

I'm currently trying to work out the best way to forward all traffic from apache to run via https but it doesn't always direct to https Current setup Stunnel to terminate https varnish forwarding taffic on apache running on port 8000 IN Varnish I've…
Grimlockz
  • 2,541
  • 7
  • 31
  • 38
0
votes
1 answer

Bind error after stunnel restart on ios

I have an stunnel build for iOS and it works perfectly, but when I try to restart it app crashes. I'm starting it with pthread_create. Here is the code to restart. int ret; ret = pthread_cancel(old_threadID); if (ret != 0) NSLog(@"%i",…
Dimson
  • 99
  • 11
0
votes
1 answer

Stunnel Configuration and Startup

Please help me to install the stunnel in redhat linux. please share the steps I installed the stunnel using yum install stunnel.But I am not able to start the service.please help me
user01
  • 81
  • 1
  • 5
0
votes
1 answer

stunnel is not accepting incoming request from other machine

I have Machine A where stunnel is running. I am sending data on port of Machine A from Machine B but stunnel is not listening this port when request comes from different machine. It works fine when I send request on same port from local…
Neeraj Kaushik
  • 354
  • 1
  • 5
  • 20
0
votes
0 answers

Linux Tunnell Through Nat Via Custom Proxy

I am currently working on some design concepts that would see me have the requirements for the following type of system. In short I am looking at ways to Tunnel a connection through NAT similar to VPN but without the complexity. I have a small…
pjf
  • 183
  • 1
  • 1
  • 10
0
votes
1 answer

how to make haproxy to pass https request to backend server?

I have used HAproxy for load balancing and used Stunnel for SSL . I have used tomcat as container(backend server) . In my configuration Stunnel + HAproxy is on one machine (ubuntu 12.04 ) and tomcat is on other machine. The web application which is…
Hitesh
  • 375
  • 6
  • 17
0
votes
0 answers

Django Runserver with SSL

I've been trying to follow the instructions for using django runserver with ssl through stunnel listed here: How can I test https connections with Django as easily as I can non-https connections using 'runserver'? but am having some trouble. I have…
mythander889
  • 915
  • 5
  • 16
  • 23
0
votes
1 answer

Enable port 8443 on remote machine for https access

There is a tomcat6 server which is enabled for https access on port 8443 with settings on tag of server.xml file. It is as shown below:
-1
votes
0 answers

SSL_accept error on stunnel4 status logs, can anyone suggest a fix?

I'm trying to create a tunnel over a VPS using ssh, certificate is installed but got some error on stunnel4 about ssl routines, testing to connect via http injector I can't pass the ssl handshake. Does the issue related to the domain? or only on…
-1
votes
1 answer

How to make connection with remote server using pystunnel

I want to create a connection with a remote server using stunnel. I have IP address of the remote system along with port. I want to use pystunnel library to make connection in a python script. I did not get any reference to make a connection between…
-2
votes
1 answer

How can I configure Gmail with Oracle Apex using stunnel (application express) 5.0.3

How can I setup Oracle Apex (application express) to send emails through my Gmail account without using my own SMTP ?
1 2 3
10
11