Tagged Questions
The ca tag has no wiki summary.
13
votes
12answers
4k views
Self-signed SSL Cert or CA?
I would like to have the authentication and registration parts of my website encrypted (for obvious reason). This site is currently and older site which some friends and I started in middle school ...
3
votes
1answer
437 views
Android: List of available trusted root certificates
Is there a android developer page that lists all of the trusted root CAs?
I know I can just pull the file, and list them using keytool - looking for a published web page.
3
votes
4answers
1k views
SSL question: How does a ROOT CA verify a signature
Say when using https, browser makes a request to the server and server returns its certificate including public key and the CA signature.
At this point, browser will ask its CA to verify if the ...
2
votes
1answer
242 views
CA Siteminder, Agent.Init() fails indecisively
While using CA Siteminder's JAVA SDK API we noticed a starnge issue that sometimes the init fails randomly. Also re-initializtions happens later with no change in the system. It's little alarming and ...
2
votes
1answer
2k 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
...
2
votes
1answer
1k views
Client SSL with Self Signed CA not working
I have been struggling with an SSL problem for more than 1 month.
We have used openssl to generate our own CA, server and client certificates. We have also
enable "SSLrequire" on the Apache web ...
1
vote
1answer
54 views
self-signed certificates in an identity federation scenario
I'm using WCF webservices with WIF. More specification, I'm using WS2007FederationHttpBinding. All works well on the localhost machine used for development.
However, when trying a remote install with ...
1
vote
2answers
71 views
Does a truststore also need a CA's certificate to authenticate?
I am using WSO2 ESB 4.0.0 and Application Server 4.1.0 to talk with each other over SSL. Both have been configured with the same keystore. Both are on different servers. The reason for this is so ...
1
vote
1answer
91 views
Add a new trusted CA to Netbeans SVN manager
So I have a private SVN server for my company that has its own self signed certificate, it was signed by the company CA, I have the CA certificate and I want to add it to the list of default trusted ...
1
vote
1answer
216 views
WCF SSL certificate using an enterprise CA
For an application, I need to have a SSL certificate for a WCF service,
So we installed it. If I go with an internet browser with a web browser trough https, I've got no problem, no warning, nothing, ...
1
vote
1answer
109 views
How to run rollback custom action in Wise Installer Editor?
I'm making an installer that uses certain custom actions. I want to create a rollback action that undoes this changes when the installation is cancelled or unsuccessful.
What I've tried so far is ...
1
vote
3answers
808 views
Installing curl with ssl so I can install homebrew
The Solution
I used Bruno's post to find the solution, but feel that it needs to be made more concrete, so this is explicitly what I did.
Downloaded cacert.pem into my ~/.ssh dir (I don't know if ...
1
vote
1answer
426 views
android: how to accept CA certificate
I am trying to make a secure connection to a OCS server through https in android.
I found the EasySSLFactory and EasyX509TrustManager classes to make android trust the certificate but I don't know ...
1
vote
2answers
332 views
Calculate coordinates between startpoint and endpoint
Given..
1 - The start-point GPS coordinates,
2 - The end-point GPS coordinates,
3 - The speed at which the object is travelling,
4 - Knowing that the trip trajectory will be a straight line...
How ...
1
vote
1answer
678 views
Import client self signed cert into java keystore
See also: Can a Java key store import a key pair generated by OpenSSL?
I am provided with the following files to authenticate against a thrift endpoint:
cacert.pem
local.crt
local.key
I am ...
1
vote
3answers
134 views
mca or various ca (multivariate analysis)
I will make a analysis about some information of my company.
I thought making a ca to representate the association between two variables. I have 3 variables: Category, Tag, Valoration. My idea is to ...
1
vote
3answers
4k views
Comodo certificate apparently recognized in IE but not FF/Seamonkey/
I am trying to get a Comodo certificate recognized on a webserver written in Python using ssl. When I visit in IE8, the certificate is recognized without difficulty. But when I visit with Firefox ...
1
vote
2answers
1k views
C# utility to create a CA
I'd like to create a utility in C# to allow someone to easily create a Certificate Authority (CA) in Windows. Any ideas/suggestions?
I know I can use OpenSSL to do this. In the end, I'll want this ...
0
votes
2answers
45 views
can not bind to the LDAP directory with secure connection with php
Installation Information:
I have two Windows servers. One (Windows Server 2008 R2) is a domain controller (DC) with Active Directory (AD).Its name is s1.xyz.com. The second (Windows Server 2003 R2) ...
0
votes
2answers
22 views
Matlab java interface: java.io.IOException: The issuer can not be found in the trusted CA list?
I am calling java function from matlab. The function is running fine in eclipse but when I call in from matlab I get this exception:
java.io.IOException: The issuer can not be found in the trusted CA ...
0
votes
0answers
62 views
MS CA Exit Module
Is it possible to make a CA Exit Module in .NET?
I only found a c++ project in Microsoft SDK samples. I tried to follow the example in:
...
0
votes
3answers
38 views
How to generate a client ssh key at each connection?
For now, I think that the public key that is used on a client-side is reused several times (maybe as long as the config dosn't change I think). I assume we are using the password method.
This worries ...
0
votes
1answer
110 views
Crash due to CALayer bounds contains NaN: [0 0; nan 20]
I am working on an iOS app that incorporate tableviews within tab bars however when the user presses a tab bar, the application crashes and I'm not sure why - the crash is due to CALayer bounds ...
0
votes
1answer
54 views
Checkout previous success version (revision) in teamcity
Oure teamcity server (6.5) configured to checkout sources from SVN. For some build proceess cases I need checkout previous successfully builded version(revision). Can teamcity do this? And if can, how ...
0
votes
1answer
46 views
Certificate Type for Document Signer Product
Does anyone know what is certificate type that required to be bought from certificate authority, if I want to develop a product that will signing documents (typically PDF).
So I will keep one ...
0
votes
0answers
47 views
CA server is going to be decommissioned. What will happen with internal-reverse proxy connection?
Tell me please what will happen if my ssl CA server is decommissioned and I am using certificates signed by this CA to establish connection between internal Apaches and reverse proxies Apaches?
...
0
votes
0answers
589 views
X509 CRL check in offline root ca environment using Windows Identity Foundation
I have a web application which is using the default certificateValidation settings for token handling within Windows Identity Foundation, i.e. certificateValidationMode="PeerOrChainTrust" and ...
0
votes
2answers
292 views
Can I sign ActiveX control with root certificate?
I have an ActiveX control, which is supposed to be installed at the first visit of web-page.
I have self-signed certificate, created with OpenSSL, and its child. The problem is that if I sign an ...
0
votes
1answer
249 views
real time gui for python using only traits
Is it possible to create a ui using traits from python to make an interface for a cellular automata simulation?
0
votes
2answers
235 views
Wix Custom action on startup
How can I launch Wix Custom action (from C# .NET CA Lib) before any UI happens ?
0
votes
1answer
218 views
How to apply a free third party CA and set up Tomcat SSL with it
These days I tried to apply a free third pary CA ( www.cacert.org & www.freeca.cn ) and then set up Tomcat SSL with the CA. My purpose is to eliminate the "Certificate Error" page when accessing ...
0
votes
1answer
272 views
Virtual machine monitoring/optimization - what tools?
What are the tools available to place on the level on top of VMWare or Xen (or other VM managers) that would monitor the VMs?
I know there are a few solutions like Netuitive, CA Infrastructure ...
0
votes
3answers
2k views
self-signed certificate issue
I am doing self-signing certificate in my test environment. Here is more details about what I am doing.
http://www.hanselman.com/blog/SigningPowerShellScripts.aspx
My brief steps are (the purpose is ...