AdobeDocs / experience-manager-dispatcher.en

This is the repository for Adobe Experience Manager Dispatcher documentation. Your contributions to the documentation are welcome.
https://experienceleague.adobe.com/en/docs/experience-manager-dispatcher/using/dispatcher
Other
13 stars 16 forks source link

Typo in virtual host config #59

Closed bartoszWesolowski closed 2 years ago

bartoszWesolowski commented 2 years ago

Issue in ./help/using/dispatcher-ssl.md

In section Configuring Dispatcher to Use SSL a sample code contains two farms definition, one to handle secure connections (https) and one to handle http connections.

In the sample code both virtualhosts sections has the same configuration

      /virtualhosts
      {
         # select this farm for all incoming HTTPS requestss
         "https://*"
      }

As far as I understand the non-secure farm should have value http://* instead of https://*

image

aheim0 commented 2 years ago

Thanks for raising this - we will investigate.

aheim0 commented 2 years ago

@adobe export issue to Jira project CQDOC

github-jira-sync-bot commented 2 years ago

:white_check_mark: Jira issue CQDOC-19756 is successfully created for this GitHub issue.