On 06/18/2011 10:50 PM, robby wrote:
Can anyone give this ssl noob info on setting up pan 0.135 to run ssl?

I have stunnel4 installed, and have gone through the man entry for
stunnel4 and am more lost than when I started. My news provider is
APN, and it lists ports 443 and 593(I think 593 is the port) for ssl
access.

I set it up a year or so ago in XP, but I haven't had XP for about a year.
My system is Mint 11 (Katya) AMD 64.

TIA
robby


_______________________________________________
Pan-users mailing list
Pan-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/pan-users


Here's my "nntp.conf" file from /etc/stunnel

compression     = zlib
foreground      = no
output          = /home/xxxxxxx/stunnel/log
pid             = /home/xxxxxxx/stunnel/pid
setuid          = xxxxxxx
setgid          = xxxxxxx
syslog          = no
client          = yes
[nntp]
accept          = 127.0.0.1:119
connect         = news.newshosting.com:563

I guess you need to change the "563" to "593"

Then, to make it run, I enter

> sudo stunnel /etc/stunnel/nntp.conf

You could put this in rc.local, without the sudo.

Then in .pan2/servers.xml I have 127.0.0.1 as the newsserver host and 119 as the port.

Hope this helps

John





_______________________________________________
Pan-users mailing list
Pan-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/pan-users

Reply via email to