Author Topic: Did you encounter the SVN problem when access to the CB's source?  (Read 5339 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
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. :(
« Last Edit: March 22, 2009, 02:31:08 pm by ollydbg »
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.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Did you encounter the SVN problem when access to the CB's source?
« Reply #1 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.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Did you encounter the SVN problem when access to the CB's source?
« Reply #2 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.
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.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Did you encounter the SVN problem when access to the CB's source?
« Reply #3 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.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Did you encounter the SVN problem when access to the CB's source?
« Reply #4 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
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.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: Did you encounter the SVN problem when access to the CB's source?
« Reply #5 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.



C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Did you encounter the SVN problem when access to the CB's source?
« Reply #6 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
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.