1
vote
1answer
20 views
LDAPS - shouldn’t certificate be assign to exactly the same hostname to which I try to connect?
Hi,
I try to connect to an LDAP server by LDAPS protocol, and I define the URL using the IP of the server.
The keystore I use contain a certificate which was issued to this serve …
2
votes
1answer
14 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 intermedi …
0
votes
3answers
56 views
QuickBooks Online Edition - Integration with ASP.NET using client certificate
I want to integrate QuickBooks Online Edition (QBOE) with my web application. I have been able to subscribe, get connection/temp session ticket etc but the only problem is that I a …
1
vote
2answers
71 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: p …
0
votes
1answer
35 views
Use certificate to access a local program?
I would like, when running a local program, for this program to be able to check in the current directory for a certificate and only if it finds this certificate to be valid, to gi …
2
votes
2answers
52 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 de …
0
votes
6answers
221 views
Using client certificate not in certificate store
Hello,
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 rea …
0
votes
0answers
8 views
How to find out if user’s certificate is about to expire
I have a WebForms app on IIS7 with clients authenticating via certificates. Is there a way to read from client certificate (one on the server or the one that client supplies) to fi …
0
votes
1answer
37 views
Problem registering Push Notifications. HELP!!!
Hello, I've recently started developing iphone applications for a project at school and I've been having some problems testing push notifications. I've read I need to get some SSL …
0
votes
2answers
173 views
Self-signed certificate - unable to open certificate
I need a self-signed certificate to create a clickonce app in C++. I'm a real novice at deployment, so I'm following:
How to create a self signed certificate
Here's the command s …
0
votes
0answers
23 views
Converting .PFX to .PEM programmatically ?
I need to programmatically extract certificates and their private keys from a MS certificate store, and get them to the .PEM format somehow. I don't want to use OpenSSL at the com …
0
votes
1answer
35 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 t …
0
votes
0answers
18 views
Get list of certificate issuers in Firefox on Linux
I need the ability to automatically check if the current user has a certificate installed from a specific issuer in the Firefox certificate store on Linux. Ideally I'd like to be a …
0
votes
1answer
27 views
Certificates permission issue
I have certificates stored in the "Personal" section. I guess this ends up being stored in the registry somewhere.
Our IIS app gets installed with its own App Pool running under …
2
votes
3answers
340 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 fo …
