Link Checker Issue - SSLException - AEM 6.4
Hi Team,
We have few external URLs(something like below) authored in the site pages.
The URLs are broken in author and publish. The below error is coming in the error.log in both AEM 6.2 and AEM 6.4. But these URLs are marked Valid in AEM 6.2 and Invalid in AEM 6.4 in External Link Checker(/etc/linkchecker.html).
Upon checking the adobe code in java class com.day.cq.rewriter.linkchecker.impl.LinkCheckerTask, found that in AEM 6.4 the URLs that provide SSLException are marked as Invalid which was not the case in AEM 6.2.

For now, we have disabled the Link checker in felix console as a work around.
Is there any way to get the URLs working fine in the pages without using any of the workarounds like below? If not, what is the right approach to get the URLs working?
i)Disabling the Link checker
ii)Skipping the URL from felix console by adding Link Check Override Pattern
iii)Skipping the URL by using x-cq-linkchecker="valid" parameter in the <a> tag