Certificates, specifically x.509 digital certificates, uses a digital signature to link the use of a public/private key pair with a subject.
103
votes
13answers
113k views
Trusting all certificates using HttpClient over HTTPS
Recently posted a question regarding the HttpClient over Https (found here). I've made some headway, but I've run into new issues. As with my last problem, I can't seem to find an example anywhere ...
29
votes
3answers
9k views
How are ssl certificates verified?
What is the series of steps needed to securely verify a ssl certificate? My (very limited) understanding is that when you visit an https site, the server sends a certificate to the client (the ...
19
votes
4answers
3k views
Where is the PEM file format specified?
I need to parse .PEM files.
I know that the standard for "Privacy-enhanced Electronic Mail" is defined in RFCs 1421-24. But they don't seem to mention some text I find inside OpenSSL .pem files (eg. ...
18
votes
6answers
3k views
No iOS Development certificates found
I got a strange error in my XCode organizer when I want to update my Provisioning profiles.
Xcode say me this :
My XCode organizer error
"No iOS Development certificate was found. However, there is ...
12
votes
5answers
12k views
too few items in teams
I am trying to set up a new machine with XCode and my developer account and keep running into the following error while trying to refresh provisioning profiles from the Organizer:
Too few items in ...
12
votes
3answers
5k views
Code signing certificate
Where can I get a free code signing certificate for signing my applications? Ascertia used to give them out for free but apparently they don't anymore. Mine just expired and I'm looking to get another ...
11
votes
2answers
6k views
Android - how to get app signature?
is there any way how to retrieve app signature from APK? I signed it with my key from keystore and si there way, how to retrieve it programatically?
Thanks
11
votes
4answers
2k views
Primer for X.509 certificates on Windows
I am presently studying the topic of encrypting and signing SOAP messages via WSE 3.0 or WCF. Since I have not participated in distributed application development involving the public Internet, I find ...
10
votes
2answers
4k views
Why is Ruby unable to verify an SSL certificate?
This is my first time trying to use the XMLRPC::Client library to interact with a remote API and I keep receiving this error:
warning: peer certificate won't be verified in this SSL session
...
9
votes
5answers
5k views
HTTPS Certificate for internal use
I'm setting up a webserver for a system that needs to be used only through HTTPS, on an internal network (no access from outside world)
Right now I got it setup with a self-signed certificate, and it ...
9
votes
8answers
3k views
What is special about a code signing certificate?
Is it different from any other certificate I can generate via makecert or buy from some authority?
9
votes
1answer
6k views
How do I renew the SSL certificate for my ios push notification provider?
A bit under a year ago, a teammember who has now left built an iphone app which is on the app store, and an ios push notification daemon which sends it notifications. Today, the daemon started ...
9
votes
5answers
598 views
Easiest way to sign/certify text file in C++?
I want to verify if the text log files created by my program being run at my customer's site have been tampered with. How do you suggest I go about doing this? I searched a bunch here and google but ...
8
votes
3answers
12k views
ASP.net permissions to root certificate store
Is it possible to give asp.net read permission to the certificate store?
If yes , how?
If no... do I need to set the permission manually per certificate file?
If yes where are these files ...
8
votes
2answers
11k views
Issue with Self Signed Cert in WCF - Must have Private Key
I am creating a WCF service hosted within IIS7 on Windows Vista SP1. I am getting the following error:
The certificate 'CN=SignedByLocalHost' must have a private key that is capable of key exchange. ...
8
votes
2answers
9k views
How to use PEM file to create a SSL socket in Java?
See related question.
I have a PEM file provided to me and was told that it will be needed in establishing a SSL socket that connects to a c++ server for some API calls. Does anyone know how I can ...
8
votes
2answers
961 views
Is there a way to check if an app signature is debug or published?
I am currently developing RPC services for developers to use, but would like to make sure that I can distinguish between another app's debug key and their public key. Is there a way to check another ...
8
votes
3answers
2k views
API/Library to replace signtool.exe
The Windows SDK ships with a tool called signtool.exe that lets you sign a file with a certificate. I need to do the same thing but in a background service so I'm on the lookout for a library ...
7
votes
4answers
7k views
Self Signed Certificate in Windows without makecert?
We have a shrink wrap type Windows server application where we need to create a self signed certificate on the server to be used by some WCF web services. From our searches on the web, it appears ...
7
votes
2answers
4k views
Can we load multiple Certificates & Keys in a Key Store?
Can we load multiple Certificates & Keys in a Key Store?
Is it always required to load only Pairs (i.e. Certificates & Keys together)?
If a Key Store has multiple Certificates and Keys, ...
7
votes
1answer
159 views
Can you have both client certificate security and service identity authentication in azure acs
We have a WCF service which requires a token supplied by azure's acs service and acs is configured to use the in built service identities for authentication.
Can we also only allow access to this ...
6
votes
3answers
14k views
Get list of certificates from the certificate store in C#
For an secure application I need a possibility to select a certificate in a dialog.
How can I access with C# to the certifacte store or a part of it (e.g. storeLocation="Local Machine" and ...
6
votes
3answers
364 views
Enrolling a Certificate in Microsoft Certification services for a User From Java Program
Using Microsft Certificate Services user can enroll/create their own certificate. How i can create this certificate using a Java Program?
Could anybody point out right apis for connecting to ...
6
votes
4answers
5k views
Check in Javascript if a SSL Certificate is valid
Is there a way to check in Javascript if given a host it's SSL certificate is valid? (non blocking)
In my case I want to display: "you can also use https://.." if via javascript I can make a request ...
6
votes
2answers
12k views
IIS SSL error “ssl_error_rx_record_too_long”
I have created a certificate using the following SSL command:
makecert -r -pe -n "CN=www.yourserver.com" -b 01/01/2000 -e 01/01/2036 -eku 1.3.6.1.5.5.7.3.1 -ss my -sr localMachine -sky exchange -sp ...
6
votes
3answers
1k views
WCF, Security and Certificates
I have a client/server WCF application that needs some sort of user authentication against a database. The application (both client and server together) is being developed to be sold to dozens of ...
6
votes
1answer
1k views
Export certificate in windows store to a p12 file using Java
I will need to export a certificate in windows store to a p12 file. Similar to what you can do from firefox/IE browser but in JAVA. The only way I am able to do it currently is doing a C# with double ...
6
votes
1answer
386 views
Request a certificate from the certificate authority
Phishing question.
I have a tcp server application that uses certificates for tls/ssl and stored in the pkcs#12 file. Assuming a CA is installed somewhere on the network and is accessible, would ...
5
votes
6answers
7k views
Using client certificate not in certificate store
I'm trying to authenticate myself against WebService using my client certificate, but, for some reasons (I explain), I don't want to load certificate from store, rather read it from disc.
The ...
5
votes
2answers
9k views
Could not create SSL/TLS secure channel - Could the problem be a proxy server?
I have a c# app that calls a web service method that authenticates using a certificate.
The code works, because when it is installed on server A (without a proxy) it authenticates.
When I install ...
5
votes
1answer
4k views
Linux equivalent for the Windows certificate store
Is there any fixed or known location for storing certificates in Linux, something like the Windows certificate store?
Thanks.
5
votes
2answers
20k views
ASP.NET and The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel
I'm making an httpwebrequest using a public Root authority Certificat file X509. I only have the public key, not the private key. Everything works fine from a Console app but it does not work from ...
5
votes
1answer
577 views
Two iOS Developer Licenses on one Mac
On my Mac, I have installed the required certificates and keys to develop and distribute my own personally developed iOS Apps via my own iOS Developers' License. However, my client would like me to ...
5
votes
2answers
6k views
.net example of using client certificates in web service call?
I'd like to use client certificates to verify the identity of administrative callers to my web service. Then I can issue certificates only to the people I want to call my web service and be pretty ...
5
votes
2answers
178 views
Certificates - When are they installed in certificate store?
I have a tcp server which uses certificates for ssl/tls and licensing. For the ssl/tls the certificate(s) are stored in a pkcs#12 file, which I assume would be installed as part of the installation ...
5
votes
3answers
1k views
SSL signed certificates for internal use
I have a distributed application consisting of many components that communicate over TCP (for examle JMS) and HTTP. All components run on internal hardware, with internal IP addresses, and are not ...
5
votes
1answer
2k views
can I check if a Java applet certificate is trusted before running my applet?
I have a signed applet on a website. Because of this, the Java security dialog appears, and the user needs to grant permission to the applet before it can do it's work. What I want to do is this:
...
4
votes
3answers
510 views
XCode: Could not launch “APP_X_Y” - 'A' packet returned an error: -1
I'm trying to get my App to work again on the simulator as well as on my device. Before I got this error, I went through an odyssee of XCode signing errors, but right know it seems like I'm really ...
4
votes
2answers
634 views
Does WCF message security actually encrypt message contents?
I have read the documentation provided at MSDN, and some other posts on this site. However, its still a bit unclear whether WCF (specifically, NetTcpBinding) will actually encrypt message contents ...
4
votes
1answer
413 views
Can someone please explain certificates to me
I need a very basic 2 minute intro to certificates...
I have been provided with a .p12 cert file... That is password protected... Now I need to import it to registry, and export a base 64 .cer ...
4
votes
3answers
3k views
Store X509 Certificate in database
In order to access to the web service I need a certificate.
I generated my certs:
openssl genrsa 1024 > private.key
openssl req -new -x509 -nodes -sha1 -days 1100 -key private.key > public.cer
...
4
votes
4answers
1k views
Declaring a const BYTE * in c++
I am currently trying to make a call to this function call. Here's the declaration:
const void* WINAPI CertCreateContext(
__in DWORD dwContextType,
__in DWORD dwEncodingType,
__in ...
4
votes
2answers
3k views
how do I set up an iphone development certificate for ANOTHER mac
I went through the process of setting this up once, but now I need to make it so we can develop on two Macs with the one account. all walkthroughs tell me to
create a signing request or something on ...
4
votes
2answers
697 views
Visual Studio - Signing Assembly problem
I am using Visual Studio 2010 SP1.
I am trying to sign my assembly, but I am getting a: Error Unable to find manifest signing certificate in the certificate store.
This is what I did to start:
I ...
4
votes
3answers
2k views
Terrible Performance with WCF and certificates (mutual authentication)
Guys / Gals we are having terrible performance with our website that uses WCF as the application later. We are using message level security and certificates (mutual authentication). We are caching the ...
4
votes
1answer
79 views
How can I verify whether another app on the system is genuine?
I'd like to send intents containing sensitive information to another app on the system, which I have also written. Before doing so, I need to verify that the app I am sending them to is signed by me, ...
4
votes
1answer
813 views
Get client certificate for page registration
I want to make a registration page for clients, that would only contain a button register and unregister. When the user would click on any of these 2 button he would should be prompted to select a ...
4
votes
1answer
127 views
Is there a free service to get a certificate to sign java webstart jars?
I am wanting to find a free service to sign a jar which is part of a java web start app.
I can sign it myself with the keytool and jarsigner, but the publisher is untrusted and people are still ...
4
votes
1answer
348 views
Android kSOAP2 SSL self-signed certificates “Security Requirements not met - No Security header in message”
there is a problem connecting to the SSL WebServices Apache Tomcat, Java SE client connects fine, but the Android client does not want to connect and displays one of the following errors: 1. "Security ...
4
votes
1answer
1k views
Remove self signed certificate from iOS (Device and Simulator)
Use iOS Safari (on the Device or Simulator) to connect to a site that presents a self-signed certificate
iOS Safari asks you to accept the certificate before connecting
Accept the certificate
Future ...
