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

abhinavsingh / proxy.py / 223 / 1
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: 84.98% (+0.07%) from 84.912%
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

1273 of 1498 relevant lines covered (84.98%)

0.85 hits per line

Source Files on job 223.1 (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.1
  • 397f92e5 on github
  • Prev Job for TESTING_ON_TRAVIS=1 on develop (#209.2)
  • Next Job for TESTING_ON_TRAVIS=1 on develop (#235.2)
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