On 30 Aug 2006 15:38:34 +0200, Norbert wrote: > My question: is it possible to use gnus with ssl? If so, what exactly > do I have to do to switch to ssl? Google didn't help me so far...
Sure. Look in the manual in the section "6.2.1.1 Direct Functions" (<http://gnus.org/manual/gnus_154.html#SEC154>). Here is an example: (setq gnus-secondary-select-methods '((nnml "") (nntp "news.gmane.org" (nntp-open-connection-function nntp-open-ssl-stream) (nntp-port-number 563) (nntp-address "snews.gmane.org")) )) (The nnml-thing is, of course, not relevant). [This works for me on Debian GNU/Linux, using openssl, I guess, and No Gnus 0.6]. Best regards, -- "This Interweb thing, it might just catch on, I'm Adam Sjøgren telling you." [EMAIL PROTECTED] _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
