0
votes
2answers
27 views
Accept SSL Certificate in vb6 using the Webbrowser control.
The Problem:
I am creating a vb6 application that will connect to a particular web service located on a a HTTPS site. The problem is, the HTTPS site I'm accessing requires all requ …
0
votes
2answers
34 views
WCF : Could not establish trust relationship for the SSL/TLS secure channel with authority - back to the drawing board
Really thought I had this issue fixed, but it was only disguised before.
I have a WCF service hosted in IIS 7 using HTTPS. When I browse to this site in internet explorer, it wor …
1
vote
1answer
14 views
How can I create an automated test for valid WIndows installer certificates?
We have a situation where for some reason the certificates on our Windows Installers for our product tends to get broken or go bad. Never mind why, the key is that it is not curre …
1
vote
3answers
60 views
How can I verify that a certificate is an EV certificate with Java?
Consider the following sample code which uses a TrustManager to log whether an outgoing connection used a valid certificate (but accept the connection in all cases):
import java.s …
0
votes
1answer
23 views
Determine certificate type
There doesn't seem to be any sort of standard naming convention for OpenSSL certificates, so I'd like to know if there's a simple command to get important information about any Ope …
0
votes
2answers
103 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 …
0
votes
3answers
26 views
multiple services with same self-signed certificate
I've got a WCF intranet application I'm working on that will have 150 clients controlled/monitored by a control application. Is it kosher to create a self-signed certificate and i …
0
votes
1answer
23 views
After VS2008 to VS2010 project upgrade getting “manifest signing certificate” error
I created a test project with VS2008 C# Express on computer 1 (Vista).
I converted it to VS2010 C# Express on computer 2 (Windows 7).
The converted project gives me this error:
…
0
votes
1answer
24 views
CertCreateCertificateContext returns ASN1 bad tag value met
Hi,
I'm loading a .p7b certificate file into memory and then calling CertCreateCertificateContext on it, but it fails with the error "ASN1 bad tag value met.".
The call look like …
0
votes
1answer
25 views
Where is the trust store in JBOSS for a self-signed certificate?
I have created a self-signed certificate on my server.
Now I need to import the certificate to the trust store so that the application . If it was Tomcat, I would put it here:
%J …
0
votes
2answers
32 views
How to create a self signed certificate with the private key inside in a file in one simple step ?
I'd like to generate a certificate for development purpose but, I don't want to install the certificate in the store.
makecert with the switch -pe doesn't create the private key i …
0
votes
2answers
75 views
Client-side SSL theoretical question
I work at company X and we want to engage in a B2B transaction with company Y. In doing so, Y is requiring client side authentication; they already provide server-side authenticat …
0
votes
1answer
22 views
Problem with certificate
Hi,
I´m developing a tool (ASP.NET page that generates a file with stamped with a private key to be validated later on other app.
I´m using makecert for the certificate creation: …
0
votes
0answers
19 views
Change pfx password in .NET
Hi, I wonder how to change the password for .pfx file using crypt32.dll. I tried :
public bool ChangePassword(String pfxfilename, String pswd, String newPfxfilename, String newPs …
0
votes
1answer
27 views
SAML: Why is the certificate within the Signature???
Hi,
I have to implement SSO with SAML for my company's website (as the relying party). An essential part off course is the verification of the signature. Here is the signature par …
