mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:52:02 +02:00
Update outdated comment
This commit is contained in:
@@ -126,9 +126,8 @@ class ApacheTlsSni01(common.TLSSNI01):
|
|||||||
vhost = self.configurator.choose_vhost(achall.domain, temp=True)
|
vhost = self.configurator.choose_vhost(achall.domain, temp=True)
|
||||||
except (PluginError, MissingCommandlineFlag):
|
except (PluginError, MissingCommandlineFlag):
|
||||||
# We couldn't find the virtualhost for this domain, possibly
|
# We couldn't find the virtualhost for this domain, possibly
|
||||||
# because it's a new vhost that's not configured yet (GH #677),
|
# because it's a new vhost that's not configured yet
|
||||||
# or perhaps because there were multiple <VirtualHost> sections
|
# (GH #677). See also GH #2600.
|
||||||
# in the config file (GH #1042). See also GH #2600.
|
|
||||||
logger.warning("Falling back to default vhost %s...", default_addr)
|
logger.warning("Falling back to default vhost %s...", default_addr)
|
||||||
addrs.add(default_addr)
|
addrs.add(default_addr)
|
||||||
return addrs
|
return addrs
|
||||||
|
|||||||
Reference in New Issue
Block a user