Changes between Initial Version and Version 1 of Ticket #2024


Ignore:
Timestamp:
08/14/20 11:26:15 (4 years ago)
Author:
darius-m@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2024 – Description

    initial v1  
    2121}}}
    2222
    23 After running `curl localhost/`, the `error.log` file contains a line with `unexpected response for www.nginx.com`. The same error also appears for SSL OSCP stapling, but using `proxy_pass` was used since it is much easier to reproduce.
     23After running `curl localhost/`, the `error.log` file contains a line with `unexpected response for www.nginx.com`. The same error also appears for SSL OSCP stapling, but using `proxy_pass` was preferred since it is much easier to reproduce.
    2424
    2525I am unsure how dangerous this error actually is, as the server appears to fetch the correct information despite this message, and it does not repeat as long as the DNS entry is kept in the resolver's cache. I used `valid=5s` as a resolver parameter to make sure the error shows up repeatedly, but can be reproduced without it (it is rarer howerver, since the DNS entry will last longer).