• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    how to turn off https support

    Scheduled Pinned Locked Moved Unsolved
    FOG Problems
    2
    7
    251
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      robertkwild
      last edited by

      hi all,

      when i installed fog for the first time on a new OS alma 9.5 (old fog was on centos 7) i turned on https but now my clients cant connect to fog, they get this

      a0da943a-1f6c-4f06-bad4-8ed66f9107b2-image.png

      i think this is happening because i enabled https, is there anyway to turn it off or am i stuck with it on

      thanks,
      rob

      Tom ElliottT 1 Reply Last reply Reply Quote 0
      • Tom ElliottT
        Tom Elliott @robertkwild
        last edited by

        @robertkwild Try using snponly.efi instead of snp.efi

        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

        R 1 Reply Last reply Reply Quote 0
        • R
          robertkwild @Tom Elliott
          last edited by robertkwild

          @Tom-Elliott

          that didnt work, changed to “snponly.efi” but still same error about autoexec.ipxe

          but when i do a ls on /tftpboot i cant see “autoexec.ipxe” is this why

          ls -lah /tftpboot
          total 7.0M
          drwxr-xr-x 5 fogproject root 4.0K Apr 23 14:22 .
          dr-xr-xr-x. 22 root root 4.0K Apr 23 13:48 …
          drwxr-xr-x 4 fogproject root 4.0K Apr 12 12:47 10secdelay
          drwxr-xr-x 2 fogproject root 118 Apr 12 12:47 arm64-efi
          -rw-r-xr-x 1 fogproject root 479 Apr 23 13:58 default.ipxe
          drwxr-xr-x 2 fogproject root 118 Apr 12 12:47 i386-efi
          -rw-r-xr-x 1 fogproject root 326K Apr 23 13:58 intel.efi
          -rw-r-xr-x 1 fogproject root 120K Apr 23 13:58 intel.kkpxe
          -rw-r-xr-x 1 fogproject root 120K Apr 23 13:58 intel.kpxe
          -rw-r-xr-x 1 fogproject root 120K Apr 23 13:58 intel.pxe
          -rw-r-xr-x 1 fogproject root 1.2M Apr 23 13:58 ipxe.efi
          -rw-r-xr-x 1 fogproject root 1.0M Apr 23 13:58 ipxe.iso
          -rw-r-xr-x 1 fogproject root 383K Apr 23 13:58 ipxe.kkpxe
          -rw-r-xr-x 1 fogproject root 383K Apr 23 13:58 ipxe.kpxe
          -rw-r-xr-x 1 fogproject root 382K Apr 23 13:58 ipxe.krn
          -rw-r-xr-x 1 fogproject root 382K Apr 23 13:58 ipxe.lkrn
          -rw-r-xr-x 1 fogproject root 383K Apr 23 13:58 ipxe.pxe
          -rw-r-xr-x 1 fogproject root 400K Apr 23 13:58 ipxe.usb
          -rw-r-xr-x 1 fogproject root 26K Apr 23 13:58 memdisk
          -rw-r-xr-x 1 fogproject root 325K Apr 23 13:58 ncm–ecm–axge.efi
          -rw-r-xr-x 1 fogproject root 325K Apr 23 13:58 realtek.efi
          -rw-r-xr-x 1 fogproject root 121K Apr 23 13:58 realtek.kkpxe
          -rw-r-xr-x 1 fogproject root 121K Apr 23 13:58 realtek.kpxe
          -rw-r-xr-x 1 fogproject root 121K Apr 23 13:58 realtek.pxe
          -rw-r-xr-x 1 fogproject root 325K Apr 23 13:58 snp.efi
          -rw-r-xr-x 1 fogproject root 325K Apr 23 13:58 snponly.efi
          -rw-r-xr-x 1 fogproject root 120K Apr 23 13:58 undionly.kkpxe
          -rw-r-xr-x 1 fogproject root 120K Apr 23 13:58 undionly.kpxe
          -rw-r-xr-x 1 fogproject root 120K Apr 23 13:58 undionly.pxe

          is it because i havnt got a dns entry for fog since i changed to using https?

          what is interesting is that fog works on a vm ie it says “autoexec.ipxe” not found and it continues to load the fog menu where i can deploy my image

          so its only happening on new uefi firmware looks like it

          Tom ElliottT 1 Reply Last reply Reply Quote 0
          • Tom ElliottT
            Tom Elliott @robertkwild
            last edited by

            @robertkwild The autoexec.ipxe isn’t a problem at all. It is just saying that the file doesn’t exist. It’s meant as a means to allow the consumer (you) to have other scripts that just “work” dynamically. It is not a required file and not the cause of the “freeze” I suspect you think it is.

            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

            Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

            Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

            R 1 Reply Last reply Reply Quote 0
            • R
              robertkwild @Tom Elliott
              last edited by

              @Tom-Elliott thanks, now i know the “autoexec.ipxe…not found” is fine its just a warning and it ignores it and continues

              but why then does this laptop fail to boot into fog and a vm does boot into fog?

              is it because the laptop uses a usb/ethernet adapter

              Tom ElliottT 1 Reply Last reply Reply Quote 0
              • Tom ElliottT
                Tom Elliott @robertkwild
                last edited by

                @robertkwild I do not know why it’s not booting. It looks like it’s getting the file and trying things, but i’m not sure where it’s failing specifically?

                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                R 1 Reply Last reply Reply Quote 0
                • R
                  robertkwild @Tom Elliott
                  last edited by robertkwild

                  @Tom-Elliott is there a way to find out where its failing

                  i have the PCAP file if interested?

                  1 Reply Last reply Reply Quote 0
                  • 1 / 1
                  • First post
                    Last post

                  154

                  Online

                  12.0k

                  Users

                  17.3k

                  Topics

                  155.2k

                  Posts
                  Copyright © 2012-2024 FOG Project