Skip to content

support verify_certificate_hash/verify_subject_alt_name config in routes #1780

@jwfang

Description

@jwfang

currently verify_certificate_hash/verify_subject_alt_name are in global listener,
if we also support them in route, we may accomplish per-route SSL verify IMHO.

to accomplish, i guess we just can just don't do verify on SSL-handshake by leave listener/verify_* empty,
and somehow pass the SSL context down to route and do the verify there.

Metadata

Metadata

Labels

enhancementFeature requests. Not bugs or questions.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions