ftw
ftw copied to clipboard
Add TLS support to the docker container command line
- Introduce two options
--portand--protocolwhich will allow users to override the YAML specification and test using TLS (or on alternate ports) - Properly handle exceptions when we are expecting gzip'ed data but actually get clear text (or invalid compressed data)
- Update some unit tests which are outdated now
- Add basic documentation for the new options
- Make sure we aren't stripping escape characters from the YAML specification