Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm trying to setup an OnCommand Services API machine on CentOS 7.0.
If I try to access the Web UI, I get the following error:
The character encoding of the plain text document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the file needs to be declared in the transfer protocol or file needs to use a byte order mark as an encoding signature.
Maybe someone can point me in the right direction.
edit:
the solution is simple: You must use HTTPS and not HTTP, because there is no redirect.
Solved! See The Solution
1 ACCEPTED SOLUTION
acjackson has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Pl. open oncommand API Services Web UI using https.
example:
https://<IP-ADDRESS>/api-admin/#/login
1 REPLY 1
acjackson has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Pl. open oncommand API Services Web UI using https.
example:
https://<IP-ADDRESS>/api-admin/#/login
