Hello all..
I would like to pass radius over stunnel, but I'm not sure if this will work... I have a lot of 'client's that are using RADIUS for authentication, but i want to pass the data over the internet, and radius is relatively insecure. My client machines also run a web server, which stunnel sits in front of, to provide ssl encrypted web services.
My radius servers can easily run stunnel, without any issue.
Could someone suggest a configuration for this??
Hello Everyone,
When I am running Stunnel, Outlook has trouble sending Secure SMTP e-mail. I am using Outlook 2003's built in SSL SMTP (Port 465).
How come Stunnel blocks my SSL-SMTP connections? I am only using Stunnel for secure Usenet access.
Here is my conf file:
client=yes
compression=zlib
verify=0
[easynews]
accept=119
connect=secure.news.easynews.com:563
TIMEOUTclose=0
TIMEOUTidle=600
Is there a way to allow outlook to send SSL-SMTP e-mails while Stunnel is running?
Thanks!
--
Michael She
E: michael.she@binaryio.com
P: (416) 816-2566
"Frazer, Andrew non Unisys" Andrew.Frazer@nz.unisys.com writes:
I would like to pass radius over stunnel, but I'm not sure if this will work? I have a lot of `client's that are using RADIUS for authentication, but i want to pass the data over the internet, and radius is relatively insecure. My client machines also run a web server, which stunnel sits in front of, to provide ssl encrypted web services.
RADIUS uses UDP, which can't easily be tunneled over stunnel.
----ScottG.