Huu Nguyen
Huu Nguyen
The build fails with gcc 5.1, see the travis output [here](https://travis-ci.org/whoshuu/rapidcheck/jobs/75541195#L261). A fair warning though, it's a bit dense, so it'll take a while to wade through
What about a PR adding an option to set `InsecureSkipVerify` (like it's done [here](http://stackoverflow.com/a/12122718/2297365)) on the transport? That would obviate the need to provide an interface for custom certificates that...
It's strictly more secure than `Secure: false`, which is already an option. The ideal solution would be for every user to know how to properly set up certs on their...
@jackfischer, I agree! Do you know the relevant steps for getting that done? I've got no experience with that, so any expertise on the process would be greatly appreciated.
For build system integration, I recommend [CMake](https://cmake.org). It's used in most (warning: unscientific claim) open source C++ projects, people generally know how to make it do what they want it...