Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: News::Scan and SSL

by redhotpenguin (Deacon)
on Feb 13, 2005 at 21:30 UTC ( [id://430638]=note: print w/replies, xml ) Need Help??


in reply to News::Scan and SSL

Looking at the source of News::Scan, Net::NNTP is used to make a connection to the NNTP server with the following command:

$client = Net::NNTP->new(@args);

Net::NNTP uses IO::Socket under the hood, so you may be able to create Net::NNTP::SSL which would use IO::Socket::SSL instead to make the connection over SSL. IO::Socket::SSL is described as 'Nearly transparent SSL encapsulation for IO::Socket::INET', so I would think that this approach may be the cleanest for a perl based solution.

Update: Adjusted comment after realizing the poster already stated that the server requires ssl.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://430638]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (8)
As of 2024-09-20 08:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    The PerlMonks site front end has:





    Results (25 votes). Check out past polls.

    Notices?
    erzuuli‥ 🛈The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.