Changes between Initial Version and Version 1 of Ticket #2024
- Timestamp:
- 08/14/20 11:26:15 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2024 – Description
initial v1 21 21 }}} 22 22 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.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 preferred since it is much easier to reproduce. 24 24 25 25 I 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).