--
You received this message because you are subscribed to the Google Groups "e2guardian" group.
To unsubscribe from this group and stop receiving emails from it, send an email to e2guardian+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
./autogen.sh
I recompiled after finding a new configure option, now google refuses to load at all saying certificate is not valid. The compile setup I used:
./autogen.sh
./configure '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--with-piddir=/var/run' '--with-logdir=/var/log' '--with-proxyuser=e2guardian' '--with-proxygroup=e2guardian' '--enable-pcre=yes' '--enable-locallists' '--with-filedescriptors=1024' '--with-sysconfsubdir=e2guardian' '--enable-sslmitm=yes'
make
make install
then I go over the e2guardian.conf and *f1.conf as it has worked before. Most site work properly but google refuses to load due to certificate errors. I had already created and used a certificate on this server but it refuses to accept it.