Posted to tcl by patthoyts at Thu Apr 21 21:42:48 GMT 2011view raw

  1. First attempt using the old fossil to show it fails:
  2.  
  3. C:\opt\tcl\src\tcl85>set http_proxy=http://fox:3128/
  4. C:\opt\tcl\src\tcl85>set https_proxy=http://fox:3128/
  5. C:\opt\tcl\src\tcl85>fossil pull
  6. Server: https://patthoyts@core.tcl.tk/tcl/
  7. via proxy: http://fox:3128/
  8. Bytes Cards Artifacts Deltas
  9. Sent: 193 3 0 0
  10. c:\opt\bin\fossil.exe: server says: 400 Couldn't parse URL
  11. Total network traffic: 392 bytes sent, 0 bytes received
  12.  
  13. Now using the patched version...
  14.  
  15. C:\opt\tcl\src\tcl85>\src\fossil\fossil.exe pull
  16. Server: https://patthoyts@core.tcl.tk/tcl/
  17. via proxy: http://fox:3128/
  18. Bytes Cards Artifacts Deltas
  19. Sent: 193 3 0 0
  20. waiting for server...HTTP/1.1 200 Tunnel established
  21.  
  22.  
  23. Unknown SSL certificate:
  24.  
  25. countryName = US
  26. stateOrProvinceName = CA
  27. localityName = SFO
  28. organizationName = Tcl/Tk
  29. organizationalUnitName = Source code
  30. commonName = core.tcl.tk
  31.  
  32. Issued By:
  33.  
  34. countryName = US
  35. stateOrProvinceName = CA
  36. localityName = SFO
  37. organizationName = Tcl/Tk
  38. organizationalUnitName = Source code
  39. commonName = core.tcl.tk
  40.  
  41.  
  42. Accept certificate [a=always/y/N]? a
  43. Received: 3038 67 0 0
  44. Sent: 3232 68 0 0
  45. waiting for server...HTTP/1.1 200 Tunnel established
  46.  
  47. Received: 78230 131 2 63
  48. Sent: 694 13 0 0
  49. waiting for server...HTTP/1.1 200 Tunnel established
  50.  
  51. Received: 8807 77 0 11
  52. Sent: 177 2 0 0
  53. waiting for server...HTTP/1.1 200 Tunnel established
  54.  
  55. Received: 3022 66 0 0
  56. Total network traffic: 3281 bytes sent, 45875 bytes received
  57.  
  58. C:\opt\tcl\src\tcl85>