urbit / bitcoin-wallet

Repository for issue triaging and (eventually) the bitcoin wallet code
MIT License
4 stars 1 forks source link

Eventsource request stuck in pending on initial load when using HTTPS #46

Closed finned-palmer closed 2 years ago

finned-palmer commented 2 years ago

I just started using TLS certs to access my ship recently and noticed that the wallet takes a long time to load over HTTPS but loads instantly over HTTP.

The culprit appears to be this request: image

This could just be an issue with my nginx setup. Looking into this now.

finned-palmer commented 2 years ago

Setting proxy_buffering off; in my nginx config fixed this.