-- 
Matthias Wimmer
Contact details:     http://matthias.wimmer.tel/
--- Begin Message ---
Hi Vytautas,


El 2014-04-14 12:38:41, Vytautas Kasparavičius escribió:
> >> 400 couriertls: /etc/pki/tls/certs/gdcertpack.pem: error:0906D06C:PEM
> >> routines:PEM_read_bio:no start line
> In file gdcertpack.pem file here is no DOS-style endings, File was not 
> touched when upgrading. Before upgrade everything was OK, error appeared 
> only after upgrade.

Maybe missing DH parameters in the file?

The easiest way to do this is using the GnuTLS command line tool instead
of openssl:

certtool --generate-dh-params --outfile dhparams.pem

Then copy the contents of the resulting dhparams.pem file to your
gdcertpack.pem:

cat dhparams.pem >> /etc/pki/tls/certs/gdcertpack.pem



Regards,
Matthias

-- 
Matthias Wimmer
Contact details:     http://matthias.wimmer.tel/



--- End Message ---
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to