• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

abhinavsingh / proxy.py / 223
76%

Build:
DEFAULT BRANCH: develop
Ran 24 Sep 2019 12:39AM UTC
Jobs 3
Files 4
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
223

push

travis-ci

web-flow
Can serve proxy traffic over HTTPS (#85)

* Can serve proxy traffic over HTTPS.

Pass --certfile and --keyfile arguments to enable SSL/TLS layer.
Example:

1) Start proxy.py as

./proxy.py --certfile cert.pem --keyfile key.pem

2) Then verify via curl

curl -v -x https://localhost:8899 --proxy-cacert cert.pem http://httpbin.org/get

* Add --ignore-missing-imports for missing multiprocessing.reduction module

* mock socket.fromfd to avoid sys calls

* Add HTTPS info

* Add TLS encryption

* Add TLS encryption

2546 of 2996 relevant lines covered (84.98%)

2.54 hits per line

Jobs
ID Job ID Ran Files Coverage
1 223.1 (TESTING_ON_TRAVIS=1) 24 Sep 2019 12:39AM UTC 0
84.98
Travis Job 223.1
2 223.2 (TESTING_ON_TRAVIS=1) 24 Sep 2019 12:41AM UTC 0
84.98
Travis Job 223.2
3 223.3 (PATH=/c/Python37:/c/Python37/Scripts:$PATH TESTING_ON_TRAVIS=1) 24 Sep 2019 12:39AM UTC 0
83.91
Travis Job 223.3
Source Files on build 223
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #223
  • 397f92e5 on github
  • Prev Build on develop (#209)
  • Next Build on develop (#235)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc