Project

General

Profile

Actions

action #11800

closed

Feature 320292: ALPN support for openssl

Added by maritawerner about 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

Also available in: Atom PDF