tests/test-https.t
changeset 49279 127d33e63d1a
parent 49058 d8a38186a092
parent 49277 51b07ac1991c
child 49525 c7c437f35687
equal deleted inserted replaced
49275:c6a3243567b6 49279:127d33e63d1a
   489   pulling from https://localhost:$HGPORT2/
   489   pulling from https://localhost:$HGPORT2/
   490   (the full certificate chain may not be available locally; see "hg help debugssl") (windows !)
   490   (the full certificate chain may not be available locally; see "hg help debugssl") (windows !)
   491   abort: error: *certificate verify failed* (glob)
   491   abort: error: *certificate verify failed* (glob)
   492   [100]
   492   [100]
   493 
   493 
       
   494 Test when proxy can't connect to server
       
   495 
       
   496   $ http_proxy=http://localhost:$HGPORT1/ hg -R copy-pull pull --insecure https://localhost:0/
       
   497   pulling from https://localhost:0/
       
   498   abort: error: Tunnel connection failed: 404 Connection refused
       
   499   [100]
       
   500 
   494 
   501 
   495   $ killdaemons.py hg0.pid
   502   $ killdaemons.py hg0.pid
   496 
   503 
   497   $ cd test
   504   $ cd test
   498 
   505