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

Re: SSL/TLS question



At Fri, 15 Jan 2010 20:32:58 +0100,
Vitaly Mayatskikh wrote:
> 
> At Fri, 15 Jan 2010 20:30:03 +0100, Herbert J. Skuhra wrote:
> 
> > What's the proper way to get SSL/TLS working in wl?
> 
> (setq
>  ssl-program-name "gnutls-cli"
>  ssl-program-arguments '("-p" service host)
>  ssl-certificate-verification-policy 1)

Thanks for your reply.

Yes, I already use (setq ssl-program-name "openssl"). 
But TLS/SSL only works when you uncomment "(setq wl-install-utils t)"
in WL-CFG. Otherwiese you get the error: Cannot open load file: ssl

The documentation doesn't say that you have to modify WL-CFG. Maybe
the line should be uncommented by default?

-Herbert