SSL (Secure Sockets Layer) is a protocol that is used to encrypt and authenticate connections between clients and servers. Certificates are configured on the server so that the client can verify that the connection has not been hijacked, as well as verify that the connection is secure from end to ...
0
votes
1answer
18 views
Win 2008 R2 SSTP Certificate
I have a Win 2008 R2 server running on AWS EC2 and need the ability to VPN to it. PPTP isn't an option given EC2 firewall restrictions (no GRE routing).
I am planning to setup SSTP and it is my ...
0
votes
1answer
36 views
IIS 7.5 and HTTP 403.7 error with local and self-generated certificates
I need your help on a IIS configuration issue.
My computer is running Windows 7 Pro edition and IIS version is 7.5. The server, and the issue, is local only.
I have an ASP.NET 2.0 website with a ...
2
votes
1answer
26 views
Opening certmgr.msc to display the Machine level certificates
I want to view the certificates installed at the machine level, if I open certmgr.msc.
I am aware that we can open an mmc and app a snap in for certmgr. But I dont want to go that way.
I am aware ...
0
votes
0answers
15 views
Plesk 9 install ssl certificate on a subdomain
I have bought an SSL certificate, but I'm having some trouble installing it.
I have received a CRT certificate file:
----BEGIN CERTIFICATE----
.....
----END CERTIFICATE------
And a CA ROOT file:
...
2
votes
1answer
27 views
Where does the SSL EV registration number come from?
So I have filed for a SSL EV cert.
I believe I filled it out correctly however I am having doubts about the "Jurisdiction registration number" .
I assumed it was the Corporations EIN (Employment ...
3
votes
1answer
39 views
Adding a self-signed cert into trusted certificates list with powershell on Windows 7
I created a self-signed certificate on Windows 7 and deployed a web site with this certificate just to try it out.
When I configured the HTTPS endpoint and visit the site with HTTPS protocol, I get ...
0
votes
1answer
15 views
libapache2-mod-auth-pgsql and ssl-cert equivalent in CentOS
I switched this a time ago from Ubuntu to CentOS. Now, I faced this problem:
Trying to install a software that I installed before in Ubuntu, I stopped at the point where I need to install the above ...
2
votes
1answer
16 views
How to specify a CA for Courier POP3s?
We have our own CA that signed this certificate. Our CA's public cert is in /etc/ssl/certs on the server. It appears that Courier is not trusting or finding the CA cert?
I've added the CA to ...
2
votes
2answers
34 views
openssl req sets wrong “not after” date (overflow bug?)
I tried to gernerate my own root CA with a validity of 40 years as follow: openssl req -new -newkey rsa:4096 -x509 -days 10950 -extensions v3_ca -keyout myca.key -out myca.crt -config ...
1
vote
3answers
39 views
How do I install a wildcard SSL cert on a website running in a LAMP configuration on CentOS?
The wildcard cert is from Entrust.
It seems like it should be pretty straightforward but I haven't been able to get it to work.
This is for a new site that has not had an SSL cert associated with ...
0
votes
1answer
69 views
Exchange 2007 microsoft-server-activesync requires credentials internally
We've got a proper DigiCert wildcard certificate which appears to be set up properly on Exchange 2007.
The Microsoft test site https://www.testexchangeconnectivity.com/ passes without any problems as ...
2
votes
2answers
39 views
Cannot issue Computer cert to standalone computer from my ECA
All Windows 2K8R2 SP1 environment.
I have a working Enterprise Certificate Authority in my domain. I want to issue a Computer certificate (for Server Authentication purpose) to an external, ...
-1
votes
1answer
37 views
setup issue of two SSL certificate in one apache web server [closed]
Possible Duplicate:
Multiple SSL domains on the same IP address and same port?
I am trying to setup SSL certificate for my two domains on one apache web server. I do have two certificated ...
0
votes
2answers
59 views
Issue while configuring certified SSL certificate
I have got a nic signed certificate which I am trying to configure in my apache server without much luck :(. For this certificate to be generated, they needed CSR from my side. I created CSR using the ...
1
vote
1answer
93 views
Is it okay to use the FREE SSL Certificate offered by: Instant SSL by comodo? or Is StartCom better? [closed]
Is it okay to use the FREE SSL Certificate offered by: Instant SSL by comodo.
The site says:
Our promise to you:
There is absolutely no cost or commitment for your SSL certificate.
...
0
votes
1answer
35 views
Site down after renewing Intermediate SSL Pro Certificate (Verisign)?
I have a site where the intermediate certificate has expired. My IT guy says that he has renewed the intermediate certificate, but now the site is inaccessible with a 404 error page.
To troubleshoot ...
0
votes
0answers
26 views
IIS 7.5, prompt for client certificate only appears once (then 403.7)
On a Windows 2008 R2 server (IIS 7.5) I have configured a website with "Require SSL" and "Client certificates: Require", to always force clients to use certificates to access the site.
This works ...
0
votes
1answer
111 views
How to: Make X.509 Certificates Accessible to WCF
I have followed the instructions here
http://msdn.microsoft.com/en-us/library/aa702621.aspx
I runnning windows 2003 IIS6 with a seperate user account for the Application pool
I give this user access ...
0
votes
1answer
12 views
Using Single Domain SSL and Wildcard SSL in parallel on different IP addresses
I have 2 different IIS websites on different IP addresses. One is abc.example.com and another is *.example.com
I have a single domain SSL certificate on abc.example.com and now considering putting a ...
1
vote
1answer
129 views
powershell and remote signing
I've created a power shell script to run on start-up but its not working. I've never run a script through group policy so i don't know what the restrictions/best practices are. I've been told i need ...
2
votes
1answer
79 views
How do I set up my own CA for certs and begin importing it in my Computers and/or browsers
I'd like to set up my own Certificate Authority to sign things that are only used internally.
Does anyone have any steps they've used to set up their own CA and begin signing certs. I'd also like to ...
0
votes
0answers
89 views
Wildcard SSL certificates, EV
I run a Magento e-commerce store with multiple subdomains for an affiliate program, plus a main store. Example, foo.example.com and bar.example.com are affiliates, www.example.com is my main store. ...
1
vote
2answers
48 views
SSL certificate for HTTPS website running tomcat as non-root user on centos
Is it possible to setup SSL certificate for HTTPS website (on centos 6.2) running tomcat server (6 or 7) as non-root account (/home/user/tomcat)?
Previously, I has this working on ubuntu but after ...
0
votes
3answers
64 views
New SSL Certificate Installation Errors on
We replaced an old SSL certificate with a new wildcard SSL certificate from GoDaddy. We switched out this certificate last week and have been receiving calls from customers trying to register ever ...
1
vote
3answers
95 views
Is there a way to have all virtual servers use the same SSL certificate without having multiple IPs?
Is there a way to have all virtual servers,in Apache, use the same SSL certificate without having multiple IPs? I know that you can use a certificate on one site, per port and per IP, but can I make ...
1
vote
1answer
73 views
StartSSL certificate with monit
I'm trying to use a StartSSL (free) SSL certificate with monit.
I followed the wizard on startssl.com to generate first a private key, then a certificate. I then downloaded the ...
0
votes
1answer
82 views
Mac OS X Server: This root certificate is not trusted
I don't know much about certificates but one of them on a Snow Leopard Server just expired and I'm trying to replace it. It was self-signed at "birth" with the Mac mini server it came installed on.
I ...
-1
votes
5answers
76 views
How to verify if my certificate has been installed correctly?
My client sent me a CER file so I installed on my IIS. How do I verify that it has been installed correctly? The purpose of CER file is to access their SSL protocol.
Is there a sample aspx file that ...
2
votes
0answers
90 views
Windows 7 Pro Remote Desktop, improper client-side Certificate warning
I have a standard Windows 7 Pro x64 workstation which has Remote Desktop enabled, the workstation is part of a domain (Samba3, so NT4 style).
I have followed these instructions to my success, the ...
0
votes
1answer
43 views
thin server with GoDaddy ssl - access from osx
I have a thin server that i run with a certificate from GoDaddy and a private key i created before. I also have a file "gd_bundle.crt" that's probably required for access from osx (or iphones).
thin ...
1
vote
1answer
60 views
RDP Certificate Distribution Points
I am receiving the message "Your computer can't connect to the remote computer because the Remote Desktop Gateway's server's certificate has expired or has been revoked" when trying to access a TS ...
0
votes
1answer
127 views
apache Client Certificate Authentication errors: Certificate Verification: Error (18): self signed certificate
So I have been following instructions on setting up Client Certificate Authentication in Apache2 w/ mod_ssl. This is solely for the purpose of testing an application against CAA, not for any sort of ...
0
votes
1answer
78 views
Not going to the correct website root directory when using https
We have 2 sites hosted on an Apache server. everything with port80 is working fine, but when we try to connect using https we are redirected to the first document directory of port443 regardless of ...
2
votes
3answers
50 views
What are the risks of trusting a self-signed certificate on a development machine?
We have development machines that test web applications under development over https, because the deployed app operates over https.
We have a couple of internal url's set up in our hosts file, so ...
0
votes
0answers
18 views
How can I recover the SSL cert, private key, and password from an Aruba (nee Avenda) eTIPS RADIUS device?
I have a pair of eTIPS RADIUS devices from Avenda (recently acquired by Aruba). The old SSL certs were about to expire and I tried rolling back to an older configuration, but the devices will not ...
0
votes
2answers
54 views
Using a self-signed SSL cert for an HTTPS-based internal APT repository
I've set up a Debian repository (Ubuntu actually) for internal use with some private packages, and now want to make it available over the web to some specific servers. I would like apt-get / aptitude ...
1
vote
0answers
48 views
SSL is dead slow in Internet Explorer + Safari
I had a Comodo SSL certificate installed on my website yesterday, after going through a lot of trouble it has finally been activated.
I am, however, experiencing serious issues in Safari and Internet ...
2
votes
2answers
50 views
extra configuration needed after installing SSL certificate?
We recently developed two rather simple PHP applications for AXA (European bank). URL's are axa.tfo.be/incentives/cipres and axa.tfo.be/incentives/zrkk (access to both sites is restricted to visitors ...
2
votes
0answers
48 views
Windows 2008 R2 Active Directory + NDES CA, OpenSSL clients renewing certificates
I posted another question which seems to be getting nowhere, so maybe it was too specific (or I was on the wrong track).
I have OpenSSL clients which generate Certificate Signing Requests, which are ...
5
votes
1answer
67 views
Details on exact expiration datetime of an SSL certificate?
Let's say we have an SSL certificate for a site. According to a web browser, the certificate expires tomorrow, Dec 10 2011.
OK, but that glosses over time zones. When will it expire, exactly?
00:00 ...
0
votes
4answers
143 views
What happens if you install an SSL certificate?
I recently developed an incentive website for a European bank, and one of the requirements was SSL - the website displays some personal customer data (though no financial or really sensitive data).
...
2
votes
1answer
73 views
Why might Windows falsely claim a self-signed root CA certificate is revoked?
I created a self-signed root CA cert for internal test use, using openssl. This has been successfully installed and used as a trusted CA on a number of machines and platforms (Windows, Linux, various ...
0
votes
0answers
20 views
How do I create a certificate with HP Systems Management Homepage with Windows 2008 R2
I'd like to get a trusted, or even better a "green bar" certificate from my Windows 2008 R2 CA to work with my Insight manger home page of https://host:2381
I tried importing the file ...
-2
votes
3answers
94 views
Untrusted Connection issue when running my site in https
I'm using cloudflare to manage my DNS. When I visit my site under https:// it displays an "Untrusted Connection".
Is this most likely due to a DNS issue? Or, could it be happening because of a ...
0
votes
1answer
31 views
SSL Certificate failed install in IIS7
I can't seem to install my SSL in IIS7 because when I do it appears in the Server Certificates list but then if I navigate away from that page or refresh it then it disappears?
I don't know if it has ...
0
votes
0answers
50 views
SSL Migration from NGINX proxy to Citrix NetScaler VPX problems
We migrated a bunch of our sites (changed static IP addresses) from an NGINX proxy to a Citrix NetScaler VPX instance. We tested our sites using every browser available, and they all appeared to be ...
2
votes
1answer
97 views
How do I require client certificates with a specific username / password in Apache?
I have several clients certificates that my Apache httpd server requires clients to have (made using the instructions at http://www.garex.net/apache/). I would like to have an authentication that also ...
2
votes
1answer
133 views
Why can't openSSL verify google's certificate?
When I run the command openssl -connect www.google.com:443 from a Debian VM, I get the following within the output:
Verify return code: 20 (unable to get local issuer certificate)
What's going ...
0
votes
2answers
32 views
How can I make a private SSL certificate be trusted by end-users on two seperate ActiveDirectory domains
I have a web application that utilizes SSL. The website is not publicly facing, and is for private internal access only at our enterprise.
For security reasons, we run two separate Active ...
1
vote
0answers
20 views
Configure OpenSCEP to grant certificate requests automatically
I am trying to setup an OpenSCEP server that can grant certificates automatically instead of me running scepgrant command every time there is a new request? Can someone let me know how to proceed with ...