From: <mi...@st...> - 2006-07-10 09:02:22
|
Cedric Briner wrote: > > I've done a strace -f of my applications > and I've seen that the application was spending a lot of time > reading/analysing the /etc/ssl/certs files. > so I've remove all the files in /etc/ssl/certs/ except the one I use. That's an OpenSSL issue. You have to create hash symlinks to the CA certs. See OpenSSL docs. Ciao, Michael. |