mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03:00
Update Lexicon to correct use of HTTP proxy on OVH provider (#6479)
This PR update requirement of Lexicon to 2.7.14 on OVH plugin, to allow HTTP proxy to be used correctly when underlying OVH provider is invoked. * Update Lexicon to correct use of HTTP proxy on OVH provider * Update dev_constraints.txt * Update CHANGELOG.md
This commit is contained in:
committed by
Brad Warren
parent
4edfb3ef65
commit
e6e323e3ff
@@ -17,6 +17,7 @@ Certbot adheres to [Semantic Versioning](http://semver.org/).
|
||||
* Warn when using deprecated acme.challenges.TLSSNI01
|
||||
* Log warning about TLS-SNI deprecation in Certbot
|
||||
* Stop preferring TLS-SNI in the Apache, Nginx, and standalone plugins
|
||||
* OVH DNS plugin now relies on Lexicon>=2.7.14 to support HTTP proxies
|
||||
|
||||
### Fixed
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ version = '0.28.0.dev0'
|
||||
install_requires = [
|
||||
'acme>=0.21.1',
|
||||
'certbot>=0.21.1',
|
||||
'dns-lexicon>=2.7.3', # Correct OVH integration tests
|
||||
'dns-lexicon>=2.7.14', # Correct proxy use on OVH provider
|
||||
'mock',
|
||||
'setuptools',
|
||||
'zope.interface',
|
||||
|
||||
@@ -12,7 +12,7 @@ botocore==1.7.41
|
||||
cloudflare==1.5.1
|
||||
coverage==4.4.2
|
||||
decorator==4.1.2
|
||||
dns-lexicon==2.7.3
|
||||
dns-lexicon==2.7.14
|
||||
dnspython==1.15.0
|
||||
docutils==0.14
|
||||
execnet==1.5.0
|
||||
|
||||
Reference in New Issue
Block a user