stunnel

Getting a SSL connection to work with STUNNEL/Win32

The service I need to connect to has provided me three files and I'm trying to figure out what I need to create the Cert=xxx.PEM file that STUNNEL needs I have a "keystore.jks" file. Dumping that with keytool says it's a "Private key entry" I have a "truststore.jks" file. Dumping that says it's a "trusted certificate entry". The alias ...

Where can I find an introduction to SSL with OpenSSL?

I want to learn about the nuts-and-bolts of using SSL to secure client/server communication. Is there any documentation, anywhere, regarding how to do this with OpenSSL? The best I've been able to find so far is the source code for stunnel (http://www.stunnel.org/)... To be more precise, I want the client to be able to connect with th...

Not able to connect using Stunnel on reconnect

When I setup stunnel as a client on a machine to forward to another system on SSL port. I am able to connect once using that but when I disconnect from that server and then try to connect again it doesn't connect and shows the following in the logs: 2009.07.24 10:00:58 LOG5[4164:800]: my_server connected remote server from 192.168....

Bad OpenSSL certificate

Hi, I am trying to make a fake CA and sign a certificate with it to use with stunnel (which just seems to be calling OpenSSL routines, so you probably don't need to know the program to help :). However, stunnel keeps rejecting my certificate saying that it isn't signed with the right key! This is how I'm generating my keys and certs wi...

Unencrypted mail is received on an Stunnel port

Stunnel is listening on port xxxx, and will establish a secure SMTP connection upon receiving "EHLO" from the remote server. I want to modify the code so that if "HELO" is received instead of "EHLO" the message is forwarded directly to the local mail server. In other words, I want to use the same port for both encrypted and unencrypte...

stunnel on window for IBM MQ connection

Does anyone have an experience or just thoughts about securing MQ TCP communication channels using stunnel? I am integration with third party S.W which has MQ support built in but it can not support SSL. So to have some kind of security over the TCP we would like to use stunnel. Does any one have any thoughts how to implement and any ...

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 run the command, it works with no problems. I tried to use a GUI client (CrossVC) and t...

stunnel client accepts connection even when stunnel server is down?

I'm using stunnel 4.26 in windows environment to encrypt database traffic between web server and Oracle database. In general it works but I've got couple weird issues and I was wondering if somebody would know answer for it. So I have a web server machine where I run stunnel in client mode. With connection parameters like [SOME NAME] ...

Stunnel Configuration for SSL Connection

I'm trying to use Stunnel to use a mail client that doesn't support SSL to interface with a mail server that wants to use SSL. I want to be able to use plain POP3/SMTP to some local port that Stunnel sets up and have that forward to the SSL connection on the mail server. I was given the following files by my ISP: username.p12 local_ca....