mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 03:11:55 +02:00
Stop preferring TLS-SNI in the Apache, Nginx, and standalone plugins (#6461)
* flip challenge preference in Nginx * Fix Nginx tests * Flip challenge preference in Apache * Flip challenge preference in standalone * update changelog * continue to run with tls-sni in integration tests for coverage
This commit is contained in:
@@ -39,6 +39,8 @@ nginx -v
|
||||
reload_nginx
|
||||
certbot_test_nginx --domains nginx.wtf run
|
||||
test_deployment_and_rollback nginx.wtf
|
||||
certbot_test_nginx --domains nginx.wtf run --preferred-challenges tls-sni
|
||||
test_deployment_and_rollback nginx.wtf
|
||||
certbot_test_nginx --domains nginx2.wtf --preferred-challenges http
|
||||
test_deployment_and_rollback nginx2.wtf
|
||||
# Overlapping location block and server-block-level return 301
|
||||
|
||||
Reference in New Issue
Block a user