This is a multi-part message in MIME format. ------=_NextPart_000_009E_01C0F808.8B992430 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am trying to run Qpopper 3.x, wrapped up by SSLWrap 2.10. I am using the following script to try to run as daemon first #!/bin/bash /usr/sbin/sslwrap -cert /usr/local/ssl/certs/www.esaravana.u.crt \ -port 110 -accept 995 I get this following, strang error unable to set public key file 2828:error:02001002:system library:fopen:system = lib:crypto/bio/bss_file.c:104:fopen('server.pem' ,'r') 2828:error:2006D002:BIO routines:BIO_new_file:system = lib:crypto/bio/bss_file.c:106 xxxxxxxxxxxxxxxxxxxPEM routines:PEM_read_bio:no start line:pem_lib.c:628 xxxxxxxxxxxxxxxxxxxSSL routines:SSL_CTX_use_certificate_file: missing = asn1 eos:ssl_rsa.c:534: Why is it looking for server.pem still?=20 Any help is appreciated Regards Sundar ------=_NextPart_000_009E_01C0F808.8B992430 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
#!/bin/bash
/usr/sbin/sslwrap -cert /usr/local/ssl/certs/www.esaravana.u.crt = \
-port 110 -accept 995