New article
Recently updated
Ideagen Internal Audit (Aura): Error when browsing service: "The HttpsGetEnabled property of ServiceMetadataBehavior is set to true and the HttpsGetUrl property is a relative address, but there is no https base address"
A common troubleshooting step when installing Pentana is to browse to the service URL, http://[servername]/[application]/Service/TngService.svc.
If:
- the Pentana service is configured with a Windows authentication-only web.config file, and
- SSL bindings are not configured on the server
... then the following error will appear:
The HttpsGetEnabled property of ServiceMetadataBehavior is set to true and the HttpsGetUrl property is a relative address, but there is no https base address. Either supply an https base address or set HttpsGetUrl to an absolute address.
Two ways to resolve this problem are:
- Add SSL bindings to the site
Or
- Update the configuration (note that this will restart the application pool, so ensure that nobody is using the system) :
- Edit the file Service\web.config
- Locate the line <serviceMetadata httpsGetEnabled="true" />
- Replace True with False