Skip to main content

All Questions

0 votes
0 answers
150 views

How to obtain a certificate request from an existing certificate

I've got a server where a .p12 is on it that has been converted to a .pem (files: certserver.p12, certserver.pem, certserver.pass for the password). I now got a request to make a new certificate-...
Thomas's user avatar
  • 445
2 votes
2 answers
451 views

How to teach git to trust github on linux?

Recently on my linux system i have run into an issue of not being able to commit to my own github repository. When i try to do it, that's what i get: my prompt: > git push --verbose Pushing to ...
Srv19's user avatar
  • 361
0 votes
0 answers
639 views

Is it possible to use SSL client certificate authentication with client programs that do not specifically accommodate them?

I have set up a webserver with several self-hosted apps for my personal use. In order to make sure that I am the only person who can connect to my server, I have generated client authentication ...
Stonecraft's user avatar
0 votes
1 answer
190 views

SSL | Error WARNING: cannot verify certificate

Last week one of my domains stopped loading http content. Domain pings, apache is active, I restarted apache. It looks like the reason is there is a problem with the SSL certificate. Should I just do ...
mister mcdoogle's user avatar
0 votes
2 answers
6k views

Links SSL Error

What version of links does the user called "bytepool" have that he's able to find this workaround? Refer to link below. How to tell `links` to ignore expired SSL certificate and proceed? He writes "...
jerz4lunch's user avatar
2 votes
2 answers
6k views

Fedora 18 - error [Errno 14] Peer cert cannot be verified or peer cert invalid

When i run the command: sudo yum install perl-bioperl I get the error [Errno 14] Peer cert cannot be verified or peer cert invalid. My system details are: Linux localhost.localdomain 3.11.10-100....
priyanka's user avatar
  • 123
24 votes
2 answers
55k views

Permissions for SSL key?

I'm trying to set up a secure connection (https) in nginx. But I'm a bit worried about the private key's permissions, which aren't mentioned in any tutorial. Should I change them? To what?
ChocoDeveloper's user avatar