Christopher Faulet

Results 470 comments of Christopher Faulet

Indeed, it is not expected to have a warning in that case. The configuration is valid and it is the expected behavior. A Notice message must be emitted instead of...

Fixed on 3.1-dev. Will be backported as usual.

I'm starting to dig on this issue. I don't know how jwt works. But it may be unrelated. Because you are on a test platform, it could be useful to...

Just to be sure, when you said you have disabled the `http-reuse` directive, you have removed it or you have set it to `never` ?

In addition, could you share your lua script ?

Thanks, so nothing strange with your script. But I'm a bit puzzled because the issue depends on the order of `jwt_verify` calls but also on the backend connections reuse. Both...

Thanks, I'll take a look based on your tests. At least this reduce the scope of investigation.

With you last test, with the H1 dummy server, could you check the `show errors` output. A `CR--` + 400 is an error returned during the request parsing. NOTE: if...

You may also try to remove some part because you are using a dummy server. The lua for instance. I'm still trying to understand the link with order of `jwt_verify`...