• 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
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by jbandy

    • J

      Authentication URL

      FOG Problems
      • • • jbandy
      2
      0
      Votes
      2
      Posts
      212
      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

      FOG Problems
      • • • jbandy
      11
      0
      Votes
      11
      Posts
      976
      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

      FOG Problems
      • • • jbandy
      7
      0
      Votes
      7
      Posts
      346
      Views

      J

      Finally got centos-root expanded. that fixed everything!

    • 1 / 1