alt.fan.prettyboyShow header Prev. Next
Re: HELP! Stunnel is giving me errors! Your Company
tick (Axe@you.com) 2012/02/09 04:31

insane4boys <nevermind@notsaying.net> wrote in
news:4f331813$0$40528$c3e8da3$3a1a2348@news.astraweb.com:

> In reply to "insane4boys" who wrote the following:
>
>> No limit detected for the number of clients
>> stunnel 4.52 on x86-pc-mingw32-gnu platform
>> Compiled/running with OpenSSL 0.9.8s-fips 4 Jan 2012
>> Threading:WIN32 SSL:ENGINE,FIPS Auth:none Sockets:SELECT,IPv6
>> Reading configuration from file stunnel.conf
>> FIPS_mode_set: 2D06C071: error:2D06C071:FIPS
>> routines:FIPS_mode_set:unsupported
>> platform
>>
>> Server is down
>>
>>
>> Does anyone know how to fix that? I Googled "No limit detected for
>> the number of
>> clients", but the way suggested to fix that was SUPER CONFUSING!
>> Please help! Thanks.
>>
>>
>> --
>> --------------------------------- --- --
>> Posted with NewsLeecher v5.0 Beta
>> Web @ http://www.newsleecher.com/?usenet
>> ------------------- ----- ---- --
>
> Is this still correct for the stunnel.conf file?:
>
> ; Sample stunnel configuration file by Michal Trojnara 2002-2006
> ; Some options used here may not be adequate for your particular
> configuration
>
> ; Certificate/key is needed in server mode and optional in client mode
> ; The default certificate is provided only for testing and should not
> ; be used in a production environment
> cert = stunnel.pem
> ;key = stunnel.pem
>
> ; Some performance tunings
> socket = l:TCP_NODELAY=1
> socket = r:TCP_NODELAY=1
>
> ; Workaround for Eudora bug
> ;options = DONT_INSERT_EMPTY_FRAGMENTS
>
> ; Authentication stuff
> ;verify = 2
> ; Don't forget to c_rehash CApath
> ;CApath = certs
> ; It's often easier to use CAfile
> CAfile = certs.pem
> ; Don't forget to c_rehash CRLpath
> ;CRLpath = crls
> ; Alternatively you can use CRLfile
> CRLfile = crls.pem
>
> ; Some debugging stuff useful for troubleshooting
> debug = 7
> output = stunnel.log
>
> ; Use it for client mode
> client = yes
>
> ; Service-level configuration
>
> [astraweb]
> accept = 563
> connect = ssl.astraweb.com:563
>
> [pop3s]
> accept  = 995
> connect = 110
>
> [imaps]
> accept  = 993
> connect = 143
>
> [ssmtp]
> accept  = 465
> connect = 25
>
> ;[https]
> ;accept  = 443
> ;connect = 80
> ;TIMEOUTclose = 0
>
> ; vim:ft=dosini
>
>

a limit was not specified....specify a limit and then the number of
clients will be limited.


[nntps]
client = yes
accept = 127.0.0.1:1234
connect = ssl-eu.astraweb.com:563


1 client


Follow-ups:12345678910
Next Prev. Article List         Favorite