SSL certificate generation error 8016

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat SSL certificate generation error 8016
# 1  
Old 09-17-2013
SSL certificate generation error 8016

Hi guys,

I'm trying to generate a key using the genkey command in centos 6.4 and RHEL6.4, Every thing seems to go cool but I get this error message bad certificate request error -8016 and no key/cert is generated. I don't want use the many openssl(s) commands instead since genkey is a shourtcut for all of these openssl commands.

I used to do like

Code:
#genkey example.com

Thanks
# 2  
Old 09-17-2013
It is a known bug in 6.4. See https://bugzilla.redhat.com/show_bug.cgi?id=921108. A workaround is provided in the bug report.
# 3  
Old 09-17-2013
Can I downgrade to a specific package to get this issue done?
# 4  
Old 09-17-2013
Sure. Downgrading nss package to 3.13.6 apparently resolves the issue
This User Gave Thanks to fpmurphy For This Post:
# 5  
Old 09-17-2013
Quote:
Originally Posted by fpmurphy
Sure. Downgrading nss package to 3.13.6 apparently resolves the issue
VIVA, I did the update for the NSS package instead of downgrading (I tried the downgrade first and yum answered that only upgrade package available) and it worked!! Smilie

And this is what I did:

Code:
# yum upgrade nss

And this is the log of yum
Code:
Sep 14 02:05:02 Updated: httpd-tools-2.2.15-29.el6.centos.i686
Sep 14 02:05:09 Updated: httpd-2.2.15-29.el6.centos.i686
Sep 14 02:05:12 Updated: httpd-manual-2.2.15-29.el6.centos.noarch
Sep 14 02:05:12 Updated: 1:mod_ssl-2.2.15-29.el6.centos.i686
Sep 15 11:26:29 Updated: nspr-4.9.5-2.el6_4.i686
Sep 15 11:26:30 Updated: nss-util-3.14.3-3.el6_4.i686
Sep 15 11:26:31 Updated: nss-softokn-freebl-3.14.3-3.el6_4.i686
Sep 15 11:26:32 Updated: nss-softokn-3.14.3-3.el6_4.i686
Sep 15 11:26:33 Updated: nss-3.14.3-4.el6_4.i686
Sep 15 11:26:34 Updated: nss-sysinit-3.14.3-4.el6_4.i686
Sep 15 11:26:35 Updated: nss-tools-3.14.3-4.el6_4.i686

Thanks everybody for your efforts, ideas and opinions!
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Web Development

CronJobs issues after SSL certificate

Hello! I had a cron job running on my website, activating a php script every friday. The Php script just activated another photo to add in the gallery. It worked fine until I got an SSL certificate for my website, then everything broke. This was the command before: lynx -source... (0 Replies)
Discussion started by: AGDesign
0 Replies

2. Cybersecurity

SSL Certificate Stores

Hey everyone, I'm trying to get a lay of the land for OS and Application Certificate Stores. Can someone confirm that I have this concept right? If the application you're using say Firefox has it's own trusted CA store, it uses that exclusively. So if you're running firefox in Windows, Firefox... (4 Replies)
Discussion started by: Lost in Cyberia
4 Replies

3. Red Hat

SSL certificate generation on OS level or application level

We have a RHEL 5.8 server at the production level and we have a Java application on this server. I know of the SSL certificate generation at the OS (RHEL) level but it is implemented on the Java application by our development team using the Java keytool. My doubt is that is the SSL generation can... (3 Replies)
Discussion started by: RHCE
3 Replies

4. Red Hat

SSL Certificate Renewal on Tomcat

Hi, I want to renew the ssl certificate for one of my application on tomcat without down time. I want to know what would the possible impacts for the users who currently have sessions to the app. Regards, Arumon (1 Reply)
Discussion started by: arumon
1 Replies

5. Web Development

export SSL certificate

we are doing TCP for our systems. I have a working SSL certificate on prodction webserver. Im planning to export it to our DR server for TCP purposes. However when I export based on the procedure below, it doesn't work. When I restart the DR webserver, it still says the certifcate is expired.Any... (1 Reply)
Discussion started by: lhareigh890
1 Replies

6. Cybersecurity

SSL certificate

Hi guys. I have some questions about ssl certificates. I looked at SSL providers and saw that they are providing 2 types of certificates: per server or per domain. my server host name is: srv1.example.com I have a smtp, imap, web server on this box. but all services accessed by different... (1 Reply)
Discussion started by: majid.merkava
1 Replies

7. AIX

Installing SSL certificate on AIX

Hello, I am new in UNIX, and some one asks me to install SSL certificates to allow exchange with an external system. Can someone tell how to install certificate (ex : verisignxxx.cer) on a UNIX server? Many thanks. Tibo (4 Replies)
Discussion started by: tibo51
4 Replies

8. Web Development

SSL certificate

Dear All Anyone know how to issue two different certification on apache virtualhost fyi i have one virtualhost eg 69.192.1.25:443 already signed with verisign how can i configure another virtualhost 69.192.1.25:443 which signing with another certificate which self signing. i search net not... (1 Reply)
Discussion started by: netxus
1 Replies

9. Web Development

SSL Certificate Installation problem

Hello everybody Hope somebody can help me I'm trying to install SSL Certificate on Apache/mod_ssl on Linux with Zend for Oracle. I bought and downloaded certificate from certificate from Network Solutions. Than I followed the instructions to the dot. I created a directory for certificate... (2 Replies)
Discussion started by: Trusevich
2 Replies
Login or Register to Ask a Question