Questions tagged [ssl-certificate]

An SSL certificate is an X.509 certificate that is used to provide authentication, privacy and integrity for a secure connection. Although the acronym refers to Secure Sockets Layer, the SSL protocol is deprecated and the certificates are more commonly used for Transport Layer Security (TLS) connections.

An SSL certificate is an X.509 certificate that is used to provide authentication, privacy and integrity for a secure connection. Although the acronym refers to Secure Sockets Layer, the SSL protocol is deprecated and the certificates are more commonly used for Transport Layer Security (TLS) connections.

10580 questions
4
votes
1 answer

Heroku: subjectAltName does not match

I am having the same issue as this ticket but it has not resolved over the past 5 days, so unlike this user I am not sure if it's a DNS issue or not. I am posting my version of the question since the answer to the other was "it resolved it's self"…
renderbox
  • 1,595
  • 14
  • 25
4
votes
1 answer

Force SSL Cert Renewal?

We updated our SSL cert to a domain level wild card cert. We launched our new site today with that cert installed. It's MVC4 on IIS in Azure. We have some users, mostly on IE as far as I can tell, that have the old cert cached. This makes it so…
Nate
  • 2,316
  • 4
  • 35
  • 53
4
votes
2 answers

Quickbooks webconnector Integration 1048 error

I am using QuickBooks 2013 pro on server A, I have a self signed cert on server B. I had server A navigate to the services on SERVER B install the self signed cert into trusted root. Then had the web connector on SERVER A try to add an application.…
gh9
  • 10,169
  • 10
  • 63
  • 96
4
votes
3 answers

FindByThumbprint - certificate exists but not found

I am trying to add a certificate to a web request to connect to Azure services. My code looks like this: string certThumbprint = "‎‎thumbprint"; X509Store certStore = new X509Store(StoreName.My, StoreLocation.CurrentUser); X509Certificate2Collection…
andrewb
  • 2,995
  • 7
  • 54
  • 95
4
votes
1 answer

Wildcard SSL - Do I need another SSL for subsubdomain.subdomain.domain.com?

I'm not sure if I could word it right. I know that Wildcards SSLs will support any amount of subdomains in a domain. But does it also support subdomains of already existent subdomains? I'm about to buy a wildcard SSL but I need to have this kind of…
4
votes
1 answer

SSL Error on Heroku app

I cannot get ssl to work properly on my heroku app. I have successfully add the crt key witch gives me: Resolving trust chain... done Updating SSL Endpoint aichi-7001.herokussl.com for mysite... done Updated certificate details: Common Name(s):…
Filipe
  • 3,398
  • 5
  • 21
  • 35
4
votes
1 answer

truested but still error The security certificate presented by this website was issued for a different website's address

we have an intranet website. it is self-signed. i added the certificate to trusted zone. add the site to trusted site and intranet site, but still get this error. The security certificate presented by this website was issued for a different…
4
votes
1 answer

Multiple certificates for HTTPS on a software NLB'd IIS7 cluster

We're currently trying to set up a HTTPS with multiple certificates. We've had some limited success but we're getting some results I can't make any sense of... Basically we have two servers on our NLB (10.0.51.51 and 10.0.51.52) and two IPs assigned…
fyjham
  • 7,004
  • 2
  • 32
  • 40
4
votes
0 answers

Secure Webscoket Connection using wss is never established

i want to build an architecture with wss, i implement my certificates and they work. But now, when i'm connect on the browser, my program create websocket and close it directly, i don't understand why, this is my code which is running at port 5005 …
Pallavi
  • 61
  • 1
  • 3
4
votes
2 answers

SSL handshake error javax.net.ssl.SSLHandshakeException Received fatal alert bad_certificate

I am executing the below cURL command and I am getting proper response from the server: curl -k --cert ./xevias.com.crt --key ./xevias.com.key --pass USSEQUX90 --cacert ./xeviasqamts.ca -H "Content-Type: text/xml; charset=utf-8" -H…
Rahul Mohan
  • 101
  • 1
  • 2
  • 6
4
votes
4 answers

Does buildout/easy_install/setup_tools verify SSL certificates?

I'm trying to diagnose this error: Getting distribution for 'zc.buildout<2dev'. Got zc.buildout 1.7.1. Generated script '/opt/mytardis/releases/a549cd05272afe8f16c2fe5efe8158490acbde82/bin/buildout'. Download error on…
Steve Bennett
  • 114,604
  • 39
  • 168
  • 219
4
votes
2 answers

Is it possible to generate certificate signing request(.csr) using security framework in iOS?

I would like to make HTTPS request with a server require client-certificate authentication. I looked into this Creating a SecCertificateRef for NSURLConnection Authentication Challenge. It worked as expected. However, it needs to prepare the p12…
Yeung
  • 2,202
  • 2
  • 27
  • 50
4
votes
1 answer

How to generate certificate signing request for Azure WebRole

I have a WebRole running in Windows Azure, using a *.cloudapp.net domain that I have CNAMEd my real domain to. I don't have a Virtual Machine. Is it possible for me to issue a certificate signing request to a CA with this setup? Or do I need to…
user1379417
4
votes
1 answer

Azure Cloud Service with SSL is not working

We want to configure SSL for our application in Windows Azure Cloud. As per the instructions in windows azure (ref: http://msdn.microsoft.com/en-us/library/windowsazure/ff795779.aspx), 1) we have obtained a SSL wildcard certificate from a…
user10489
  • 255
  • 2
  • 6
  • 17
4
votes
2 answers

SSL Error / RSA premaster secret error

anyone know what is the problem regarding the error that encountered in the PayPal sandbox? It was working fine for months last time and we changed our server and IPN stopped working. We are not sure is PayPal issue or our issue. In the web server…
xDragonZ
  • 12,502
  • 6
  • 37
  • 52