arezvani

Results 15 comments of arezvani

@iamabhishek-dubey thank you. Can you please help me now what should i do to have this feature? for backup i think we should use save or bgsave then copy the...

I check log of redis insight in /db/ directory and got this: WARNING 2022-07-24 04:45:33,975 django.request Forbidden: /api/eula-screen-settings/

@mmoscher No need to login or do something before pulling image? Is there any Dockerfile for that?

@mmoscher Is there anyway you save this image by `docker save` and send that for me anywhere you can?

> @arezvani, can you check if this is related to: #10758 > > There is a workaround too. @bungle It uses exposing with diffrent ports, I want expose with SNI...

I use env `KONG_ROUTER_FLAVOR=traditional`. I get this error again: ```bash [a.rezvani@master1 mysql]$ mysql -h tls9443.kong.example --port 30968 ERROR 2013 (HY000): Lost connection to MySQL server at 'reading initial communication packet',...

> @arezvani can you share your Kong `KONG_STREAM_LISTEN` configuration? ```yaml - name: KONG_STREAM_LISTEN value: 0.0.0.0:9000, 0.0.0.0:9443 ssl ```

> @arezvani, is that `--port 30968` right, or should it be `--port 9443`? I expose 9443 port with NodePort service on 30968 port that I can access from outside of...

@fffonion I will test that but I don't think it works because if I want use SNI, I should have tls.

> Note 9443 is a TLS port, i think you would need the 9000 port for plain TCP without TLS termination. MySQL uses STARTTLS so even you are looking for...