[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Question] starttls on wanderlust doesn't work on Emacs24, Windows Vista.



On 23.07.2012 12:32, Herbert J. Skuhra wrote:
On 23.07.2012 04:39, Takahiro Yamaguchi wrote:

[...]

(setq ssl-program-name "C:/cygwin/bin/gnutls-cli.exe")
(setq ssl-program-arguments '("-p" service host))

Have you tried with "--insecure -p" instead of "-p"?:

(setq ssl-program-arguments '("--insecure" "-p" service host))

--
Herbert