You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Kernel/Config/Files/XML/Framework.xml the description for the setting HttpType says:
<Description Translatable="1">Defines the type of protocol, used by the web server, to serve the application. If https protocol will be used instead of plain http, it must be specified here. Since this has no affect on the web server's settings or behavior, it will not change the method of access to the application and, if it is wrong, it will not prevent you from logging into the application. This setting is only used as a variable, OTOBO_CONFIG_HttpType which is found in all forms of messaging used by the application, to build links to the tickets within your system.</Description>
This sounds fishy, as it also affects the OTOBO session cookie. See the parameter Securein Kernel::System::Web::Request::SetCookie().
The text was updated successfully, but these errors were encountered:
In Kernel/Config/Files/XML/Framework.xml the description for the setting
HttpType
says:<Description Translatable="1">Defines the type of protocol, used by the web server, to serve the application. If https protocol will be used instead of plain http, it must be specified here. Since this has no affect on the web server's settings or behavior, it will not change the method of access to the application and, if it is wrong, it will not prevent you from logging into the application. This setting is only used as a variable, OTOBO_CONFIG_HttpType which is found in all forms of messaging used by the application, to build links to the tickets within your system.</Description>
This sounds fishy, as it also affects the OTOBO session cookie. See the parameter
Secure
inKernel::System::Web::Request::SetCookie()
.The text was updated successfully, but these errors were encountered: