Simple task: I'd like to use uzbl, but I need to visit a couple of sites with client certificates. Chrome uses my local cert storage, I suppose uzbl can do that too. But how?

link|improve this question

71% accept rate
feedback

1 Answer

up vote 0 down vote accepted

First, Linux has no such thing as "my local cert storage". Most programs just keep keys wherever they like. I think Chrome was the first to propose a database shared by several programs, the ~/.pki/nssdb.

But uzbl won't use the database unless it is told to - which is highly unlikely, considering that uzbl does not use NSS. (libsoup, the HTTP library used by uzbl, uses GnuTLS.)

Besides, it seems that uzbl doesn't even support server certificate verification, not to mention client authentication.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.