* HTTPS boot support questions @ 2017-06-07 4:10 Santhapur Naveen 2017-06-07 7:10 ` Wu, Jiaxin 0 siblings, 1 reply; 6+ messages in thread From: Santhapur Naveen @ 2017-06-07 4:10 UTC (permalink / raw) To: edk2-devel@lists.01.org Hello, I have some questions regarding HTTPS Boot and are as below. 1. If I'm using iPXE port 80 to communicate with server because of firewall concern. Does https boot happen via the same 80 port? 2. Does it support WinPE/Windows 10 OS installation? If yes, is there any open document available to achieve the same? 3. Does it support network boot without disabling secure boot OS? Thanks in advance, Naveen ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: HTTPS boot support questions 2017-06-07 4:10 HTTPS boot support questions Santhapur Naveen @ 2017-06-07 7:10 ` Wu, Jiaxin 2017-06-07 7:12 ` Santhapur Naveen 0 siblings, 1 reply; 6+ messages in thread From: Wu, Jiaxin @ 2017-06-07 7:10 UTC (permalink / raw) To: Santhapur Naveen, edk2-devel@lists.01.org Hi Naveen, For your question: #1: Yes, HTTPS Boot can work with port 80, but you have to close any possible website may be using the same port. #2: No, AFAIK, currently, HTTP(S) can't co-work with WinPE/Windows 10 OS installation. #3: Yes, secure boot feature is not related to HTTPS boot. You can finish the download process no matter secure boot enabled or not. But the download image must be signed to continue the execution. Thanks, Jiaxin > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Santhapur Naveen > Sent: Wednesday, June 7, 2017 12:11 PM > To: edk2-devel@lists.01.org > Subject: [edk2] HTTPS boot support questions > > Hello, > > I have some questions regarding HTTPS Boot and are as below. > > 1. If I'm using iPXE port 80 to communicate with server because of firewall > concern. Does https boot happen via the same 80 port? > 2. Does it support WinPE/Windows 10 OS installation? If yes, is there any > open document available to achieve the same? > 3. Does it support network boot without disabling secure boot OS? > > Thanks in advance, > Naveen > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: HTTPS boot support questions 2017-06-07 7:10 ` Wu, Jiaxin @ 2017-06-07 7:12 ` Santhapur Naveen 2017-06-07 7:28 ` Santhapur Naveen 0 siblings, 1 reply; 6+ messages in thread From: Santhapur Naveen @ 2017-06-07 7:12 UTC (permalink / raw) To: Wu, Jiaxin, edk2-devel@lists.01.org Hi Jiaxin, Thanks for your comments. Regards, Naveen -----Original Message----- From: Wu, Jiaxin [mailto:jiaxin.wu@intel.com] Sent: Wednesday, June 07, 2017 12:41 PM To: Santhapur Naveen; edk2-devel@lists.01.org Subject: RE: HTTPS boot support questions Hi Naveen, For your question: #1: Yes, HTTPS Boot can work with port 80, but you have to close any possible website may be using the same port. #2: No, AFAIK, currently, HTTP(S) can't co-work with WinPE/Windows 10 OS installation. #3: Yes, secure boot feature is not related to HTTPS boot. You can finish the download process no matter secure boot enabled or not. But the download image must be signed to continue the execution. Thanks, Jiaxin > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Santhapur Naveen > Sent: Wednesday, June 7, 2017 12:11 PM > To: edk2-devel@lists.01.org > Subject: [edk2] HTTPS boot support questions > > Hello, > > I have some questions regarding HTTPS Boot and are as below. > > 1. If I'm using iPXE port 80 to communicate with server because of > firewall concern. Does https boot happen via the same 80 port? > 2. Does it support WinPE/Windows 10 OS installation? If yes, is there > any open document available to achieve the same? > 3. Does it support network boot without disabling secure boot OS? > > Thanks in advance, > Naveen > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: HTTPS boot support questions 2017-06-07 7:12 ` Santhapur Naveen @ 2017-06-07 7:28 ` Santhapur Naveen 2017-06-07 7:44 ` Wu, Jiaxin 0 siblings, 1 reply; 6+ messages in thread From: Santhapur Naveen @ 2017-06-07 7:28 UTC (permalink / raw) To: Santhapur Naveen, Wu, Jiaxin, edk2-devel@lists.01.org Hi Jiaxin, For #2, you meant server for HTTPS can't be configured in Windows alone or the OS can't be installed over HTTPS? I don't think the latter is valid. Please clarify. Thanks, Naveen -----Original Message----- From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Santhapur Naveen Sent: Wednesday, June 07, 2017 12:43 PM To: Wu, Jiaxin; edk2-devel@lists.01.org Subject: Re: [edk2] HTTPS boot support questions Hi Jiaxin, Thanks for your comments. Regards, Naveen -----Original Message----- From: Wu, Jiaxin [mailto:jiaxin.wu@intel.com] Sent: Wednesday, June 07, 2017 12:41 PM To: Santhapur Naveen; edk2-devel@lists.01.org Subject: RE: HTTPS boot support questions Hi Naveen, For your question: #1: Yes, HTTPS Boot can work with port 80, but you have to close any possible website may be using the same port. #2: No, AFAIK, currently, HTTP(S) can't co-work with WinPE/Windows 10 OS installation. #3: Yes, secure boot feature is not related to HTTPS boot. You can finish the download process no matter secure boot enabled or not. But the download image must be signed to continue the execution. Thanks, Jiaxin > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Santhapur Naveen > Sent: Wednesday, June 7, 2017 12:11 PM > To: edk2-devel@lists.01.org > Subject: [edk2] HTTPS boot support questions > > Hello, > > I have some questions regarding HTTPS Boot and are as below. > > 1. If I'm using iPXE port 80 to communicate with server because of > firewall concern. Does https boot happen via the same 80 port? > 2. Does it support WinPE/Windows 10 OS installation? If yes, is there > any open document available to achieve the same? > 3. Does it support network boot without disabling secure boot OS? > > Thanks in advance, > Naveen > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel This e-mail is intended for the use of the addressee only and may contain privileged, confidential, or proprietary information that is exempt from disclosure under law. If you have received this message in error, please inform us promptly by reply e-mail, then delete the e-mail and destroy any printed copy. Thank you. ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: HTTPS boot support questions 2017-06-07 7:28 ` Santhapur Naveen @ 2017-06-07 7:44 ` Wu, Jiaxin 2017-06-07 8:20 ` Santhapur Naveen 0 siblings, 1 reply; 6+ messages in thread From: Wu, Jiaxin @ 2017-06-07 7:44 UTC (permalink / raw) To: Santhapur Naveen, edk2-devel@lists.01.org Naveen, I mean the WinPE/Windows 10 OS can't be installed via UEFI HTTP(S) feature. Currently, I only verified the ISO image is SUSE SLES. Thanks, Jiaxin > -----Original Message----- > From: Santhapur Naveen [mailto:naveens@amiindia.co.in] > Sent: Wednesday, June 7, 2017 3:29 PM > To: Santhapur Naveen <naveens@amiindia.co.in>; Wu, Jiaxin > <jiaxin.wu@intel.com>; edk2-devel@lists.01.org > Subject: RE: HTTPS boot support questions > > Hi Jiaxin, > > For #2, you meant server for HTTPS can't be configured in Windows alone or > the OS can't be installed over HTTPS? I don't think the latter is valid. Please > clarify. > > Thanks, > Naveen > > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Santhapur Naveen > Sent: Wednesday, June 07, 2017 12:43 PM > To: Wu, Jiaxin; edk2-devel@lists.01.org > Subject: Re: [edk2] HTTPS boot support questions > > Hi Jiaxin, > > Thanks for your comments. > > Regards, > Naveen > > -----Original Message----- > From: Wu, Jiaxin [mailto:jiaxin.wu@intel.com] > Sent: Wednesday, June 07, 2017 12:41 PM > To: Santhapur Naveen; edk2-devel@lists.01.org > Subject: RE: HTTPS boot support questions > > Hi Naveen, > > For your question: > #1: Yes, HTTPS Boot can work with port 80, but you have to close any possible > website may be using the same port. > > #2: No, AFAIK, currently, HTTP(S) can't co-work with WinPE/Windows 10 OS > installation. > > #3: Yes, secure boot feature is not related to HTTPS boot. You can finish the > download process no matter secure boot enabled or not. But the download > image must be signed to continue the execution. > > Thanks, > Jiaxin > > > > > -----Original Message----- > > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > > Santhapur Naveen > > Sent: Wednesday, June 7, 2017 12:11 PM > > To: edk2-devel@lists.01.org > > Subject: [edk2] HTTPS boot support questions > > > > Hello, > > > > I have some questions regarding HTTPS Boot and are as below. > > > > 1. If I'm using iPXE port 80 to communicate with server because of > > firewall concern. Does https boot happen via the same 80 port? > > 2. Does it support WinPE/Windows 10 OS installation? If yes, is there > > any open document available to achieve the same? > > 3. Does it support network boot without disabling secure boot OS? > > > > Thanks in advance, > > Naveen > > _______________________________________________ > > edk2-devel mailing list > > edk2-devel@lists.01.org > > https://lists.01.org/mailman/listinfo/edk2-devel > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel > This e-mail is intended for the use of the addressee only and may contain > privileged, confidential, or proprietary information that is exempt from > disclosure under law. If you have received this message in error, please > inform us promptly by reply e-mail, then delete the e-mail and destroy any > printed copy. Thank you. ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: HTTPS boot support questions 2017-06-07 7:44 ` Wu, Jiaxin @ 2017-06-07 8:20 ` Santhapur Naveen 0 siblings, 0 replies; 6+ messages in thread From: Santhapur Naveen @ 2017-06-07 8:20 UTC (permalink / raw) To: Wu, Jiaxin, edk2-devel@lists.01.org Hi Jiaxin, Thanks for the clarification. Regards, Naveen -----Original Message----- From: Wu, Jiaxin [mailto:jiaxin.wu@intel.com] Sent: Wednesday, June 07, 2017 1:14 PM To: Santhapur Naveen; edk2-devel@lists.01.org Subject: RE: HTTPS boot support questions Naveen, I mean the WinPE/Windows 10 OS can't be installed via UEFI HTTP(S) feature. Currently, I only verified the ISO image is SUSE SLES. Thanks, Jiaxin > -----Original Message----- > From: Santhapur Naveen [mailto:naveens@amiindia.co.in] > Sent: Wednesday, June 7, 2017 3:29 PM > To: Santhapur Naveen <naveens@amiindia.co.in>; Wu, Jiaxin > <jiaxin.wu@intel.com>; edk2-devel@lists.01.org > Subject: RE: HTTPS boot support questions > > Hi Jiaxin, > > For #2, you meant server for HTTPS can't be configured in Windows > alone or the OS can't be installed over HTTPS? I don't think the > latter is valid. Please clarify. > > Thanks, > Naveen > > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Santhapur Naveen > Sent: Wednesday, June 07, 2017 12:43 PM > To: Wu, Jiaxin; edk2-devel@lists.01.org > Subject: Re: [edk2] HTTPS boot support questions > > Hi Jiaxin, > > Thanks for your comments. > > Regards, > Naveen > > -----Original Message----- > From: Wu, Jiaxin [mailto:jiaxin.wu@intel.com] > Sent: Wednesday, June 07, 2017 12:41 PM > To: Santhapur Naveen; edk2-devel@lists.01.org > Subject: RE: HTTPS boot support questions > > Hi Naveen, > > For your question: > #1: Yes, HTTPS Boot can work with port 80, but you have to close any > possible website may be using the same port. > > #2: No, AFAIK, currently, HTTP(S) can't co-work with WinPE/Windows 10 > OS installation. > > #3: Yes, secure boot feature is not related to HTTPS boot. You can > finish the download process no matter secure boot enabled or not. But > the download image must be signed to continue the execution. > > Thanks, > Jiaxin > > > > > -----Original Message----- > > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf > > Of Santhapur Naveen > > Sent: Wednesday, June 7, 2017 12:11 PM > > To: edk2-devel@lists.01.org > > Subject: [edk2] HTTPS boot support questions > > > > Hello, > > > > I have some questions regarding HTTPS Boot and are as below. > > > > 1. If I'm using iPXE port 80 to communicate with server because of > > firewall concern. Does https boot happen via the same 80 port? > > 2. Does it support WinPE/Windows 10 OS installation? If yes, is > > there any open document available to achieve the same? > > 3. Does it support network boot without disabling secure boot OS? > > > > Thanks in advance, > > Naveen > > _______________________________________________ > > edk2-devel mailing list > > edk2-devel@lists.01.org > > https://lists.01.org/mailman/listinfo/edk2-devel > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel > This e-mail is intended for the use of the addressee only and may > contain privileged, confidential, or proprietary information that is > exempt from disclosure under law. If you have received this message in > error, please inform us promptly by reply e-mail, then delete the > e-mail and destroy any printed copy. Thank you. ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2017-06-07 8:18 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2017-06-07 4:10 HTTPS boot support questions Santhapur Naveen 2017-06-07 7:10 ` Wu, Jiaxin 2017-06-07 7:12 ` Santhapur Naveen 2017-06-07 7:28 ` Santhapur Naveen 2017-06-07 7:44 ` Wu, Jiaxin 2017-06-07 8:20 ` Santhapur Naveen
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox