Page MenuHomeDevCentral

nginx resolver defined at 127.0.0.1 doesn't work on Docker engines
Open, NormalPublic

Description

nginx is currently configured with resolver 127.0.0.1; at http level by TLS configuration.

This is used for OCSP stapling for example, but on Docker engines, we don't have an Unbound process listening at localhost. That made nginx requests to fonts.gstatic.com fail.

Should be a parameter passed by nginx, or we should install everywhere a localhost DNS resolver or switch everywhere to a reference DNS cache.

Event Timeline

dereckson triaged this task as Normal priority.Jan 18 2024, 01:17
dereckson created this task.