You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SSL Termination: If you’re placing API Umbrella behind a load balancer in a multi-server setup, you can handle the SSL termination with that external load balancer
I was wondering if there was a way to turn off HTTPs/SSL checking in the .yml file. I have a similar setup with a load balancer in front of API-Umbrella where I'd like to handle SSL termination there. But it is unclear to the details on how you're doing so there when the default API-Umbrella has its own self signed certificates.
Thanks
The text was updated successfully, but these errors were encountered:
Generally speaking, you should be able to perform SSL termination, and things should just work as long as your SSL terminator sends back X-Fowarded-Proto and X-Forwarded-Port headers. I know Amazon ELBs do this by default, and we use ELBs for SSL termination in some of our uses. But let us know if that doesn't answer your question, or you're still having any issues.
Hi,
Just curious with this doc on HTTPs configs: http://api-umbrella.readthedocs.io/en/latest/server/https-config.html and this old issue chain: #112
It was mentioned that for:
I was wondering if there was a way to turn off HTTPs/SSL checking in the .yml file. I have a similar setup with a load balancer in front of API-Umbrella where I'd like to handle SSL termination there. But it is unclear to the details on how you're doing so there when the default API-Umbrella has its own self signed certificates.
Thanks
The text was updated successfully, but these errors were encountered: