Hi, I am trying to get the new dynamic certificate generation functionality with squid-3.3.1. After compiling and installing, when I try to initialize the certificate db with ssl_crtd it simply does nothing. As a result squid crashes with "FATAL: The ssl_crtd helpers are crashing too rapidly, need help!" root@TonidoPlug2:~# sudo /lib/squid/ssl_crtd -c -s /var/lib/ssl_db root@TonidoPlug2:~# I don't see even the usual output of "Initialization SSL db...". No error too!! The configure options I used are, root@TonidoPlug2:~# /usr/sbin/squid -v Squid Cache: Version 3.3.1 configure options: '--prefix=/usr' '--localstatedir=/var' '--libexecdir=/lib/squid' '--srcdir=.' '--datadir=/share/squid' '--sysconfdir=/etc/squid' '--with-default-user=proxy' '--with-logdir=/var/log' '--with-pidfile=/var/run/squid.pid' '--enable-icap-client' '--enable-ssl' '--enable-ssl-crtd' --enable-ltdl-convenience I did not specify "--enable-ltdl-convenience". It has probably been added automatically. Here is my env details. root@TonidoPlug2:~# cat /etc/debian_version 6.0 root@TonidoPlug2:~# uname -a Linux TonidoPlug2 2.6.31.8-topkick1281p2-001-004-20101214 #1 Thu Jun 16 10:06:20 CST 2011 armv5tel GNU/Linux root@TonidoPlug2:~# file /lib/squid/ssl_crtd /lib/squid/ssl_crtd: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.18, not stripped Am I missing something here? Has anyone faced a similar problem? Please help. Regards, Prasanna