JaideepBrar, much appreciate responding to your quick response. I would agree with your rationale that if the implementation does not have any option (to turn on/off hostname verification), it does not implement it. May I ask where I could view the code for "com.day.cq.mailer.DefaultMailService" im...
The client is using AEM 6.4 SP2. The corporate mail server uses TLS. hence, in the Day CQ Mail Service, the TLS has been enabled. The corporate mail server also requires that the mail sender turn off the hostname verification. Is there any way, the Day CQ Mail Service can turn off the hostname verif...
smacdonald2008 Since you got in touch with Adobe folks in Aug 2017, is there any fresh update on the guidance about with Archetype to use for 6.3 and 6.4.Now Archetypes 12, and 13 are available: GitHub - Adobe-Marketing-Cloud/aem-project-archetype: Maven template to create a new Adobe Experience Man...
Praveen- It is default pom.xml with default host, port, user, and password. However, since I am usingmvn clean install -PautoInstallPackage -Daem.host=remoteserver -Daem.port=4502 -Dsling.user=admin -Dsling.password=<password>the default credentials would be overridden.
Scott-Locally, it works perfectly well. No errors when executing:mvn -PautoInstallPackage installIt even works well on the AEM instance that is on another VM on local network
When running the maven clean install command: mvn clean install -PautoInstallPackage -Daem.host=remoteserver -Daem.port=4502 -Dsling.user=admin -Dsling.password=<password>I am getting:[DEBUG] Authorization required[DEBUG] Supported authentication schemes in the order of preference: [ntlm, digest, ba...
Sorry for the late response. Unless you have already figured out the answers to the questions, here are quick pointers: - Total articles/stories in site: To get all the pages that meets your search criteria, I guess you are looking at building search in OSGi using javax.jcr.query. Queries such as: S...