Hi Everyone,

I have implemented authorisation menu from this example "
http://etherboot.org/wiki/appnotes/authmenus";.

To make it fully running i had to fill it with some lack of code:

  <?php //missing part on website in menu.php file giving blank screen

  title ( "Secure Network Boot" );

  if ( ! authenticated() ) {
    retry();
  } else {

    if ( $username == "mcb30" ) {

      sanboot ( "MS-DOS 6.22",
                "iscsi:chipmunk.tuntap::::iqn.2007-07.chipmunk:msdos622" );

      sanboot ( "Windows 2k3",
                "iscsi:chipmunk.tuntap::::iqn.2007-07.chipmunk:win2k3" );

    }

    uriboot ( "Linux rescue shell",
              "http://chipmunk.tuntap/images/uniboot/uniboot.php";, "" );
  }

  ?>



All running fine but only over http. If im trying to load it over https and
it says "Invalid argument (0x1c00e002)"

I was trying other project (iPXE) and there is no problem over https but i
prefer gPXE because of better AoE compatibility.
Is there any way to fix this issue?

Regards,
Slawek
_______________________________________________
gPXE mailing list
gPXE@etherboot.org
http://etherboot.org/mailman/listinfo/gpxe

Reply via email to