JAX WS/CXF, SSL and NTLM
问题 I need to communicate with a soap webservice (through a VPN tunnel) which requires a) https (with custom certificates) b) ntlm authentication Thanks to pedrofb ( JAX-WS, trusting all ssl certificates not working ) I got SSL (by ignoring certifiactes) "working". But now I end up not getting through the NTLM authentication... The credentials I have are correct. I have tested these using cUrl and a minimal HttpClient-only unitTest. The (ntlm authentication) relevant code looks alike: public