[GitHub] [apisix] highkay commented on issue #3147: allow user to configure a fallback SSL cert

2021-01-13 Thread GitBox
highkay commented on issue #3147: URL: https://github.com/apache/apisix/issues/3147#issuecomment-759956037 anything updated? @spacewander This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [apisix] highkay commented on issue #3147: allow user to configure a fallback SSL cert

2021-01-04 Thread GitBox
highkay commented on issue #3147: URL: https://github.com/apache/apisix/issues/3147#issuecomment-753907313 > I think you can submit it as PR, so that we can see why it doesn't work. Oh I see. I am misunderstanding your instruction. I must add a new configuration in the conf file in

[GitHub] [apisix] highkay commented on issue #3147: allow user to configure a fallback SSL cert

2021-01-01 Thread GitBox
highkay commented on issue #3147: URL: https://github.com/apache/apisix/issues/3147#issuecomment-753330014 > When `fallback_certificate` is not nil, it means the fallback_certificate is valid. I did the step 1 and 2, and if I can ensure the fallback_certificate set in the step one,

[GitHub] [apisix] highkay commented on issue #3147: allow user to configure a fallback SSL cert

2020-12-31 Thread GitBox
highkay commented on issue #3147: URL: https://github.com/apache/apisix/issues/3147#issuecomment-752955968 > > If I am not misunderstanding the code you show is about a dns setting item in conf file > > You need to check if fallback_certificate is set just like the code check if

[GitHub] [apisix] highkay commented on issue #3147: allow user to configure a fallback SSL cert

2020-12-30 Thread GitBox
highkay commented on issue #3147: URL: https://github.com/apache/apisix/issues/3147#issuecomment-752706507 > You can add `fallback_certificate` to `conf/config-default.yaml`, update the > >

[GitHub] [apisix] highkay commented on issue #3147: allow user to configure a fallback SSL cert

2020-12-29 Thread GitBox
highkay commented on issue #3147: URL: https://github.com/apache/apisix/issues/3147#issuecomment-752085500 thanks, I will try later This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [apisix] highkay commented on issue #3147: allow user to configure a fallback SSL cert

2020-12-29 Thread GitBox
highkay commented on issue #3147: URL: https://github.com/apache/apisix/issues/3147#issuecomment-752016953 > You can submit a PR for it. I would be pleased to if I know some lua staff. And it would be an option to use other gateway software for me if it takes too much time.

[GitHub] [apisix] highkay commented on issue #3147: allow user to configure a fallback SSL cert

2020-12-29 Thread GitBox
highkay commented on issue #3147: URL: https://github.com/apache/apisix/issues/3147#issuecomment-751999334 @spacewander when the issue could be done? I am looking forward to the feature. This is an automated message from

[GitHub] [apisix] highkay commented on issue #3147: allow user to configure a fallback SSL cert

2020-12-28 Thread GitBox
highkay commented on issue #3147: URL: https://github.com/apache/apisix/issues/3147#issuecomment-751924578 This feature could be implemented by reusing the ssl_* setting in yaml, If I am not misunderstanding the config.