[stunnel-users] Random Client Ports
Matt Keoppel
matt.keoppel at cg4.com
Thu Sep 3 19:10:03 CEST 2009
Thanks for all of the help. I now have a better understanding how stunnel works and now have it working with my application.
Thanks Again!
-Matt Keoppel
-----Original message-----
From: Ludolf Holzheid lholzheid at bihl-wiedemann.de
Date: Wed, 2 Sep 2009 08:19:54 -0700
To: stunnel-users at mirt.net
Subject: Re: [stunnel-users] Random Client Ports
> On Wed, 2009-09-02 16:22:35 +0200, Reinier van der Gugten wrote:
> > I included STunnel in a VB application, and want to start it using the sh> ell command (how else?)
> > If I start STunnel from the commandline (dos box) it works fine (stunnel\> stunnel.exe)
> > However from within code I get an error:
> > >
> > Dim MyProcID As Integer = 0
> > MyProcID = Shell("Stunnel\STunnel")
> > stunnel.conf: No such file or directory (2)
>
> Reinier,
>
> This says, stunnel is found and started by the system, but stunnel
> does not find stunnel.conf. Maybe it doesn't correctly determine it's
> own location in relation to the working directory.
>
> You might try to specify stunnel.conf on the command
> line, e.g.
>
> MyProcID = Shell("stunnel\stunnel stunnel\stunnel.conf")
>
> or
>
> MyProcID = Shell("stunnel\stunnel .\stunnel.conf")
>
> or something along those lines.
>
> Ludolf
>
> -- >
>
> ---------------------------------------------------------------
> Ludolf Holzheid Tel: +49 621 339960
> Bihl+Wiedemann GmbH Fax: +49 621 3392239
> Floßwörthstraße 41 e-mail: lholzheid at bihl-wiedemann.de
> D-68199 Mannheim, Germany
> ---------------------------------------------------------------
>
> _______________________________________________
> stunnel-users mailing list
> stunnel-users at mirt.net
> http://stunnel.mirt.net/mailman/listinfo/stunnel-users
More information about the stunnel-users
mailing list