lightstep / lightstep-tracer-php

The Lightstep distributed tracing library for PHP
https://lightstep.com
MIT License
13 stars 15 forks source link

Fix http_proto transport to work over HTTPS #41

Closed MikeGoldsmith closed 4 years ago

MikeGoldsmith commented 4 years ago

Fixes #17.

Similar to #39, the same issue with the Host header including the url scheme was causing the collector to reject the request.

This PR also update the default scheme to use TLS.