All,
I’ve set up Portal internally with a local SSL CERT (from our internal CA) with integrated authentication with our AD environment.
I’m now looking at getting this environment to be available online but I’m running into an issue with the wildcard CERT we use for our external websites and connections.
Current setup:
When I try to add the PFX file it keeps giving me a 500 error (unable to add CERT). I’ve already installed the PFX file locally, it will add the root, intermediate, and a valid web certification to the server just fine. I’m sure the error is simple, just not sure how to fix or get around it. Any ideas?
Thanks
Solved! Go to Solution.
Hi,
I assumed you are trying to import your organization's wildcard certificate into your portal machine. You don't need to do that. Your organization should have an external reverse proxy (such as Apache Tomcat or Citrix Netscaler). The reverse proxy can redirect (transfer) an external URL to your internal Portal URL. That's all you need. Here are a couple Esri reverse proxy documents. Hope this help.
Luke
Hi,
I assumed you are trying to import your organization's wildcard certificate into your portal machine. You don't need to do that. Your organization should have an external reverse proxy (such as Apache Tomcat or Citrix Netscaler). The reverse proxy can redirect (transfer) an external URL to your internal Portal URL. That's all you need. Here are a couple Esri reverse proxy documents. Hope this help.
Luke
Thanks for the help Luke. This was the approach we used and it worked very well. Thanks for the reply.