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://*
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 configurationAs far as I understand the
non-secure
farm should have valuehttp://*
instead ofhttps://*