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

Added support for TLS ALPN to connect via MQTT protocol to a TLS encrypted HTTP port 443 #181

Merged
merged 4 commits into from
Apr 24, 2024

Conversation

jonofe
Copy link
Contributor

@jonofe jonofe commented Apr 24, 2024

Added support for TLS ALPN to connect via MQTT protocol to a TLS encrypted HTTP port 443

With

->setTlsAlpn('mqtt')

it is now possible to use MQTT protocol on a TLS encrypted hTTP port 443 (server side has to support this).

jonofe added 4 commits April 24, 2024 13:03
added TLS ALPN option
Added TLS ALPN option to the TLS options
Added TLS ALPN to the ConnectSettings options
@Namoshek Namoshek added this pull request to the merge queue Apr 24, 2024
Merged via the queue into php-mqtt:master with commit 8258141 Apr 24, 2024
21 checks passed
@Namoshek
Copy link
Collaborator

Thanks, I've released this in v2.1.0. 👍

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