1826341 Members
4017 Online
109692 Solutions
New Discussion

openSSL problem

 
SOLVED
Go to solution
Leonid Mishkind
Frequent Advisor

openSSL problem

Hi . I have installed openssl A.00.09.07l on hp-ux server. When I tried to connect to the host with firefox browser , a certificate was issued , and I logged in successfully . After I close the browser and opened it again, trying to connect to the host with the browser failes with a message :
"You have recived an invalid certificate.
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"

I am very new to SSL , please help!!!

Leonid.
2 REPLIES 2
Steven E. Protter
Exalted Contributor
Solution

Re: openSSL problem

Shalom,

http://www.akadia.com/services/ssh_test_certificate.html

http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/ch-httpd-secure-server.html
http://www.tc.umn.edu/~brams006/selfsign.html
You must make sure the data in the cerfificate does not match other certificates in the network.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Leonid Mishkind
Frequent Advisor

Re: openSSL problem

I solved the problem by deleteing the certificate from the browser. but your links helped a lot in understanding the ways of SSL .
Thanks.