MantisBT - CMake
View Issue Details
0001381CMakeCTestpublic2004-11-24 08:342005-01-28 12:46
Jean-Michel Rouet 
System Admin 
normalfeaturealways
closedfixed 
 
 
0001381: Ctest dashboard submission through http proxy with authentication
Current version of ctest does not work through http proxies using basic user:passwd authentication method.
A minor modification can be made to take into account HTTP_PROXY_USER and HTTP_PROXY_PASSWD environment variables and pass them to curl like:
curl_easy_setopt(curl, CURLOPT_PROXYUSERPWD, secretstring).
No tags attached.
patch CTest.ProxyAuth.patch (1,321) 1969-12-31 19:00
https://public.kitware.com/Bug/file/183/CTest.ProxyAuth.patch
Issue History

Notes
(0001993)
System Admin   
2005-01-28 12:46   
Applied