Does anyone know how to set up a Symantec EV SSL Certificate on Heroku? I'm super confused at the moment. They offer me download of an X.509 Cert and a PKCS7 Cert. In addition, I can download Apache Bundle, Plesk Bundle, Certificate Issuer, or Intermediate CA 1. I'm lost.
Related
I have tried Google Certificate-Transparent-Go to build up a CT-Log server, but can not build successfully.
Every CT-Log server do NOT support to post a SSL cert signed by a self-signed CA.
Is there have any plans to support CT in unauthoritative CA?
I have trust store which contains Symantec. I am trying to connect to server which is signed by VeriSign. I am getting ssl "No trusted certificate was found” during the handshake. Can it be because I don't have VeriSign CA in trust store?
I am using Axis framework with SSLConnectionSocketFactory. With openssl I see the VeriSign certificate chain on the server
My problem solved after adding the VeriSign CA to trust store.
We have an existing Silverlight Applicationa and a SharePoint site. This site was configured as SSL thus it requires SSL Certificate. We want to replace the certificate. Is it possible to replace the certificate from different certificate authority?
Example:
Current Certificate:
Certificate Autority Issuer: SomeCertAutority.com
Issued to (Target FQDN): mySite.SomeCertAutority.com
Replace it with the following:
Certificate Autority Issuer: OtherCertAuthority.com
Issued to (Target FQDN): mySite.SomeCertAutority.com
Will it still work?
It will work as long as other CA is trusted by client. In the case of commercial CA, it will work definitely. In the case of private CA, you have to make sure that all clients trust that CA.
I recently added SSL to my site (www.uberwriteronline.com) and my PayPal IPN stopped working. I learned that my SSL cert didn't meet PayPal's standards. https://www.paypal-knowledge.com/infocenter/index?page=content&id=FAQ1766&expand=true&locale=en_US
I had a SHA-2 certificate, but it was being signed by a GoDaddy G2 root certificate. I'm not clear on how to regenerate the CSR using the G5 root certificate. I installed the G5 root certificate on my machine from https://knowledge.verisign.com/support/mpki-for-ssl-support/index?page=content&actp=CROSSLINK&id=SO5624 but when I regenerate the CSR it still points to G2. Sorry for the noob question, but how to I get this to use the G5 root?
I am not very familiar with the SSL Certificates and how they work.
However I succeed to install a SSL Certificate via cPanel of my shared hosting.
Please checkout this page: https://www.sportsdirect.bg/customer/account/create/
As you can see there is a problem with the certificate.
The padlock in the browser URL address is not green. Can you please tell me what can be the reason for this and how I can fix it ?
Off topic for this site.
Your web server is not properly configured to deliver the full certificate chain, see https://serverfault.com/questions/633247/ssl-error-on-mobile-devices .
Check your SSL Labs report and you will see Chain Issues: Incomplete. Your intermediate certificate:
RapidSSL SHA256 CA - G3
Fingerprint: 0e34141846e7423d37f20dc0ab06c9bbd843dc24
RSA 2048 bits (e 65537) / SHA256withRSA
... is not in your server's trust store and is not being served. Take a look at How to install an Intermediate CA cert in Apache.