Click on 'Client Hello' to select it.
Click on 'Secure Sockets Layer' to select it.
Right-click on 'Secure Sockets Layer' and choose expand subtrees.
File > Export Packet Dissections > As Plain Text file:
. Choose option: Selected packet
. Choose option: Packet details > As displayed
Do that again for both the client hello and server hello without Fiddler. Compare the client hellos and see what's different. Also check the IP addresses, maybe one address is good and one isn't. I have a
similar problem with eBay at the moment; Fiddler is not at fault though, it is the Windows SSL.
When you do it without Fiddler what are you using, Internet Explorer? If not try IE and see if you have the same problem.
If you are going to post the client/server hellos publicly remove identifying information from the headers, everything above "Secure Sockets Layer", and also possibly the server name extension in the record:
Server Name length: 3
Server Name: foo
If there are certificates embedded it's more difficult, so if you have a security team you may want to run that by them.
I've noticed occasionally I will be unable to connect to something in Fiddler but it's not due to Fiddler it's Windows SSL schannel that's the cause. Eric is on the money, you should try just TLS 1.0 and see what happens.
BTW the error in the message you see posted earlier this afternoon like a no-cipher-overlap type message, in other words the client says I have these ciphers and the server doesn't accept any of what the client offers so the connection isn't made. Check the server hello for what cipher it selects. Is the server public? If so post it here and I'll try for you.