![]() |
Getting error when testing using new AWS certify wildcard with cloudfront - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: WebPagetest (/forumdisplay.php?fid=7) +--- Forum: Bugs/Issues (/forumdisplay.php?fid=10) +--- Thread: Getting error when testing using new AWS certify wildcard with cloudfront (/showthread.php?tid=16210) |
Getting error when testing using new AWS certify wildcard with cloudfront - jbarry@quantifycrypto.net - 10-07-2020 01:19 PM We just got off a conference session with AWS and they recommended we use a new wildcard *.quantifybtc.com with their Cloudfront SSL Certificate. This is a new feature to solve AWS issue of certification problems with http/https re-directs. It works fine except when using your testing tool, which I used successfully many times before changing to use the * in the SSL. This is the error: First View: Test Error: net::ERR_CERT_COMMON_NAME_INVALID Any help would be appreciated RE: Getting error when testing using new AWS certify wildcard with cloudfront - pmeenan - 10-08-2020 12:54 AM Usually it is because of a missing intermediary certificate in the certificate chain so the cert can not be traced back to the root trust. If you run the domain through https://www.ssllabs.com/ssltest/ it should let you know though I just tested and the chain looks fine for the http://www.quantifybtc.com domain. Do you have a test result or URL you can share to test it? Going to https://www.quantifybtc.com ends up in a redirect loop. |