File not found: http://timestamp.verisign.com/scripts/timstamp.dll

I created a test certificate and am trying to sign my exectuble with the test certificate. The certificate seems to be fine but SignTool says it can't find the timestamp server URL. I googled for the timestamp server URL and this is the URL other websites are suggesting to use. Am I missing something?

This is what I'm running from the command-line:
"C:\Program Files\Microsoft Visual Studio 8\Common7\Tools\bin\SignTool.exe" sign /f "c:\test\testCert.pfx" /p myPass2 /v "c:\test\Debug\myApp.exe" /t "http://timestamp.verisign.com/scripts/timstamp.dll"

This is the output:
--
The following certificate was selected:
Issued to: My Company
Issued by: Root Agency
Expires: 12/31/2039 3:59:59 PM
SHA1 hash: 442C1EBC4A31DF34EE88833F3D6FA96E8C39A178

Done Adding Additional Store

Attempting to sign: c:\test\Debug\myApp.exe
Successfully signed: c:\test\Debug\myApp.exe
SignTool Error: File not found: /t
SignTool Error: File not found: http://timestamp.verisign.com/scripts/timstamp.dll

Number of files successfully Signed: 1
Number of warnings: 0
Number of errors: 2
--

Thanks.

[1183 byte] By [waishan] at [2007-12-28]
# 1
Have you tried running signtool twice, once to sign, and then again to timestamp. The signcode.exe program lets you do both at once, but the signtool help indicates you need to run it twice.
donelder at 2007-9-4 > top of Msdn Tech,Software Development for Windows Vista,Security for Applications in Windows Vista...
# 2
I'm a dummy. The reason for the error was because I was specifying the timestamp URL at the end when only files to-be-stamped are supposed to be listed at the end. So SignTool was trying to sign timstamp.dll. After I moved the /t argument to be before myApp.exe, everything went fine. File was signed and time stamped.
waishan at 2007-9-4 > top of Msdn Tech,Software Development for Windows Vista,Security for Applications in Windows Vista...

Software Development for Windows Vista

Site Classified