[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Search]
re: problems with w3 and secure sites.
I only recently managed to sort through this one myself.
Here are the relevant lines from my .emacs
(setq ssl-program-name "essl"
ssl-program-arguments '("s_client" "-quiet" "-host" host "-port"
service
"-verify" (int-to-string ssl-certificate-verification-policy)
"-CApath" ssl-certificate-directory))
and have a script essl which looks like
#!/bin/sh
#redirect stderr so emacs doesn't barf on opensll
exec 2>/dev/null
exec openssl "$@"
This is, I think, pretty much following some instructions posted to
the list, probably by TVR. The main difference between my set-up and
yours might be the script set-up. I haven't tried a huge number of
secure sites since I did this but I've had success with my attempts.
Hope this helps
Peter
-----------------------------------------------------------------------------
To unsubscribe from the emacspeak list or change your address on the
emacspeak list send mail to "emacspeak-request@xxxxxxxxxxx" with a
subject of "unsubscribe" or "help"