The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
16 views

Self signed SSL client certificate not received by server

I am trying to implement two way ssl authentication in asp.net mvc 4 web api project. I'm following the blog posted at http://woloski.com/2012/08/04/securing-aspnet-webapi-with-clientcerts/ but cannot ...
2
votes
0answers
60 views

Node.js not allowing CA cert from an api?

I keep getting UNABLE_TO_VERIFY_LEAF_SIGNATURE When I set rejectUnauthorized: false, it connects and makes the request. Then it sends back the correct data. I am using Node's https request ...
0
votes
0answers
12 views

Untrust Root CA with cert imported in IE Trusted Root

We encounter below problems, Could someone help? on some PC, when user access website signed by my company CA, IE will show untrusted certificate page. But the certificate already imported in the IE ...
0
votes
1answer
50 views

How to choose which WIX dialog to show OnExit based on condition

I have two WIX dialogs in my setup project Final form which is to be shown when installer terminates with status 'success' <Dialog Id="FinishedForm"> ... </Dialog> and page to show ...
30
votes
4answers
25k views

PHP CURL HTTPS causing exception SSL certificate problem, verify that the CA cert is OK

I am using xampp(www.apachefriends.org) for development. Recently I upgraded my installation of xampp from an old version to 1.7.3. Now when I curl https enabled sites I get the following exception ...
0
votes
1answer
141 views

SecTrustSetAnchorCertificates with client certificate

I am developing iOS Application. We have custom certificate authority with self-signed ca-cert. Certification authority issues certificates both for users and for https server too. I would like to ...
0
votes
1answer
27 views

Generating a Private Key From CA with OpenSSL

I'm trying to use OpenSSL to create a private key which matches (the public key of?) a certain CA (PEM file), but I don't know what command to use to achieve this. If I just create a random private ...
0
votes
0answers
51 views

Correct x509 Extentions for an SSLserver certificate

I have a task to sign a SSLserver certificate request with my CA server. I have created the certificate request via the SSLservers private key. I have then proceeded to sign this request with the ...
0
votes
1answer
39 views

Making secure HTTPS connection

I got a task on my Security classes. I have to generate two RSA keys (A and B), treat B as CA and then: For key A: Generate a certificate request. Receive certificate from CA. Use this key and the ...
1
vote
2answers
47 views

Dispute over the efficacy of using public CA certs to secure SAML assertions

Here's the question: Is there any benefit to securing a SAML assertion with a CA cert? I understand how using a CA cert is of benefit when establishing the SSL connection over which the SAML ...
2
votes
0answers
106 views

How can I create a chained certificate using self signed chains of certificate

I am trying to convert my rails application to work as https://. For testing purpose I created a self signed certificate using openssl. I am using nginx as web server. Then I configured the nginx ...
0
votes
1answer
101 views

EJBCA adminweb Authorization denied

I am currently testing with EJBCA while having a problem in accessing the administration page. The EJBCA-4.0.13 is running on CentOS 6.2, with apache-ant-1.8.4, jboss-5.1.0-GA, mysql and ...
0
votes
1answer
116 views

IIS7 Require SSL with must Require option

I hosted an ASP.NET Web API project in my Windows 7(IIS7) developer machine on HTTPS(443) and SSL Required ticked with Require Option true. For testing I give its host header value : ...
0
votes
1answer
312 views

View Autosys job status as dependency diagram

Are there any tools to display an Autosys (aka: CA Workload Automation) component as a diagram that shows the dependencies between jobs/boxes? I've heard of the Dependency Graph, but it doesn't appear ...
0
votes
0answers
28 views

Using xlightweb how to authenticate a server (if it uses trusted CA's in its certificate chain)

Basically i'm creating a HTTPS connection using xlightweb, as follows: SSLContext ctx = SSLContext.getDefault(); HttpClient httpClient = new HttpClient(ctx); Is there a way (either in ...

1 2 3 4 5 6
15 30 50 per page