-
as seen on Server Fault
- Search for 'Server Fault'
A simple question here.
One application gave me this exception when trying to access a website with a expired certificate: java.security.cert.CertificateExpiredException
So, I renewed the certificated from the website machine and restarted it. When I try to access it from Firefox or Chrome it will…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Need to share few information regarding SSL certificates and there types, which SSL certificates are widely used etc.
There are several SSL certificates available in the market today inorder to secure your domains, multiple subdomains, your applications and code too. Few of the details are mentioned…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I use a VPS with Ubuntu Server 10.10. I want to use Jetty and run the command sudo apt-get install jetty but it fails because the installation encounted errors while processing ca-certificates-java.
I have tried to install the failed package with:
sudo apt-get install ca-certificates-java
How can…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I am trying to report a bug but I get
root@beagle:/usr/lib/python2.7/dist-packages/apport# apport-collect <bug_id>
ERROR: connecting to Launchpad failed: [Errno 1] _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
You can reset the credentials by…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I have created an SSL certificate authority including a sub-authority to issue certificates. I have copied the root certificate to /usr/share/ca-certificates/extra and added it to /etc/ca-certificates, then ran dpkg-reconfigure ca-certificates and update-ca-certificates.
After it said "Adding debian:…
>>> More