• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. jbandy
    3. Topics
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 13
    • Groups 0

    Topics

    • J

      Authentication URL

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      2
      0 Votes
      2 Posts
      233 Views
      S

      @jbandy Edit C:\Program Files (x86)\FOG\settings.json on the client machine. Then restart the service called “FOGService” or the computer.

    • J

      SSL Issue srvpublic.crt

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      11
      0 Votes
      11 Posts
      1k Views
      N

      @jbandy
      I ran into the same issue myself and did a bit of research. It appears it is a problem with the .Net Framework not using more secure SSL/TLS protocols, which can be enabled.

      So, after enabling them, the very issue you have encountered above was fixed.
      You have to add two registry key value in windows:

      Using Powershell:

      Set-ItemProperty -Path 'HKLM:\SOFTWARE\Wow6432Node\Microsoft\.NetFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Value '1' -Type DWord Set-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\.NetFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Value '1' -Type DWord

      Or manually using regedit find:

      HKey_Local_Machine\SOFTWARE\Wow6432Node\Microsoft\.NetFramework\v4.0.30319

      Add a 32-bit DWord, called

      SchUseStrongCrypto

      Modify its value to 1.

      Then repeat the same for:

      HKey_Local_Machine\SOFTWARE\Microsoft\.NetFramework\v4.0.30319

      After those values are set, you can restart the Fog service on the Windows machine, and it should work.

      I hope this helps; apologies for the janky post, first time posting here. @Sebastian-Roth You may find this useful for your erratia and troubleshooting section regarding the client. It might also be possible to check and set these values via the client installer in the future.

    • J

      Web GUI Login

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      7
      0 Votes
      7 Posts
      403 Views
      J

      Finally got centos-root expanded. that fixed everything!

    • 1 / 1