Title: Certificate error Post by: fmonroy on Tuesday 23 December 2008, 09:23:50 am Hello guys, I just installed v2.2 RC3 and restored a backup from an installation on a virtual machine (VMware Server).
All is working, except I can’t get into the web front end, I get this error: Your certificate contains the same serial number as another certificate issued by the certificate authority. Please get a new certificate containing a unique serial number. (Error code: sec_error_reused_issuer_and_serial) I still can get into the system using SSH, do you know how to generate a new certificate? Thanks in advance. Fidencio Monroy. Title: Re: Certificate error Post by: DukeOfAwesome on Tuesday 23 December 2008, 01:49:45 pm Try this:
http://efwsupport.com/index.php?topic=417.msg807;topicseen#msg807 Title: Re: Certificate error Post by: DIrEctQL on Thursday 15 October 2009, 05:58:22 am Did you fix the problem? I am getting this error when trying to access the Endian web GUI.
Title: Re: Certificate error Post by: mitchbcn on Friday 13 November 2009, 01:32:54 am Hi,
I have the same problem and i correct it with the following instructions: 1.- Enter in the shell 2.- Go to the /etc/httpd : cd /etc/httpd 3.- Generate new CSR (You may introduce a CN and the other data as you wish): openssl req -new -key server.key -out server.csr 4.- Sing the CSR: openssl x509 -req -days 1500 -in server.csr -signkey server.key -out server.crt 5.- At last, restart the HttpServer: /etc/init.d/httpd restart Now, try to acces to the GUI. Title: Re: Certificate error Post by: ad.aimm on Friday 13 November 2009, 02:38:38 am Did you fix the problem? I am getting this error when trying to access the Endian web GUI. del your certificate inside your favorite browser Title: Re: Certificate error Post by: Lucas Rey on Tuesday 05 March 2013, 09:36:51 pm Hi, I have the same problem and i correct it with the following instructions: 1.- Enter in the shell 2.- Go to the /etc/httpd : cd /etc/httpd 3.- Generate new CSR (You may introduce a CN and the other data as you wish): openssl req -new -key server.key -out server.csr 4.- Sing the CSR: openssl x509 -req -days 1500 -in server.csr -signkey server.key -out server.crt 5.- At last, restart the HttpServer: /etc/init.d/httpd restart Now, try to acces to the GUI. Many many thanks... After 4 years your post help me now to solve finally the certificate issue. Deleting certs on firefox doesn't help me, I created new certificate, and now I'm able again to login into firewall GUI with firefox! |