Code::Blocks Forums

User forums => Help => Topic started by: ollydbg on March 22, 2009, 02:07:31 pm

Title: Did you encounter the SVN problem when access to the CB's source?
Post by: ollydbg on March 22, 2009, 02:07:31 pm
I'm using TortoiseSVN in windows.
It is very strange that using svn://svn.berlios.de/codeblocks/trunk was blocked.
So I have to change to use the Anonymous HTTP address http://svn.berlios.de/svnroot/repos/codeblocks/trunk.

Also, When I try to log in to the "https://developer.berlios.de/account/login.php" . Firefox will failed with "Secure Connection Failed" information. :(
Title: Re: Did you encounter the SVN problem when access to the CB's source?
Post by: Jenna on March 22, 2009, 02:19:24 pm
If you read carefully what FF tells you when trying to load connect to secure berlios, you see that the error is caused by a certificate, that uses the same serial number than another certifcate of berlios.

So it's a berlios and not a C::B problem.

But I can connect to svn://svn.berlios.de/codeblocks/trunk and svn+ssh://<user>@svn.berlios.de/svnroot/repos/codeblocks/trunk from my linux box without problems.
Title: Re: Did you encounter the SVN problem when access to the CB's source?
Post by: ollydbg on March 22, 2009, 02:30:43 pm
Quote
Secure Connection Failed
An error occurred during a connection to developer.berlios.de.

You have received an invalid certificate.  Please contact the server administrator or email correspondent and give them the following information:

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)

The page you are trying to view can not be shown because the authenticity of the received data could not be verified.
Thanks for your reply, the above message is error information from FF. I can recall when I first log to berlios in FF, I would add en exception rule. But now, both IE and FF failed to log in.
Title: Re: Did you encounter the SVN problem when access to the CB's source?
Post by: Jenna on March 22, 2009, 02:51:33 pm
You can go to FF's preferences and in tab security show the certificates you have installed and delete the berlios certificate.
After that reload the page and add the exception rule again.

They most likely use the same serial-number for a newly created certificate.
Title: Re: Did you encounter the SVN problem when access to the CB's source?
Post by: ollydbg on March 22, 2009, 03:13:37 pm
Thanks Jens.
I delete the expired certificate (It was expired in 2009-3-18) in "certificate manager" , and reinstall a new certificate again. After that, I can successfully log in. :D
Title: Re: Did you encounter the SVN problem when access to the CB's source?
Post by: stahta01 on June 24, 2009, 06:25:44 am
How to delete Certificate in Firefox 3.0

Tools -> Options
Tab Advanced
Sub-Tab Encryption
Button "View Certificates"
Tab Server

Delete the entry for Berlios

Tim S

PS: I needed to fix this to submit patch.



Title: Re: Did you encounter the SVN problem when access to the CB's source?
Post by: ollydbg on June 24, 2009, 06:37:19 am
How to delete Certificate in Firefox 3.0

Tools -> Options
Tab Advanced
Sub-Tab Encryption
Button "View Certificates"
Tab Server

Delete the entry for Berlios

Tim S

PS: I needed to fix this to submit patch.





Yes, If I can remember correctly. :D