0
votes
1answer
30 views
Consume a webservice - WS Security
I am about to develop a windows applikation which need to communicate with an Axis2 webservice using Web Service Security - all the documentation says is, that the SOAP security co …
1
vote
2answers
249 views
X509 guide/tutorial in C#
Can anyone point me to a good introductory materials on X509 certificates with examples in C#.
0
votes
0answers
90 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 …
0
votes
1answer
40 views
winhttpcertcfg giving access to iiS user in Windows 7
I need to give access to the IIS user to a pfx certificate. The website is running under the App Pool under some user AppPoolUser. IIS automatically has the user name "IIS APPPOOL …
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
14 views
revoked client certificate
Hi guys, I have little problem. I used certificate authority in windows server 2003 and revoked client certificate. The client certificate is in revoked certificate. I try verif …
3
votes
1answer
72 views
Java: How to show a dialog to let the user accept SSL certificates
I'm currently having a self signed certificate for my HTTPS webserver.
In my java program there is a SSLSocketFactory that will create a socket to the webserver. The default imple …
1
vote
2answers
44 views
How can I use a ssl wildcard certificate to mutually authenticate several WCF servers via X509?
I've got two WCF servers, both on the domain mydomain.com (fictional example, as are IP below !), respectively named server1 and server2.
They are both accessible through their pu …
1
vote
2answers
93 views
Creating an X509 Certificate in Java without BouncyCastle?
Is it possible to sanely create an X509 Certificate in Java code without using the Bouncy Castle X509V*CertificateGenerator classes?
0
votes
0answers
10 views
Cert_Cookie Server Variable
Does anyone have any information regarding the cert_cookie server variable and how it is generated? I can not find any information on this variable except that it "returns the uni …
0
votes
1answer
80 views
Missing Client-Certificate´s PrivateKey
Hi people,
can someone tell me please why i dont have the cert.PrivateKey (=null) after i instantiated an X509Certificate2 from an HttpClientCertificate during a web method call.. …
0
votes
2answers
74 views
Exception When Reading OCSP Signing Certs in Java
Hi all,
I'm currently working on getting a Java application (JRE 1.5+) to talk to a Windows 2008 OCSP Responder, and I'm getting a strange error on trying to read the Responder's …
0
votes
1answer
74 views
Bad OpenSSL certificate
Hi,
I am trying to make a fake CA and sign a certificate with it to use with stunnel (which just seems to be calling OpenSSL routines, so you probably don't need to know the progr …
0
votes
3answers
157 views
x509 certificate for only one application - which OIDs to choose
I'm creating application that will create certificates for users. I want to mark somehow those certificates so that later I can search them in windows user certificate store by fol …
0
votes
1answer
98 views
How to get the SSL certificate of a server running a web service from the client app? - C# .NET
Hello,
I have a client program written in .NET 2.0, that connects to the web service.
I used Visual Studio to generate a class derived from SoapHttpClientProtocol,
every method wa …
