gssapi has recently added support for SPNEGO from RFC4178 (pythongssapi/python-gssapi@2347e3f), but to use this it seems an explicit mech must be passed into the SecurityContext constructor. HTTPSPNEGO doesn't currently provide a way for the caller to specify an explicit mech, and gssapi's autodetection may not pick the desired variant in all cases.