Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
err:0216ea [2018/01/28 19:43]
nikize
err:0216ea [2021/02/04 20:41]
mcb30
Line 1: Line 1:
-iPXE has case sensitive compare of hostname when validating certificate,​ so make sure the casing ​in your urls used in iPXE matches ​the one in certificate.+This error indicates that the name provided ​in the TLS server ​certificate ​did not match the server name in the URI.
  
-So if a certificate is for boot.ipxe.org ​then https://​BOOT.IPXE.ORG will not work in iPXE.+Things to try: 
 + 
 +  * Check that the server is using the correct ​certificate
 + 
 +  * Check that the client ​is using the correct name to connect to the server. ​ The name must exactly match the name provided in the certificate. ​ This is usually the fully-qualified domain name, such as ''​boot.ipxe.org''​. 
 + 
 +Note that certificate names are case sensitive.
  
-The reason for this is how certificates are compared in iPXE and there is no clean good solution for how to fix this. 
err/0216ea.txt · Last modified: 2021/02/04 20:41 by mcb30
Recent changes RSS feed CC Attribution-Share Alike 4.0 International Driven by DokuWiki
All uses of this content must include an attribution to the iPXE project and the URL https://ipxe.org
References to "iPXE" may not be altered or removed.