I'm using WSO2 API-Manager 4.3.0 for a project, but I'm running into a problem where the ERR_CONNECTION_RESET
error appears because the APIM isn't reachable at localhost:9443
. On localhost, my backend (.NET Web API) functions perfectly.
It is not possible to access the WSO2 API-Manager portals using localhost.
I need assistance to make WSO2 API-Manager accessible at localhost:9443
without encountering the ERR_CONNECTION_RESET
error.
ERR_CONNECTION_RESET
.127.0.0.1 localhost
::1 localhost
PS C:\Users\Rayan> ping localhost
Pinging MyCompany [127.0.0.1] with 32 bytes of data:
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Carbon portal > Service provider list > apim_publisher edit > Inbound authentication config > OAuth/OpenId Edit > changed callback URL to 127.0.0.1 instead of localhost.
This resolved redirects for publisher and admin, but it’s a workaround, not a fix.Any insights or solutions would be greatly appreciated. Thank you!
The issue was with the firewall of my company, as it denied the installation of ssl certificate for wso2.
The solution was by exporting the ssl certificate from my personal device and importing it in my work device certification manager and it worked like a charm!