handle IPv6 addresses with an explict incoming interface at the end#18341
Merged
ChristophWurst merged 1 commit intonextcloud:masterfrom Dec 11, 2019
kbucheli:handle_ipv6_address_with_explicit_interface
Merged
handle IPv6 addresses with an explict incoming interface at the end#18341ChristophWurst merged 1 commit intonextcloud:masterfrom kbucheli:handle_ipv6_address_with_explicit_interface
ChristophWurst merged 1 commit intonextcloud:masterfrom
kbucheli:handle_ipv6_address_with_explicit_interface
Conversation
…e.g fe80::ae2d:d1e7:fe1e:9a8d%enp2s0) Signed-off-by: Konrad Bucheli <konrad.bucheli@gmx.ch> Signed-off-by: Konrad Bucheli <kb@open.ch>
Member
|
This doesn't look right. The interface is not part of the address as far as I'm aware. hence your webserver is doing something fishy. |
Member
|
Aah scoped addresses.... |
ChristophWurst
approved these changes
Dec 11, 2019
|
Thanks for your first pull request and welcome to the community! Feel free to keep them coming! If you are looking for issues to tackle then have a look at this selection: https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22 |
Member
|
/backport to stable17 |
|
backport to stable17 in #18352 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I access the local nextcloud v17.0.1 instance via link only IPv6 address using apache v2.4.41 and php-apache v7.3.11 and got an internal server error when I try to log in:
access log:
nextcloud.log:
After removing the interface name at the end of the IP address it works fine.