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
2 answers

Difference between genkey and selfcert

Can somebody please explain me the difference between keytool command genkey and selfcert, where I googled and I got both will generate self signed certificate, whats the difference then ? How can I sign a CSR with a certificate using keytool…
Lolly
  • 34,250
  • 42
  • 115
  • 150
4
votes
0 answers

how to add subject alternative name in existing x.509 certificate?

I have one certificate which has "RFC822 Name=null" in "subject alternative name". Can I know how can we edit this extension so that I can put some value in this field.
vaibhav shah
  • 4,939
  • 19
  • 58
  • 96
4
votes
2 answers

Windows Push Notification Service - how to get certificate?

According to MSDN documentation, to send more than 500 push notifications per day, your service needs a certificate to establish an SSL tunnel to the WNS. I see here http://msdn.microsoft.com/library/windows/apps/ff941099(v=vs.105).aspx how to…
EkoostikMartin
  • 6,831
  • 2
  • 33
  • 62
4
votes
2 answers

certificate is randomly not being created correctly

I have a custom httpclient that I created to take in my custom trust store, and use it for all ssl sites that it tries to access. Here's the code for that: public class MyHttpClient extends DefaultHttpClient { private Context context; …
Michael
  • 3,334
  • 20
  • 27
4
votes
1 answer

Play Framework: Keystore for internal web services

We're trying to get Play setup to talk to our internal CRM. All of our prior apps have been written in an overkill JSF framework (ICEfaces) - but they worked fine in talking to our CRM since the JSF apps were deployed on a glassfish box where we had…
rmmeans
  • 283
  • 4
  • 13
4
votes
1 answer

No mapping found for [/crls/secureca.crl]

This is what appears many times in console of Jetty local webserver when testing J2EE Spring app. 2012-05-03 14:28:14,716 WARN [org.springframework.web.servlet.PageNotFound] -
Marek Sebera
  • 39,650
  • 37
  • 158
  • 244
4
votes
4 answers

IE8 Will Not Install SSL Certificate

I have my own SSL for development purposes. Normally when IE would give you the WARNING you could simply install the certificate, resart IE and go back to the server without warning. In IE8 I cannot avoid the warning. I have installed the…
Jimmy Bosse
4
votes
4 answers

MDM:Certificate invalidated after installing profile

We have a working MDM solution, where enrolling devices and installing profiles works. However since iOS 5 customers have reported that the selfsigned certificate we use is reported as Not Trusted on the devices. Users that had the certificate and…
homaxto
  • 5,428
  • 8
  • 37
  • 53
4
votes
1 answer

Flex UrlLoader requests that require SSL user certificates

I have a Flex application that hits URLs that requires SSL client authentication. These requests work fine in Firefox and Chrome. Chrome and Firefox display the prompt to select a user certificate and then the request completes successfully. In…
4
votes
2 answers

"an introduction to openssl programming." article. expired certificates

I am newbie in openSSL library and PKI . I have simple question for openSSL experts. Does anybody know how to create certificates for code samples in this article "An Introduction to OpenSSL programming (Part I/II)" by Eric…
Vlad
  • 2,090
  • 3
  • 21
  • 37
3
votes
3 answers

How to detect fake trusted personal/root SSL certificates of target domain

Someone can add a fake SSL cert. into trusted certificates collection. How can I detect these fakes? How can I verify a cert is official, is there any list to compare? I've added a screenshot of a legal & a fake one (created by Fiddler): ADDITION:…
Nime Cloud
  • 6,162
  • 14
  • 43
  • 75
3
votes
1 answer

Cannot get SSL to work on Azure instance

I've been tearing my hear out trying to figure out why SSL works in one of my Azure projects but not in another. When I navigate to my site, say https://foo.com, I can't even connect to the site. Browsers can't connect at all and curl says…
TMC
  • 8,088
  • 12
  • 53
  • 72
3
votes
1 answer

Can IIS6.0 host two SSL certificates?

We have a Windows Server 2003 machine running IIS6.0 that hosts two different websites. We purchased an SSL certificate for both domains, but then discovered we couldn't use both at once because SSL uses port 443, and I can't set both domains to use…
Rachel
  • 130,264
  • 66
  • 304
  • 490
3
votes
1 answer

How to generate a client certificate using a third party CA-NOT Self Signed CA

I am trying to trying to export a client certificate for use with a web browser. The goal is to restrict access using the directive to the admin area. I have seen numerous tutorials on using self signed CAs. How would you do this using…
Bryan
3
votes
2 answers

Apache and IIS sharing same SSL certificate

I have two applications (PHP and .NET) working on the same machine but different servers (one on Apache and one on IIS). I also have SSL certificate used by PHP application. I would like my .NET app to work on the same domain name and use the same…
cichaczem
  • 33
  • 1
  • 4
1 2 3
99
100