FAQ and Troubleshooting
Question / Issue | Answer |
---|---|
User interface Save or Cancel does not respond. | Check if the server is running on the port that is used in the browser URL. The server must be running at the configured Configuration Manager hostname /admin. |
How do I create multiple endpoints with the same path but different HTTP methods? |
The business rule is: No two endpoints can have the same domain, path and method combination. But at creation time, the methods cannot be manipulated. So the workaround is to create an endpoint with a different path, change the methods and then revert the path for the endpoint. The workaround to create multiple endpoints with the same path but with different HTTP methods is provided below, and uses the following two example endpoints with these details:
Workaround:
This will give you two endpoints with same path but different methods.
|
How are out of the box HTTP Client Profiles set up?
How do I pick a Profile in Configuration Manager? |
The cluster admin must configure the identity and stores using the clustermanager CLI. Once they are added via that tool, the identities and trusts should show up in the admin UI immediately and be able to be mapped to newly-created HTTPS Client Profiles that can then be used for endpoints. |
What types or certificates are available and when are they used? | |
How does the TIBCO Cloud™ API Management - Local Edition admin set up identity and trust profiles? |
The Cluster Manager commands to create Truststore and Identity are documented in the Cluster Manager CLI topic. The API designer can choose to make the endpoint secure using HTTPS. When a client (for example, a browser) makes a request for a secure endpoint, the Traffic Manager forwards the request to the internal backend endpoint. The backend can be one-way authenticated or can expect the client (Traffic Manager in this case) to perform mutual authentication. |