LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Problem on SSL Cert creation to use it on https_port directive on Squid (https://www.linuxquestions.org/questions/linux-software-2/problem-on-ssl-cert-creation-to-use-it-on-https_port-directive-on-squid-733815/)

crackyblue 06-18-2009 02:10 AM

Problem on SSL Cert creation to use it on https_port directive on Squid
 
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:pem_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.


All times are GMT -5. The time now is 04:41 AM.