Closed manuel-di-iorio closed 4 years ago
Solved. The port 9443 was closed for external requests. Hope this can help someone else.
Can you provide more details on the solution? @manuel-di-iorio I'm having a similar issue when fronting with nginx proxy.
@amritaramnauth Sure. I needed to allow requests (azure firewall in my case) from the server IP on the port 9443. Pratically WSO2 must be able to call itself on that port
Hello, I have the same problem with nginx fronting. 9443 is open between Nginx and WSO APIM Server The problem still ....... publisher and /devportal are not responding and remain in pending state, until the server closes the connection with a timeout.
Could you help me please ?
Thanks
@SamWso2 check your server if port 9443 is opened for external requests.
The port 9443 is open between nginx and my server Wso2
I have devoprtal site from external When I sign in it's not responding
If you changed admin password, you need to change it in config file as well.
It's not a problem of changed password. By internal it's work fine It's not repondinf (/devportal and /publisher after I log in. Thanks
Description:
On a server (so not in localhost), after a fresh installation of the API Manager, I changed in the
deployment.toml
configuration file the hostname to the machine IP address. While /carbon works well, the /publisher and /devportal are not responding and remain in pending state, until the server closes the connection with a timeout.The affected APIs seem to be services/auth/login and /devportal/services/configs (so all /services routes)
Example config: [server] hostname = "ip etc.." (changed from the default localhost)
Screen:
If this is a configuration problem, what else need to be changed ?
Affected Product Version:
3.0.0
Environment details (with versions):