Project

General

Profile

Actions

action #11800

closed

Feature 320292: ALPN support for openssl

Added by maritawerner almost 8 years ago. Updated over 7 years ago.

Status:
Resolved
Priority:
Urgent
Assignee:
michalnowak
Category:
New test
Start date:
2016-05-04
Due date:
% Done:

0%

Estimated time:
Difficulty:

Description

For details see https://fate.suse.com/320292

Feature is set to done.

Testcase:

setup apache2 host with ALPN support, (basically configure SSL and also follow
https://httpd.apache.org/docs/trunk/mod/mod_http2.html adding "Protocols h2 http/1.1"
to test the setup, from opensuse factory: curl --http2 https://HOSTNAME
The call also might need the --insecure option too if you used a self-signed certificate during apache2 setup.
Another simpler test can be: server# openssl s_server -key key.pem -cert cert.pem -alpn http
client# openssl s_client -connect server:4433 -alpn http
And check the client output for "ALPN protocol: http" / "No ALPN negotiated"

Actions #1

Updated by RBrownSUSE over 7 years ago

  • Priority changed from Normal to Urgent
Actions #2

Updated by michalnowak over 7 years ago

  • Category set to New test
  • Assignee set to michalnowak

This POO is missing in 'All open Feature tests' query (because it does not have 'Target version' field set). Still, I guess it's requested. Will implement a test.

Actions #3

Updated by michalnowak over 7 years ago

  • Status changed from New to In Progress
  • Target version set to Milestone 3
Actions #4

Updated by michalnowak over 7 years ago

  • Status changed from In Progress to Resolved

Test is part of extratest and FIPS and passes:

https://openqa.suse.de/tests/523256
https://openqa.suse.de/tests/523275

Closing as resolved.

Actions

Also available in: Atom PDF