Closed amritaramnauth closed 4 years ago
Solved just as similar issue. Port 9443 was closed for external requests.
How to open 9443 port for external request?
configure port rule enable to level SO with the command :
firewall-cmd --zone=public --add-port=9443/tcp --permanent firewall-cmd --reload
It's resolved your problem?
@MPincay my problrm was else where and solved
Description:
On a server (not localhost), after installing and configuring IS as KM for API Manager, I made changes to deployment.toml configuration for hostname. Products use nginx as a proxy. While /carbon works well, the /publisher gets stuck and /devportal sign up doesn't respond. Eventually, the server closes connection with a timeout.
I made the adjustments to IS for admin_store and admin_publisher callbacks as follow
and
I also made the change to /services route
However, the console returns an error for both publisher and devportal
Publisher:
Screen:
Devportal:
Screen:
The affected APIs seem to be all /services routes.
Is this a configuration problem, what else needs to be changed?
Affected Product Version:
3.0.0 5.9.0 (for IS as KM)
Environment details (with versions):
Optional Fields
Related Issues:
https://github.com/wso2/product-apim/issues/7321