tests/test-https.t
changeset 41641 e857dbb02dc3
parent 39489 f1186c292d03
child 41896 94faa2e84094
equal deleted inserted replaced
41640:e06d91bc504b 41641:e857dbb02dc3
   205 pull without cacert
   205 pull without cacert
   206 
   206 
   207   $ cd copy-pull
   207   $ cd copy-pull
   208   $ cat >> .hg/hgrc <<EOF
   208   $ cat >> .hg/hgrc <<EOF
   209   > [hooks]
   209   > [hooks]
   210   > changegroup = sh -c "printenv.py changegroup"
   210   > changegroup = sh -c "printenv.py --line changegroup"
   211   > EOF
   211   > EOF
   212   $ hg pull $DISABLECACERTS
   212   $ hg pull $DISABLECACERTS
   213   pulling from https://localhost:$HGPORT/
   213   pulling from https://localhost:$HGPORT/
   214   warning: connecting to localhost using legacy security technology (TLS 1.0); see https://mercurial-scm.org/wiki/SecureConnections for more info (?)
   214   warning: connecting to localhost using legacy security technology (TLS 1.0); see https://mercurial-scm.org/wiki/SecureConnections for more info (?)
   215   abort: unable to verify security of localhost (no loaded CA certificates); refusing to connect
   215   abort: unable to verify security of localhost (no loaded CA certificates); refusing to connect
   224   adding changesets
   224   adding changesets
   225   adding manifests
   225   adding manifests
   226   adding file changes
   226   adding file changes
   227   added 1 changesets with 1 changes to 1 files
   227   added 1 changesets with 1 changes to 1 files
   228   new changesets 5fed3813f7f5
   228   new changesets 5fed3813f7f5
   229   changegroup hook: HG_HOOKNAME=changegroup HG_HOOKTYPE=changegroup HG_NODE=5fed3813f7f5e1824344fdc9cf8f63bb662c292d HG_NODE_LAST=5fed3813f7f5e1824344fdc9cf8f63bb662c292d HG_SOURCE=pull HG_TXNID=TXN:$ID$ HG_URL=https://localhost:$HGPORT/
   229   changegroup hook: HG_HOOKNAME=changegroup
       
   230   HG_HOOKTYPE=changegroup
       
   231   HG_NODE=5fed3813f7f5e1824344fdc9cf8f63bb662c292d
       
   232   HG_NODE_LAST=5fed3813f7f5e1824344fdc9cf8f63bb662c292d
       
   233   HG_SOURCE=pull
       
   234   HG_TXNID=TXN:$ID$
       
   235   HG_URL=https://localhost:$HGPORT/
       
   236   
   230   (run 'hg update' to get a working copy)
   237   (run 'hg update' to get a working copy)
   231   $ cd ..
   238   $ cd ..
   232 
   239 
   233 cacert configured in local repo
   240 cacert configured in local repo
   234 
   241