Forum Discussion

JohnP_WDG_36158's avatar
JohnP_WDG_36158
Icon for Altocumulus rankAltocumulus
Aug 13, 2018
Solved

SSL LTM issue

Hey all -   This is going to likely be a DUMB question, but it's Monday, and the coffee is still sinking into my head.   I'm working on setting up my first SSL system behind our newly deployed...
  • JohnP_WDG_36158's avatar
    Aug 15, 2018

    So, with some assistance with F5, the issue was found!

     

    Apparently... NTLM doesn't like playing well with \r\n's as the end of the url.

     

    Before(not working): GET /RDWeb/Pages/en-US/login.aspx HTTP/1.1\r\nHost: lbtest.internalserver.int\r\nConnection: Close\r\n\r\n

     

    After (working): GET /RDWeb/Pages/en-US/login.aspx HTTP/1.1\r\nHost: lbtest.internalserver.int