You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some settings in the test institution which setup up security policies which check incoming IP addresses. This can be problematic on machines which are configured with dual stack, causing tests such as com.tle.webtests.test.users.TokenLoginTest to fail.
One option is to simply run your target server with the additional JAVA OPT of -Djava.net.preferIPv4Stack=true. Maybe there's also other options...
Either way, it's worth documenting this in the README.md.
The text was updated successfully, but these errors were encountered:
There are some settings in the test institution which setup up security policies which check incoming IP addresses. This can be problematic on machines which are configured with dual stack, causing tests such as
com.tle.webtests.test.users.TokenLoginTest
to fail.One option is to simply run your target server with the additional JAVA OPT of
-Djava.net.preferIPv4Stack=true
. Maybe there's also other options...Either way, it's worth documenting this in the README.md.
The text was updated successfully, but these errors were encountered: