<bean id="negotiateSecurityFilterProvider" class="waffle.servlet.spi.NegotiateSecurityFilterProvider"><constructor-arg ref="waffleWindowsAuthProvider" /><property name="protocols"><list><value>NTLM</value><value>Negotiate</value></list></property></bean>
Most likely your Negotiate problems are SPN issues. It works with IP because it will choose NTLM for that. See Troubleshooting Kerberos in https://github.com/dblock/waffle/blob/0482f9ed1413450b84d75f61aa09a19461833b2c/Docs/Troubleshooting.md.
--
You received this message because you are subscribed to the Google Groups "waffle" group.
To unsubscribe from this group and stop receiving emails from it, send an email to waffle-users...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
dB. | Moscow - Geneva - Seattle - New York
code.dblock.org - @dblockdotorg - artsy.net - github/dblock
<bean id="negotiateSecurityFilterProvider" class="waffle.servlet.spi.NegotiateSecurityFilterProvider"><constructor-arg ref="waffleWindowsAuthProvider" /><property name="protocols"><list><value>NTLM</value>
</list></property></bean>
--
You received this message because you are subscribed to the Google Groups "waffle" group.
To unsubscribe from this group and stop receiving emails from it, send an email to waffle-users...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.