mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:22:16 +02:00
Fixed sni challenge private ip bug
This commit is contained in:
@@ -256,8 +256,8 @@ DocumentRoot " + CONFIG_DIR + "challenge_page/ \n \
|
|||||||
# The public ip address isn't actually accessed
|
# The public ip address isn't actually accessed
|
||||||
###################################################
|
###################################################
|
||||||
|
|
||||||
addresses = [default_addr]
|
addresses = []
|
||||||
|
addresses.append([default_addr])
|
||||||
#################################################
|
#################################################
|
||||||
# End quick fix
|
# End quick fix
|
||||||
##############################################
|
##############################################
|
||||||
|
|||||||
Reference in New Issue
Block a user