I am having some trouble with hosing.
Currently on our server have have 6 or so IIS sites hosted. They are all http currently: and work on port 80 with the host names set.
Now I want to go an change them to use SSL. But this then removes the ability…
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 https://... from a client browser. But it's a little…
I have godaddy ssl certificate for domain.There wasn't any problems with my SSL certificate and visiting my domain(Haven't receive any errors), but couple times(two weeks ago) when I visited site from other(mobile, tablet and desktop)…
I have created 2 certificate authorities
req -new -x509 -keyout privACAkey.pem -out ACAcert.pem -days 1024 -config openssl.cfg
req -new -x509 -keyout privBCAkey.pem -out BCAcert.pem -days 1024 -config openssl.cfg
and I want the CA of the…
can somebody please explain about the trust model in the know CA's ??
here's what i mean:
microsoft.com for example can use Verisign Certificate for their domain - what are the chances for an attacker to ask for a M1crosoft.com domain ?? very…
This is new concept to me and i understand a little bit after some googling;
I have a cacerts file available on my server at work and is being used by my java application. I can use keytool untility to read the contents of this file, I understand…
I want to verify public key of my algorithm using CA certificate. Is there any way to put .cer file of CA in browser certificate repository and verify signature using that certificate in javascript?
Use case: I used one algorithm for doing digital…
I'm trying to setup a CAS-based echosystem on the Jelastic infrastructure. I was able to setup both the server and a client under the same Tomcat 7 instance, using the example web application described here. The SSL certificates (CA and server's)…
I would like to have an SSL cert for *. That is, for any domain whatsoever. The idea is to sign it with a custom CA cert, install that CA cert on a target device, and use that device to connect to ip-based addresses (e.g. https://192.168.1.123).…
For example - let's take jks which contains Comodo CA root cert, few intermediate certs and own server signed cert:
# keytool -list -keystore akira.jks
Enter keystore password:
Keystore type: JKS
Keystore provider: SUN
Your keystore contains 5…
I'm currently trying to change my daemon from a regular unencrypted one to one using SSL.
I'm doing this the following way:
System.setProperty("javax.net.ssl.keyStore", "keyfile.jks");
System.setProperty("javax.net.ssl.trustStore",…
I'm having a problem with a particular HTTPS get call when I upgrade to 6.6.3. I'm not sure if this is actually true, but it seems that with the new security enhancements it seems that meteor is actively trying to authenticate the CA from which the…
Does anybody know whether it's feasible to have a csr signed by two CAs and deliver both certificates?
Reason for asking:
a server running several services (https, mail, imap, git, xmpp...) and i run a CA for it, also used for client certs (xmpp,…
I have 3 mail servers.
1st mail-server for the CAS.
2nd mail-server for the Hub-Transport.
3rd mail-server for the DR/DAG.
I am backing up my 1st and 2nd server with CA ARCServ 16.5 with the following conditions:
Daily Incremental.
Weekly…
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 Manager / eHealth, Nimsoft - what are the areas of…