Hi all,
Has anyone been successful in running the HA portal cloudformation template using an SSL certificate issued by your own private certificate authority?
We're trying to build an highly-available portal with this cloudformation template:
https://enterprise.arcgis.com/en/server/latest/cloud/amazon/cf-enterprise-ha.htm
After much banging around and working with esri tech support I can only get a fully functioning portal if my SSL certificate comes from a well-known certificate authority (Let's Encrypt for example).
I can actually get the HA portal stack to build using my privately-issued certificate, but the resulting portal can't publish feature services (I get the error ERROR 001506: Failed to download the data for the portal item). It appears that calls from server or portal through my load balancer are being rejected; I'm guessing because the server/portal components don't trust my privately-issued SSL certificate on my load balancer. I've tried loading my root certificate into the machines via the /server/admin and /portal/portaladmin interfaces but it doesn't seem to make a difference.
Thanks for your experiences, and ideas!
Tim