HTTP ERROR 403 Request's Host header does not match with server's name while accessing TIBCO Enterprise Administrator (TEA) UI

book

Article ID: KB0073264

calendar_today

Updated On:

Products Versions
TIBCO Enterprise Administrator (TEA) 2.4

Description


While accessing TEA UI, user gets below HTTP ERROR on browser.

<-----
HTTP ERROR 403 Request's Host header does not match with server's name
URI: /tea
STATUS: 403
MESSAGE: Request's Host header does not match with server's name
SERVLET: -
------>

 

Environment

All

Resolution

Add below three properties in <TIBCO_CONFIG_HOME>\tibco\cfgmgmt\tea\conf\tea.conf file to solve this issue.

++++
tea.server.disablehostheaderverification = true
tea.server.disableoriginheaderverification=true
tea.server.disablerefererheaderverification=true
++++

 

Issue/Introduction

HTTP ERROR