trial txkube.test.test_authentication.AuthenticateWithServiceAccountTests.test_https_bearer_token_authorization
and get it to work.
test_https_bearer_token_authorization is pretty much the same as test_http_bearer_token_authorization, just going over https.
When running the test_https_bearer_token_authorization test, I traced things down into the ConnectionCompleter class: https://github.com/twisted/twisted/blob/trunk/src/twisted/test/iosim.py#L515
It looks like the serverFactory is not properly creating a serverProtocol, so no data is going through.
Can someone familiar with the TLS endpoint changes in Twisted 17.1.0 point me in the right direction for this?
--
Craig