Skip to content

fix userver: fix using per-port config for multi-port listener#1248

Closed
botanegg wants to merge 1 commit into
userver-framework:developfrom
botanegg:fix-listener-per-port-config
Closed

fix userver: fix using per-port config for multi-port listener#1248
botanegg wants to merge 1 commit into
userver-framework:developfrom
botanegg:fix-listener-per-port-config

Conversation

@botanegg

@botanegg botanegg commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Allow each port in the listener's ports array to use its own PortConfig (address, TLS, unix-socket, etc.) instead of always applying the first port's settings to all connections.

add tests-http-https-listener with mixed HTTP/HTTPS ports verify TLS certs instead of disabling SSL verification


Note: by creating a PR or an issue you automatically agree to the CLA. See CONTRIBUTING.md. Feel free to remove this note, the agreement holds.

Allow each port in the listener's ports array to use its own
PortConfig (address, TLS, unix-socket, etc.) instead of always
applying the first port's settings to all connections.

add tests-http-https-listener with mixed HTTP/HTTPS ports
verify TLS certs instead of disabling SSL verification
@apolukhin

Copy link
Copy Markdown
Member

LGTM

@robot-magpie

robot-magpie Bot commented Jun 8, 2026

Copy link
Copy Markdown

Many thanks for the PR! @apolukhin is now importing your pull request into our internal upstream repository.

@robot-magpie

robot-magpie Bot commented Jun 10, 2026

Copy link
Copy Markdown

✅ This pull request is being closed because it has been successfully merged into our internal monorepository.
Your changes will be pushed to this repository soon. Thank you for your contribution!

@robot-magpie robot-magpie Bot closed this Jun 10, 2026
robot-piglet pushed a commit that referenced this pull request Jun 10, 2026
Allow each port in the listener's ports array to use its own PortConfig (address, TLS, unix-socket, etc.) instead of always applying the first port's settings to all connections.

add tests-http-https-listener with mixed HTTP/HTTPS ports verify TLS certs instead of disabling SSL verification

Tests: протестировано CI

---

Pull Request resolved: #1248

Co-authored-by: antoshkka <antoshkka@userver.tech>
commit_hash:93fd4533c8a9b40dd7ee0c2a11319dfe64cc39c5
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