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

abhinavsingh / proxy.py / 223 / 3
76%
develop: 76%

Build:
DEFAULT BRANCH: develop
Ran 24 Sep 2019 12:39AM UTC
Files 2
Run time 0s
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

24 Sep 2019 12:38AM UTC coverage: 83.912% (+0.08%) from 83.829%
PATH=/c/Python37:/c/Python37/Scripts:$PATH TESTING_ON_TRAVIS=1

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

1257 of 1498 relevant lines covered (83.91%)

0.84 hits per line

Source Files on job 223.3 (PATH=/c/Python37:/c/Python37/Scripts:$PATH TESTING_ON_TRAVIS=1)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 116
  • Travis Job 223.3
  • 397f92e5 on github
  • Prev Job for PATH=/c/Python37:/c/Python37/Scripts:$PATH TESTING_ON_TRAVIS=1 on develop (#209.3)
  • Next Job for PATH=/c/Python37:/c/Python37/Scripts:$PATH TESTING_ON_TRAVIS=1 on develop (#235.3)
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