I have a script that sends msg to an INN server. I am using Net::NNTP for this connection and uses the authinfo( ) to login to the INN server. I think authinfo( ) is sending the username and pwd in clear text. Is there a way to set up a SSL connection for the username and pwd? I don't really need to encrypt the msg content, but just the username and pwd only. Thanks