Forum Discussion
JohnP_WDG_36158
Aug 13, 2018Altocumulus
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...
- 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
JG
Aug 16, 2018Cumulonimbus
You should have only one set of "
\r\n
" at the end of the send string, for user password information will need to be sent as an extra header after that. The system will automatically furnish the end of the request properly.Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects