tests/test-https.t
changeset 15446 c5c9ca3719f9
parent 14193 c4de16642861
child 15590 dbdb8aa70503
equal deleted inserted replaced
15445:7cbb81c47025 15446:c5c9ca3719f9
     1 Proper https client requires the built-in ssl from Python 2.6.
     1 Proper https client requires the built-in ssl from Python 2.6.
     2 
     2 
     3   $ "$TESTDIR/hghave" ssl || exit 80
     3   $ "$TESTDIR/hghave" serve ssl || exit 80
     4 
     4 
     5 Certificates created with:
     5 Certificates created with:
     6  printf '.\n.\n.\n.\n.\nlocalhost\nhg@localhost\n' | \
     6  printf '.\n.\n.\n.\n.\nlocalhost\nhg@localhost\n' | \
     7  openssl req -newkey rsa:512 -keyout priv.pem -nodes -x509 -days 9000 -out pub.pem
     7  openssl req -newkey rsa:512 -keyout priv.pem -nodes -x509 -days 9000 -out pub.pem
     8 Can be dumped with:
     8 Can be dumped with: