Reputation: 740
I'm trying to run WSO2 IS on Port 443. Everything was originally configured to run on 9443, however, our SSL is enabled on port 443.
So I set WSO2 IS to run on Port 443 but I'm getting an HTTP Error 404.
The description being "The resource you are looking for has been removed, had its named changed or is temporarily unavailable."
SAML-SSO is configured on my WSO2-IS service, so it should do the Single Sign In process for :443/samlsso. But for some reason, it's reading in /samlsso as a directory.
Everything in my WSO2 configs are configured for port 443. (Axis2.xml, catalina-server.xml, authenticators.xml, identity.xml.)
Could this be an issue with my SSL? I'm not sure which steps to take but someone assumed I should follow https://docs.wso2.com/display/IS510/Creating+New+Keystores OR https://docs.wso2.com/display/IS530/Enabling+Mutual+SSL to enable trust with my server's SSL.
Upvotes: 0
Views: 668
Reputation: 740
I was able to configure trust between my server's certificate and WSO2 after following the guide. You must change keystore names within WSO2 files (carbon.xml, axis2.xml, etc.) after creating your new keystore for your server's certificate. Make sure to include intermediary certificates as well.
Upvotes: 1