[gPXE] gPXE HTTPS support

Slawomir Latkowski slawomir.latkowski at gmail.com
Tue Nov 8 12:44:55 EST 2011


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://etherboot.org/pipermail/gpxe/attachments/20111108/65eabb09/attachment.html>


More information about the gPXE mailing list