hi,
I am trying to get https_port working on squid (experimenting). So followed this URL
http://devsec.org/info/ssl-cert.html and got this error
[root@proxy pki]# ( openssl x509 -in newcert.pem; cat privkey.pem ) > server.pem
unable to load certificate
22381:error:0906D06C:PEM routines:PEM_read_bio:no start line

em_lib.c:632:Expecting: TRUSTED CERTIFICATE
[root@proxy pki]#
and same error spit out on squid. Can anyone point me to a right direction? Thanks in advance.