Hello Gaurav and other Friends, Little late update on this query. Now I
am able to successfully running AEM author on https domain site, thank
you to all.I have developed the java OSGI maven bundle for my API
services and all methods calling successfully except myLogin. My current
problem is that -- I am able to call my doPost method of
SlingAllMethodsServlet for https request URL but PostMethod authRequest
= new PostMethod(String.format("%s://%s:%s/j_security_check", PROTOCOL,
HOST, PORT));auth...