Unable to run Quickstart Jar - SSL Error? | Community
Skip to main content
May 30, 2023
Solved

Unable to run Quickstart Jar - SSL Error?

  • May 30, 2023
  • 1 reply
  • 693 views

I have a fresh install of Mac OSX 13.4.

I have downloaded the Quickstart JAR: AEM SDK v2023.5.11983.20230511T173830Z-230200

I have installed Java 11.0.19

I have installed mvn 3.9.2

 

I am following the instructions outlined here: Set up Local AEM Runtime for AEM as a Cloud Service Development | Adobe Experience Manager

 

After running `java -jar aem-author-p4502.jar`, the quickstart jar starts up and begins running per usual. However, when I navigate in my browser to http://localhost:4502, I am redirected to https://localhost:4502 and presented with an SSL error.  Am I missing a step here?  I don't recall doing anything around SSL in the past.

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by dylanmccurry

I have found the solution.  I noticed that Safari and Chrome both worked with http://localhost:4502.  I was using edge, which was forcing https on my localhost. 

 

To solve it, I had to 

  • Go to Edge browser and type following statement in address bar.

    edge://net-internals/#hsts

  • In the section titled "Delete domain security policies", type "localhost" and press delete.
     

1 reply

dylanmccurryAuthorAccepted solution
May 30, 2023

I have found the solution.  I noticed that Safari and Chrome both worked with http://localhost:4502.  I was using edge, which was forcing https on my localhost. 

 

To solve it, I had to 

  • Go to Edge browser and type following statement in address bar.

    edge://net-internals/#hsts

  • In the section titled "Delete domain security policies", type "localhost" and press delete.