Tagged Questions

0
votes
1answer
31 views

Windows user profile seems to be blocking certificate auth on webservice calls

I have a Delphi app that's running on Windows Server 2003. The app communicates with a webservice on another server that is protected by a Cisco ACE XML Gateway requiring a certificate for client …
1
vote
1answer
13 views

Create key pair for BizTalk AS2 connection

I need to create an AS2 connection in BizTalk Server 2006 R2 to communicate with a business partner. I've worked with BizTalk AS2 config before and the BizTalk docs have pretty good walkthroughs about …
0
votes
0answers
12 views

SignedCms.CheckSignature() with renewed cert -> new serial?????

hi programming folks, i am using SignedCms.CheckSignature(certColl, true) (with only one cert in certColl) to verify the signature of a pkcs-7 message. My problem is that i dont want to change the …
0
votes
1answer
31 views

How do I create my own wildcard certificate on Linux?

Does anyone know if it's possible to create my own wildcard certificate under Ubuntu? For instance, I want the following domains to use one certificate: https://a.example.com https://b.example.com …
0
votes
0answers
20 views

Axis client with changing keystorefile. org.apache.ws.security.WSSecurityException: General security error (No certificates for user user1 were found for signature)

Hi, I have a problem with axis2-client inside JAX-WS web service. This JAX-WS web service is inside Tomcat container. Keystorefile is retrieved dynamically from database. When I start Tomcat I can …
0
votes
2answers
41 views

Java: Invalid keystore format, when generated through code

This has been asked a couple of times, but none provide coded test cases. Here I give an example of the problem: programmatic generation of a Keystore (works) creation of certificate within that …
0
votes
0answers
16 views

Try to add pvk to certificate store

I try to add my private key to the certificate store. I run this commande certmgr -add File.pvk -s -r localmachine root I Always got the error : Failed to open the source store Any idea ?
1
vote
2answers
68 views

How can I have multiple SSL certificates for a Java server

I have an in-house HTTP server written in Java; full source code at my disposal. The HTTP server can configure any number of web sites, each of which will have a separate listen socket created with: …
0
votes
1answer
29 views

Code signing didn’t complain when I changed an exe file?

I purchased a code signing certificate and all looks well. When tested inside a clean Virtual PC OS I no longer get the "The Publisher could not be verified" message. So just for grins, using a hex …
0
votes
1answer
19 views

How to obtain codesigned application certificate info

Hi folks, I am having a tough time finding an answer to my codesigning issues. We have an application for Mac OS written under Cocoa. Finally - we did our codesigning, but i would like to add an …
0
votes
1answer
13 views

Generate certificate for signing AIR app

How do I generate a self-signed certificate to sign an adobe AIR app? I'm using the maven flexmojos plugin. I've followed an openssl tutorial to generate a .p12, but now the mvn plugin /adt compiler …
0
votes
0answers
26 views

Where did ‘My” certificate store go?

Because I'm awesome I'm trying to run the latest WIF demo app using VS2k10 B2 on my 7 boxen... 64bit of course (my neckbeard is strong) I'm having a problem getting it running. Part of the whole demo …
0
votes
1answer
31 views

Automating Clickonce deployment with security ( certificates etc. ) such that client installs the application without any prompt.

Hi, I just read this --> Configuring ClickOnce Trusted Publishers and got it running at another computer on network. I deployed the application on network itself (i.e. \\abc\something ). Though I …
0
votes
0answers
29 views

SslRequireCert doesn’t work with a WCF-service

I'm currently developing a RESTful service using WCF and WCF Rest Contrib. The service is split into two parts: BasicAuthService and CertAuthService. On the first one the client is authenticated using …
1
vote
2answers
179 views

WCF service certificate and client side endpoint identity - why it doesn’t work?

[Update] - I attach also full config files, for service, and for client (outside of here, not to flood the topic) I'm having situation pretty much identical to the one outlined in this question, …

1 2 3 4 5 17 next
15 30 50 per page