Conversation
|
The problem lies in the original fetch, wpad isn't a |
|
@aque hi, if it is not possible to use fqdn for the wpad option, you can try to add |
|
@kulikov-a hi, unfortunately adding @AdSchellevis, this affects unqualified names in general and not just I had not considered IP based setups. Would a solution that specifically targets these two edge cases be acceptable? |
|
@aque |
|
Ideally wpad should only serve on http redirect or not. Lighttpd gained pluggable file support a week ago that makes this possible now without tainting web GUI code or settings. |
|
Closing this as per previous recommendation. |
The current HTTP->HTTPS redirect results in a certificate error when not using the FQDN. Browsers configured for web proxy auto-discovery (WPAD) connect to
http://wpad/wpad.datbut fail to download due to this validation error.This PR appends the domain name to the HTTP redirect. While this fixes the issue, I do not know if it is the proper solution as a webgui restart is now required anytime the domain name changes. Feel free to reject.