mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
Fixed sni challenge private ip bug
This commit is contained in:
parent
07dc3c5506
commit
ec489af5ad
1 changed files with 2 additions and 2 deletions
|
|
@ -256,8 +256,8 @@ DocumentRoot " + CONFIG_DIR + "challenge_page/ \n \
|
|||
# The public ip address isn't actually accessed
|
||||
###################################################
|
||||
|
||||
addresses = [default_addr]
|
||||
|
||||
addresses = []
|
||||
addresses.append([default_addr])
|
||||
#################################################
|
||||
# End quick fix
|
||||
##############################################
|
||||
|
|
|
|||
Loading…
Reference in a new issue