[ceph-users] Re: RadosGW strange behavior when using a presigned url generated by SDK PHP

2023-07-02 Thread Huy Nguyen
Thanks for your support, Using tcpdump and wireshark, I can see both boto3 and PHP transactions have this field: Host: hn.ss.bfcplatform.vn\r\n Which does not contain 8084, so I'm still confused about how it appeared =) But anyway, this configuration in nginx was solved the problem: proxy_set_he

[ceph-users] Re: RadosGW strange behavior when using a presigned url generated by SDK PHP

2023-06-29 Thread Robin H. Johnson
On Fri, Jun 30, 2023 at 01:21:57AM -, Huy Nguyen wrote: > Thanks for your reply, > Yes, my setup is like the following: > RGWs (port 8084) -> Nginx (80, 443) > > So this why it make me confuse when :8084 appear with the domain. > > And this behavior only occurs with PHP's generated url, not i

[ceph-users] Re: RadosGW strange behavior when using a presigned url generated by SDK PHP

2023-06-29 Thread Huy Nguyen
Thanks for your reply, Yes, my setup is like the following: RGWs (port 8084) -> Nginx (80, 443) So this why it make me confuse when :8084 appear with the domain. And this behavior only occurs with PHP's generated url, not in Boto3 ___ ceph-users mailing

[ceph-users] Re: RadosGW strange behavior when using a presigned url generated by SDK PHP

2023-06-29 Thread Robin H. Johnson
On Thu, Jun 29, 2023 at 10:46:16AM -, Huy Nguyen wrote: > Hi, > I tried to generate a presigned url using SDK PHP, but it doesn't > work. (I also tried to use boto3 with the same configures and the url > works normally) Do you have some sort of load-balancer in the setup? Either HAProxy, Nginx,