Xref: news.nzbot.com alt.fan.prettyboy:16914
Path: news.nzbot.com!spool1.sonic-news.com!pull-news.sonic-news.com!news.glorb.com!news.astraweb.com!border5.newsrouter.astraweb.com!not-for-mail
From: insane4boys <nevermind@notsaying.net>
Newsgroups: alt.fan.prettyboy
Subject: Re: HELP! Stunnel is giving me errors!
X-Newsreader: NewsLeecher v5.0 Beta 6 (http://www.newsleecher.com)
References: <4f33138c$0$2343$c3e8da3$38634283@news.astraweb.com>
Date: 09 Feb 2012 00:49:23 GMT
Lines: 94
Message-ID: <4f331813$0$40528$c3e8da3$3a1a2348@news.astraweb.com>
Organization: Unlimited download news at news.astraweb.com
NNTP-Posting-Host: 6caf0300.news.astraweb.com
X-Trace: DXC=CT:_B@`65hgK;GKPh8BJfdL?0kYOcDh@ja=m9DhfG=Ve^1nnZ4nEV6ol9B_G1R=S=giIeROfc@8ifQNYeP>]DhSmS_hL5AYMk5f`D>`119FjZn
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
--
--------------------------------- --- -- -
Posted with NewsLeecher v5.0 Beta 6
Web @ http://www.newsleecher.com/?usenet
------------------- ----- ---- -- -
|
|