Enable redirects from http to https

Hi Team, 

We wanted to check on how to enable requests to apigee on http scheme. With the as is setup, when i tried to hit the api with http scheme, requests are not reaching the apigee layer, instead request is timing out. 

Wanted to understand the process to enable redirection to https incase request comes on http scheme. 

We are using Apigee X in Managed Service Model. 

Thanks,

Harish 

Solved Solved
1 2 250
1 ACCEPTED SOLUTION

Hi Harish,

Apigee X do not support receiving http requests, as it by default listens only on 443. However, as you will be configuring the External LB in-front of Apigee, you can configure it to redirect the http traffic to https. 

For example: You can refer this to configure Global External LB -- https://cloud.google.com/load-balancing/docs/https/setting-up-global-http-https-redirect

Thank you for using Apigee and don't hesitate to write us back your queries!

Cheers,
Baskar. 

View solution in original post

2 REPLIES 2

Hi Harish,

Apigee X do not support receiving http requests, as it by default listens only on 443. However, as you will be configuring the External LB in-front of Apigee, you can configure it to redirect the http traffic to https. 

For example: You can refer this to configure Global External LB -- https://cloud.google.com/load-balancing/docs/https/setting-up-global-http-https-redirect

Thank you for using Apigee and don't hesitate to write us back your queries!

Cheers,
Baskar. 

Thanks for the clarification, we will look for the options of configuring the redirection at LB layer.