mirror of
https://github.com/VFrontDe-Org/ESXi-Customizer-PS.git
synced 2026-04-25 23:46:02 +03:00
[GH-ISSUE #25] Issue with 67 Image Build #11
Labels
No labels
bug
duplicate
duplicate
enhancement
fix in-progress
invalid
need more info
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ESXi-Customizer-PS#11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @praval1983 on GitHub (Jul 19, 2020).
Original GitHub issue: https://github.com/VFrontDe-Org/ESXi-Customizer-PS/issues/25
The following commands can successfully create ISO for ESXi65 build.
`
PS C:\67> [Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Ssl3
PS C:\67> .\ESXi-Customizer-PS.ps1 -v65 -vft -nsc -load net-igb -remove vmkusb -log C:\67\ISO\ESXi-Customizer-PS.log -outDir C:\67\ISO
`
However, the same way I am not able to create ISO for ESXi67 build.
`
PS C:\67> [Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Ssl3
PS C:\67> .\ESXi-Customizer-PS.ps1 -v67 -vft -nsc -load net-igb -remove vmkusb -log C:\67\ISO\ESXi-Customizer-PS.log -outDir C:\67\ISO
`
See a successful log for 65 build and un-successful 67 builds in the attached log.zip file.
Log.zip
Although I followed Alex Lopez's recomendation to turn on Ssl3 to work around "[WinError 10054] An existing connection was forcibly closed by the remote host" error, it's not a good idea to use Ssl3 given poodle vulnerability which was disclosed a few years ago.
Especially by updating protocol and cipher preferences, you can easily fix/address this on V-Front Online depot.
Given the above workaround seems to have worked for 65 and failed for 67, we can focus in that area.
Given I am not so savvy with Powershell, I would still try to understand 67 image build portion in this PowerShell script and share if I can find anything intrsting.
@virtualex-itv commented on GitHub (Jul 20, 2020):
Did you reboot after running the command to enable Ssl3?
@praval1983 commented on GitHub (Jul 20, 2020):
Yes. I did reboot my computer after enabling ssl3 it doesn't change the outcome.
just to clear any doubt. I executed above command to enable ssl3 and rebooted and tried again and still I have same error while creating 6.7 iso.
It's surprising to me that the same computer same configuration and I can create 6.5 ISO without any issue.
@virtualex-itv commented on GitHub (Jan 5, 2021):
i believe this has something to do with the driver you are trying to load into the image not being supported on any version of vSphere higher than
-v65. Most, if not all of the drivers available via-vft -loadare legacy and have not been maintained or lack support for newer versions of vSphere due to architectural changes.