|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
Tortoise problem over SSLHi,
I'm able to see my SVN repository when I put the following url in my browser : https://www.viewon.tv/svn/RenderStudio/ But when I use the same with Tortoise... it give me the following error message : OPTIONS of 'https://www.viewon.tv/svn/RenderStudio': SSL negotiation failed: Secure connection truncated (https://www.viewon.tv) ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2416909 To unsubscribe from this discussion, e-mail: [users-unsubscribe@...]. |
|
|
Re: Tortoise problem over SSLViewon01 wrote:
> Hi, > > I'm able to see my SVN repository when I put the following url in my > browser : > > https://www.viewon.tv/svn/RenderStudio/ > > But when I use the same with Tortoise... it give me the following > error message : > > OPTIONS of 'https://www.viewon.tv/svn/RenderStudio': SSL negotiation > failed: > Secure connection truncated (https://www.viewon.tv) Check your SSLCipherSuite directive in your apache config file. It might have outdated ciphers listed which are not allowed/used anymore by newer versions of openssl. Stefan -- ___ oo // \\ "De Chelonian Mobile" (_,\/ \_/ \ TortoiseSVN \ \_/_\_/> The coolest Interface to (Sub)Version Control /_/ \_\ http://tortoisesvn.net ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2417168 To unsubscribe from this discussion, e-mail: [users-unsubscribe@...]. |
|
|
Re: Tortoise problem over SSLThanks,
I have the following settings in the apache configuration file : SSLRandomSeed startup builtin SSLRandomSeed connect builtin SSLPassPhraseDialog builtin SSLSessionCache "shm:C:/Repositories/ssl_scache" SSLSessionCacheTimeout 300 SSLMutex default SSLCertificateFile certs/server.pem SSLCertificateKeyFile certs/server.pem SSLProtocol -ALL +SSLv3 +TLSv1 SSLCipherSuite ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH: +MEDIUM It is the default with VisualSvn server... what should I do ? Thanks On 12 nov, 19:05, Stefan Küng <tortoise...@...> wrote: > Viewon01 wrote: > > Hi, > > > I'm able to see my SVN repository when I put the following url in my > > browser : > > >https://www.viewon.tv/svn/RenderStudio/ > > > But when I use the same with Tortoise... it give me the following > > error message : > > > OPTIONS of 'https://www.viewon.tv/svn/RenderStudio':SSL negotiation > > failed: > > Secure connection truncated (https://www.viewon.tv) > > Check your SSLCipherSuite directive in your apache config file. It might > have outdated ciphers listed which are not allowed/used anymore by newer > versions of openssl. > > Stefan > > -- > ___ > oo // \\ "De Chelonian Mobile" > (_,\/ \_/ \ TortoiseSVN > \ \_/_\_/> The coolest Interface to (Sub)Version Control > /_/ \_\ http://tortoisesvn.net > > ------------------------------------------------------http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMess... > > To unsubscribe from this discussion, e-mail: [users-unsubscr...@...]. ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2417194 To unsubscribe from this discussion, e-mail: [users-unsubscribe@...]. |
|
|
Re: Tortoise problem over SSLViewon01 wrote:
> Thanks, > > I have the following settings in the apache configuration file : > > SSLRandomSeed startup builtin > SSLRandomSeed connect builtin > SSLPassPhraseDialog builtin > SSLSessionCache "shm:C:/Repositories/ssl_scache" > SSLSessionCacheTimeout 300 > SSLMutex default > SSLCertificateFile certs/server.pem > SSLCertificateKeyFile certs/server.pem > SSLProtocol -ALL +SSLv3 +TLSv1 > SSLCipherSuite ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH: > +MEDIUM > > It is the default with VisualSvn server... what should I do ? Maybe there's a virus scanner and/or proxy interferring. Stefan -- ___ oo // \\ "De Chelonian Mobile" (_,\/ \_/ \ TortoiseSVN \ \_/_\_/> The coolest Interface to (Sub)Version Control /_/ \_\ http://tortoisesvn.net ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2417242 To unsubscribe from this discussion, e-mail: [users-unsubscribe@...]. |
|
|
Re: Tortoise problem over SSLThanks,
I have remove the McAfee anti virus and still have the problem. When I use IE (version 6 here) I'm able to see my repository. But when I use tortoise I cannot browse it ! How it is possible, what can be different between the 2 softwares ? Notices that on some machines I'm able to access the repository, maybe it is due to a different version of tortoise ? Thanks ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2417451 To unsubscribe from this discussion, e-mail: [users-unsubscribe@...]. |
|
|
Re: Tortoise problem over SSLOn Fri, Nov 13, 2009 at 02:53, Viewon01 <viewon01@...> wrote:
> Thanks, > > I have remove the McAfee anti virus and still have the problem. > > When I use IE (version 6 here) I'm able to see my repository. But when > I use tortoise I cannot browse it ! > How it is possible, what can be different between the 2 softwares ? One is a web browser, one is a Subversion client. That's like asking the difference between a bicycle and a snowmobile. > Notices that on some machines I'm able to access the repository, maybe > it is due to a different version of tortoise ? The problem is in the acceptance (or lack thereof) of your self-signed certificate. IE6 is accepting it silently (or maybe not; you haven't told us about any pop-ups warning you about a possibly insecure page), TSVN is not. ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2417519 To unsubscribe from this discussion, e-mail: [users-unsubscribe@...]. |
| Free embeddable forum powered by Nabble | Forum Help |