-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't allow passing a contextFactory to Agent. #28
Comments
Any update on this? We just had to drop treq in favor of raw twisted agent using code because of this. |
@mriehl in the latest release you can construct an Also worth noting that with twisted 14.0 and service_identity twisted does all the certificate validation by default, limiting the times when you need to explicitly pass a context factory. |
|
Thanks for the info! I'll have a look at the HTTPClient (our internal certificates are not really valid of course, so browser-style validation doesn't help, sadly). |
#80 allows for the passing of an IPolicyForHTTPS implementer to the treq top-level api, which serves the need described here. |
If I understand correctly, this would be the only one way to implement client certificate authentication. |
As this capability is present, I am closing this in favor of #269 (documenting how to use this to customize TLS). |
This means that there is no way for a user to make treq do any certificate verification.
The text was updated successfully, but these errors were encountered: