You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The certificate will be rejected by the FRITZ!Box if the concatenation of the the fullchain and the private key aren't as expected.
The FRITZ!Box returns the following HTML indicating it is confused.
<!DOCTYPE html><html><head><metahttp-equiv=content-typecontent="text/html; charset=utf-8" /><metahttp-equiv="X-UA-Compatible" content="IE=edge" /><metaname="format-detection" content="telephone=no" /><metahttp-equiv="x-rim-auto-match" content="none" /><metaname="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui" /><metaname="mobile-web-app-capable" content="yes" /><metaname="apple-mobile-web-app-capable" content="yes" /><metaname="apple-mobile-web-app-status-bar-style" content="black-translucent" /><metahttp-equiv="cleartype" content="on"><linkrel="icon" href="/favicon.ico" size="16x16"/><linkrel="icon" href="/icon.svg" type="image/svg+xml"/><linkrel="icon" href="/icon.png" type="image/png"/><linkrel="apple-touch-icon" href="/apple-touch-icon.png" /><linkrel="apple-touch-startup-image" href="/apple-touch-icon.png" /><linkrel="stylesheet" type="text/css" href="/css/rd/singleside_old.css"/><title>FRITZ!Box</title></head><body><divid="main_page_all"><headerclass="" name="" id="blueBarBox"><divclass="logoBox" name="" id=""></div><divclass="blue_bar_titel" name="" id="blueBarTitel">FRITZ!Box</div><divclass="logoBox fake" name="" id=""></div></header><divid="page_content_no_menu_box"><divclass="blue_bar_back"><h2>FRITZ!Box</h2></div><divid="page_content" class="page_content"><formmethod="POST" name="mainform" action="/index.lua"><p>
Could not import the SSL certificate. The certificate may be invalid. Please select a valid certificate and try again.
<br></p><inputtype="hidden" name="sid" value="d48a80644cf18f09"><inputtype="hidden" id="uiLP" name="lp" value="remoteHttps"></form></div><scripttype="module">importpostUploadfrom"/js/post_upload.js";postUpload.redirect(5000);</script><divclass="clear_float"></div></div></div></div></body></html>
After debugging, if the provided full chain doesn't end with an empty line (\n), the concatenation of the 2 files (--fullchain and --key) will return in an incorrect separation of the the CA and the private key.
The certificate will be rejected by the FRITZ!Box if the concatenation of the the fullchain and the private key aren't as expected.
The FRITZ!Box returns the following HTML indicating it is confused.
After debugging, if the provided full chain doesn't end with an empty line (
\n
), the concatenation of the 2 files (--fullchain
and--key
) will return in an incorrect separation of the the CA and the private key.The text was updated successfully, but these errors were encountered: