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