In Eclipse, how do you create an AEM Server with an https port connection?
Hello,
In Eclipse, I'm able to create a Server that connects to the HTTP port that my AEM instance is running on (4502), but selecting the HTTPS port (4504) gives me this error message: "No repository found at http://localhost:4504". As you can see in the error message, it's trying to connect over HTTP instead of HTTPS. I have verified that my instance definitely is available over HTTPS on port 4504 (via browser connection). Where in my Eclipse Server configuration should I specify that I want to connect via HTTPS? I would prefer to transfer all information over an encrypted connection.
Thank you.