Tagged Questions

1
vote
2answers
84 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 …
2
votes
2answers
57 views

Solutions to web service client certificates/auth best practices

I have a simple web service that has an API third party developers are allowed to access. The API mostly follows REST principles. I'm interested in solutions to make the API more secure by requiring …
1
vote
5answers
229 views

What recognized computer language certificates exist?

I have always wondered about this: do computer language certificates exist as it happens with natural languages? For example, if you are a foreigner, you can always go to learn English and sit an …
2
votes
2answers
99 views

What do CAs (Certificate Authority) deliver from CSR ?

I need an SSL certificate for a web server. I can generate a self-signed SSL certificate with the following OpenSSL commands: openssl req -newkey rsa:512 -x509 -days 365 -nodes -out cert.pem -keyout …
0
votes
1answer
66 views

Revoking certificate in c# with ICertAdmin2::RevokeCertificate method

How to import certadm.dll into managed project and use RevokeCertificate method? I tried adding it as reference but I got error asying it's not assembly or COM object. Any ideas? UPDATE: I already …
0
votes
1answer
149 views

Could not find trusted certificate

Problem: I'm getting a thrown error from javax.net.ssl.SSLHandshakeException (see attached picture) Is it possible for Java to have a corrupt or missing CA cert? If so how can I repair or resolve …
0
votes
0answers
96 views

Missing X509 extensions in certificates created with Certificate Assistant

I'm reposting my question from discussions.apple.com since it hasn't been answered, yet: Certificates created with "/System/Library/CoreServices/Certificate Assistant.app" (verion 2.0, build 32175) …
2
votes
3answers
266 views

Which code signing authority should I go with?

I'm looking at options to buy a code signing certificate for my company. I want it to be usable for MS Authenticode and also for Java and I want it to be trusted with the default trusted authority …
0
votes
2answers
285 views

ClickOnce Trusted Root Certification Authorities

Hello, I migth have another question about SSL. I have a Smart Client and I deploy it using ClickOnce. In this Smart Client application, I call a HTTPS Web Service. I need so to install a Trusted …
0
votes
0answers
79 views

Certificate Authority for myself/small organisation

I need a small CA software which meet following criteria: CLI Interface (we all really hate gui things for server software, don't we?) Issuing certificates for websites. So I just can install one …
1
vote
1answer
381 views

Code signing Windows Mobile applications - Recommendations?

I'm tasked with obtaining a code signing certificate. Our application actually consists of 2 complementary components: a desktop application and a Windows Mobile application designed to run on PDAs. …
1
vote
2answers
504 views

How do I programmatically remove a certificate in Trusted Root Certification Authorities?

I need to be able to remove a specific certificate from each PC in my organization. Yes, I could go seat-to-seat, but I have until Thursday to pull it off, and I don't have the manpower to go …
0
votes
0answers
139 views

Certificate autoenrollment errors on Win 2003 development server

Automatic certificate enrollment for [userid] failed to enroll for one Basic EFS certificate (0x800706ba). The RPC server is unavailable. I have been getting these errors for a few weeks, about a …
1
vote
3answers
341 views

How do I code Citrix web sites to use a Secure Gateway (CSG)?

I'm using Citrix's sample code as a base and trying to get it to generate ICA files that direct the client to use their Secure Gateway (CSG) provider. My configuration is that the ICA file's server …
3
votes
4answers
715 views

Why is using a certificate, made with the MakeCert tool, in production bad?

I'm currently working on a project where I've created a CA cert and a couple of child certs to that CA cert. The certificates are going to be used to protect inter-server communication in a SAMLV2 …

1 2 next
15 30 50 per page