News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Did you encounter the SVN problem when access to the CB's source?

Started by ollydbg, March 22, 2009, 02:07:31 PM

Previous topic - Next topic

ollydbg

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. :(
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Jenna

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.

ollydbg

QuoteSecure 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.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Jenna

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.

ollydbg

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
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

stahta01

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.



C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

ollydbg

Quote from: 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.





Yes, If I can remember correctly. :D
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.