action #11800
closedFeature 320292: ALPN support for openssl
0%
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"
Updated by michalnowak over 8 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.
Updated by michalnowak over 8 years ago
- Status changed from New to In Progress
- Target version set to Milestone 3
Updated by michalnowak over 8 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.