¿How to configure to enable https protocol in docker dispatcher locally?
Hello everyone.
I am trying to enable https protocol in my local docker installation of dispatcher.
I have created the certificates and installed it in the src/conf.d/ssl folder.
In the mysite.vhost file I have configured the following.
SSLEngine on
SSLCertificateFile “../ssl/server.crt”
SSLCertificateKeyFile “../ssl/server.key”.
I get this error back:
ERROR Tue Jan 28 10:52:13 UTC 2025 Configuration invalid, please fix and retry,
Line numbers reported are correct for your configuration file
I found this article https://experienceleague.adobe.com/en/docs/experience-manager-dispatcher/using/configuring/dispatcher-ssl
But I see that it refers to the connection of dispatcher to CQ and vice versa.
Has anyone successfully configured local docker dispatcher with https?
Can you tell me the configuration steps.
Thanks
