I`m trying to convert the .cer file to .pem through openssl, the command is:
openssl x509 -inform der -in certnew.cer -out ymcert.pem
and that's the errors I`m getting:
unable to load certificate
140735105180124:error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag:tasn_dec.c:1319:
140735105180124:error:0D07803A:asn1 encoding routines:ASN1_ITEM_EX_D2I:nested asn1 error:tasn_dec.c:381
hi folks,
I have Apache 2.2.8 running on Red Hat Enterprise Linux Server release 5 (Tikanga).
I have installed a purchased certificate on my server. Upon restarting httpd, I get the following error:
# /etc/init.d/httpd start
Apache/2.2.8 mod_ssl/2.2.8 (Pass Phrase Dialog)
Since my last update im not able to load any ssl webpage from my system.If i try with curl or wget, i get various SSL errors like"OpenSSL: error:0407006A:rsa routines: RSA_padding_check_PKCS1_type_1:block type is not 01""OpenSSL: error:04067072:rsa routines:RSA_EAY_PUBLIC_DECRYPT:padding check failed""OpenSSL: error:1408D07B:SSL routines:SSL3_GET_KEY_EXCHANGE:bad signature
I'm trying to install a SSL with my nginx setup.
I configured nginx with those two files, but it doesn't work.
I have a multi-domain certificate I'm trying to install on IIS 7.0.
When I use the IIS manager to complete certificate request, I get the error:
There was an error while performing this operation.
Details:
CertEnroll::CX509Enrollment::p_InstallResponse: ASN1 bad tag value met.
Does anyone know how to configure an SSL cert with GoDaddy? On the following squid page it seems to use x509 and PEM format for everything. GoDaddy seems want CSR files to issue the cert. The x509 & PEM combo don't seem to generate these CSR files in the correct format.
Windows XP keeps using the snakeoil certificate that Ubuntu shipped with, despite the fact that it has never been used in any virtual host ever.
The certificate is located at
/etc/ssl/certs/ssl-cert-snakeoil.pem
I'm not sure where the key is.
How do I configure Couchdb to use ssl, I've followed the instructions here with no success.
I generate my own self-signed certificate:
mkdir cert && cd cert
openssl genrsa > privkey.pem
openssl req -new -x509 -key privkey.pem -out mycert.pem -days 1095
I uncomment the relevent lines in /usr/local/etc/couchdb/local.ini
httpsd = {couch_httpd, start_link, [https]}
and point to my ce
well, I got dovecot working in a basic configuration... however, the wikis could only get me so far with the SSL connection. I have certs that I bought from RapidSSL and converted to a .pem so that dovecot could use them. However, here's the error that my logs picked up when trying to connect. I know there was a pass phrase on the cert when it was made, but how can I still use them...