Tagged Questions
The certificates tag has no wiki summary.
39
votes
8answers
37k 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 ...
17
votes
3answers
3k 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 ...
11
votes
4answers
510 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. ...
10
votes
4answers
1k 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 ...
9
votes
3answers
1k 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 ...
8
votes
5answers
369 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 ...
7
votes
2answers
5k 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 ...
7
votes
3answers
973 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
9answers
2k 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?
7
votes
4answers
5k 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 ...
6
votes
3answers
186 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
1answer
477 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
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
4answers
1k 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 ...
5
votes
2answers
262 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 ...
5
votes
2answers
6k 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 ...
5
votes
3answers
6k 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 ...
4
votes
2answers
119 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
1answer
478 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
4answers
446 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
2k 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 ...
4
votes
3answers
439 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 ...
4
votes
1answer
494 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
2answers
6k 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. ...
3
votes
1answer
51 views
Do I need multiple developer certificates in order to join multiple developer programs?
It's hard to fully understand all this certificate stuff for IOS development and it's implications.
One piece of info I can not find in the docs or via google: In order to join multiple developer ...
3
votes
1answer
94 views
Why do multiple calls to X509Certificate2.Export(Pkcs12) return different results?
Here is a test:
var decoded = Convert.FromBase64String(certificateBase64Encoded);
var certificate = new X509Certificate2(decoded, (string)null, X509KeyStorageFlags.Exportable);
var x = ...
3
votes
1answer
221 views
Programmatically or declaratively demand client certificate for a single asp.net page in IIS
The title pretty much says it, I've rolled out an IIS 7 website with an SSL certificate and now willing to set "SSL Settings/Client certificates/Accept" for a single page but programmatically or ...
3
votes
3answers
224 views
signtool revocation problem?
I've got two binaries, one builded ~4 days after first, and signed with the same certificate (same Serial number, issued by Thawte), but, when I'm checking the certificate, on one there is error ...
3
votes
4answers
2k 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 ...
3
votes
1answer
1k 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 ...
3
votes
3answers
2k views
ColdFusion CFHTTP I/O Exception: peer not authenticated - even after adding certs to Keystore
I'm currently working with a payment processor. I can browse to the payment URL from our server, so it's not a firewall issue, but when I try to use CFHTTP I get a I/O Exception: peer not ...
3
votes
2answers
6k views
windows certificate store
Where can I find the windows certificate store location on the hard drive for server 2003. I am coding a c# utility for managing few certificates we use to notify when they are expiring. So, I choose ...
3
votes
3answers
579 views
Installing Root CA Cert via code on Win32
We've just set up a new remote access solution using Microsoft's TS Gateway, which requires a couple of somewhat fiddly steps on the end users behalf in order to get it working (installing our root ca ...
3
votes
2answers
842 views
Storing X509 certificates in DB - Yea or Nay?
I find myself needing to store public key certificates, and a single private key certificate for an in-house application.
A member of our team suggested storing the X509 certificates in the database, ...
2
votes
1answer
29 views
Web service as client of another certificate-secured service - first call returns 403, second call succeeds
I've got a web service in Azure, and I'm trying to troubleshoot an issue that has only cropped up while trying to migrate the systems to IIS 7.5.
My web service, when called, makes a call to another ...
2
votes
1answer
572 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 ...
2
votes
1answer
474 views
restricting access to a web service based on SSL Client certificates (authorization)
I have a website where I've required client Certificate.
I have configured my IIS website with the following :
<location path="MySecureService">
<system.webServer>
<security>
...
2
votes
2answers
939 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
...
2
votes
0answers
145 views
How to attach the certificates to C# client for ODATA service
We have a ODATA service which is being secured using certificates. We are using AddWebReference to get the proxy in our C# code.
Is there a way to attach the certificate that is in out certificate ...
2
votes
1answer
1k 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.
2
votes
2answers
86 views
Certifications for developing bank apps
We've got a project at work coming up that, if we take it, would be developing an iPhone App for a bank. It's pretty standard, it'd be like any other one you've ever seen.
My questions is, do any of ...
2
votes
1answer
1k views
Fighting with certificates: Access was not successfully obtained for the private key
I work in company with many servers and Pcs for developers. Servers are win2003, PC developers Windows XP.
In a server Win2003 named preiis01, in preproduction environment, other people in company ...
2
votes
1answer
403 views
Sending Client Certificate though HttpWebRequest, intermittenly working
I have created a web application that calls a web service that requires a Client Certificate for authentication. Here is a snippet of how I am building the request:
// Grab Certificate
...
2
votes
1answer
1k views
Tomcat SSL: No trusted certificate found
I created a certificate using keytool:
keytool -genkey -alias tomcat -keyalg RSA
Exported and imported it into my keystore:
keytool -export -alias tomcat name.crt
keytool -import -file name.crt
...
2
votes
1answer
107 views
As a company, can I purchase a single certificate for signing multiple Adobe AIR applications and versions of those applications?
I really hope I'm misunderstanding applying certificates to Adobe AIR applications. Certificates are expensive for my budget at around $300 or more last I checked. I don't quite understand the ...
2
votes
1answer
1k views
Where to store X509 certificate for Windows service?
I have a Windows service that will normally be run using the Local System Account (although in some installations it may as a specific user account).
The service is using WCF, with communication ...
2
votes
1answer
1k views
X509Certificate and SSL
Trying to do basic SSL-authenticated Web Service using Visual Studio 2008 .NET 3.5 "Service Reference" object created from WSDL. We have tried three methods 1) Setting Client Certificates (to match ...
2
votes
1answer
329 views
J2ME intermediate certificates
In J2ME when you sign a JAR with a certificate chain that includes an intermediate certificate (such as one from obtained from Verisign), does the device need to have the intermediate certificate ...
2
votes
2answers
122 views
What instructional toy programs do you suggest writing to understand certificates?
I understand better some concepts when I write toy programs for isolated aspects of the problem at hand. For instance, for encryption you can write a program to encrypt and then decrypt a string.. and ...
2
votes
1answer
784 views
WCF client certificate signing : how to?
So I have a WCF service where I have various parts of the service contract with a ProtectionLevel of Sign. I set the credentials on the client side by choosing a certificate from the certificate ...