Quantcast
Channel: HAProxy community - Latest topics
Viewing all articles
Browse latest Browse all 4718

AWS Amplify sometimes 503 service unavailable

$
0
0

Hi Haproxy Community,

I’m using AWS Amplify as my website hosting. The aws amplify build and server our website with their generated subdomain like “master.xxxxxxxxx.amplifyapp.com”.

Then i’m using SNI configuration to server it using haproxy, my configuration are like this :

backend website-v2
        mode http
        option forwardfor header X-Client
        http-request set-header Host master.xxxxxxxxx.amplifyapp.com
        server fe-website-v2 master.xxxxxxxxx.amplifyapp.com:443 ssl verify none sni str(master.xxxxxxxxx.amplifyapp.com)

sometimes the website goes 503 service unavailable and i mitigated it by restarting the haproxy service, anyone have the same problem or know how to solve this?

Thank You.

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 4718

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>