This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

After updating to 9.501-5 SSO for HTTP authentication failed and domain join not working.

UTM 9.501-5

Windows server 2012 domain controller.

I installed the 9.5 update on June 2, did not see any issues with this for the client, updated to 9.501-5 on June 12 midnight, and Internet access is failing on multiple sites.

Can get to Google.ca

Cannot get to canada411.com - Too many http redirects message.

Turned off web filtering and the websites were available - but the client requires filtering.

Re-enabled and turned off AD SSO authentication and websites are available again with correct content being blocked.

Attempted to remove from and rejoin domain, but domain join failed.

 

Currently, I have the client functioning, but, I need to rejoin AD and resume SSO authentication.

 



This thread was automatically locked due to age.
Parents
  • I realized that with WannaCry, some of my clients have had the SMB1 turned off. When I re-enabled that, I was able to join the domain.

    Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" SMB1 -Type DWORD -Value 1 -Force

    Now I just need to turn on the SSO Authentication and test the server access after hours.

    Hopefully the system will stabilize after that and I will not find out at 5:30 when the first person comes in.

     

Reply
  • I realized that with WannaCry, some of my clients have had the SMB1 turned off. When I re-enabled that, I was able to join the domain.

    Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" SMB1 -Type DWORD -Value 1 -Force

    Now I just need to turn on the SSO Authentication and test the server access after hours.

    Hopefully the system will stabilize after that and I will not find out at 5:30 when the first person comes in.

     

Children