Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: fix failing tests #80

Merged
merged 2 commits into from
Feb 8, 2024
Merged

tests: fix failing tests #80

merged 2 commits into from
Feb 8, 2024

Conversation

ADD-SP
Copy link
Contributor

@ADD-SP ADD-SP commented Feb 8, 2024

Please REBASE AND MERGE

  1. The TLS 1.2 Session Resumption via Session Tickets and Session Identifiers mentioned earlier is outdated in TLS 1.3.
  2. Replacing listen ... http2 by http2 on to avoid the deprecation message of grpc tests.

The TLS 1.2 Session Resumption via Session Tickets and
Session Identifiers mentioned earlier is outdated in TLS 1.3.
@ADD-SP ADD-SP changed the title tests(tls): disable TLSv1.3 for session-resumption-related tests tests: fix failing tests Feb 8, 2024
@ADD-SP ADD-SP force-pushed the add_sp/test-fix branch 2 times, most recently from b0392ef to 7fca3be Compare February 8, 2024 14:02
…p2 on` to avoid the deprecation message

To avoid message:

[warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /home/runner/work/lua-kong-nginx-module/lua-kong-nginx-module/t/servroot/conf/nginx.conf:28
@ADD-SP ADD-SP marked this pull request as ready for review February 8, 2024 14:29
@ADD-SP ADD-SP merged commit e25bfe3 into master Feb 8, 2024
6 checks passed
@ADD-SP ADD-SP deleted the add_sp/test-fix branch February 8, 2024 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants