Bro, I feel your pain. HTMLUnit can be so finicky sometimes. Have you tried enabling redirects? Setting setRedirectEnabled(false) might be the culprit if the site relies on redirects for session setup. Also, double-check if the site updated their SSL certs or user-agent requirements. Sometimes the simplest fix is just spoofing a real browser user-agent. Hope this helps!