Jeff Hodges
Jeff Hodges
(I'm not involved in this project, so I suspect you meant to tag someone else)
I should note that I got a bunch of warnings about "overlapping dependencies" and I'm not sure what to do about them. Is there a way to get gvt to...
Maybe my problem is just the overlapping dependencies? If I knew how to fix that and if gvt now prevents me from making the same mistakes again, I would totally...
Oh! To be clear! I ran `gvt update google.golang.org/api/gensupport` to see what would happen, and it updated only the `google.golang.org/api/gensupport` entry. It seems that `gvt update` does now delete overlapping...
Hrm, but gvt was cleaning up all of the overlapping entries on every manifest changing action, then me calling `gvt delete google.golang.org/cloud` should have removed the overlapping `google.golang.org/api/...` entries, yeah?...
Yeah, a fresh `gvt fetch` that included new dependencies got me a bunch of deps that were all overlapping instead of just one entry for all of them. Really not...
This ticket was difficult for me to parse. Are you asking for all cipher suites that don’t support forward secrecy to be considered insecure?
How would I reproduce the problem on macOS? Is it possible that the problem is in mbedTLS?
Looking at the code without being able to build, having a global variable for the client session seems like a possible mistake? That's something that might be getting changed under...
Without the python https server code given, I suspect that server doesn't actually have session ticket support. Session ticket support is very rare in Python land on the server side....