I am unable to get the TFS MSSCCI plugin to connect to an SSL-enabled TFS Server. How can this be done I followed the following 2 walkthoughs to enable and require SSL:
http://msdn2.microsoft.com/en-us/library/ms242875.aspx
http://msdn2.microsoft.com/en-us/library/aa395285.aspx
We were recently required to put all web trafic under SSL and now we are unable to have our VS.NET 2003 clients to connect to TFS.

How to setup TFS MSSCCI plugin to connect to SSL-enabled TFS Server?
TopDean
Zeeshan Ahmed
What command line commands should I test for this
Yes, I can connect to the TFS server using SSL with the MSSCCI 1.1.
I was referring to the MSSCCI version, not the Team Explorer version. We will upgrade all of our clients to use the lastest version of the MSSCCI plugin. I wasn't aware that there was a newer version out there. Thanks.
tats
The latest version of the Msscci provider is 1.1. I was refering to tf.exe - tfs command line tool.
If I understand correctly you cannot connect to TFS using Msscci 1.0 - is there any reason that is blocking you from upgrading to 1.1 We haven't done any changes in authorization code between 1.0 and 1.1 if I remember correctly, so it should still work, but 1.1 contains important bugfixes.
Learning VB
Hello,
can you verify that you can connect to the server using Team Explorer and command line
Thanks
Luis Esteban Valencia Muñoz
To elaborate my question:
Thanks