NNTP over SSL

S

Sukant

Hi All,

I am using Net::NNTP.pm to talk to my NNTP server which works
perfectly fine. But I am not sure about about how to do the same over
NNTPS protocol as well. As Net::NNTP uses IO::SOCKET::INET, I tried to
hack by modifying @ISA for IO::SOCKET::SSL but this doesnt work for me
rather it hangs while making the connection.

I am using a linux machine for my perl scripts. I could successfully
modified Net::IMAP::Simple.pm to use IO::SOCKET::SSL and my scripts
works pretty well with SSL enabled IMAP server.

I have been searching through the net for an NNTP perl module with SSL
feature but couldnt get any. (NNTPClient.pm also doesnt support SSL).

Can anybody help me on this?

Thanks / Sukant
 
L

Lars Kellogg-Stedman

I have been searching through the net for an NNTP perl module with SSL
feature but couldnt get any. (NNTPClient.pm also doesnt support SSL).

If you're willing to look at a non-perl solution, you could use
something like stunnel (http://www.stunnel.org/) to redirect a local
NNTP connection to an SSL service running elsewhere.

-- Lars
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top