Replies: 3 comments 2 replies
|
Please read the release post. You attach routes to SNI domains using app.domain(..). You haven't specified any default SSL cert and you haven't attached any route to your "SNIs" |
0 replies
|
Thanks. Please provide type definition for app.domain(..). This is working solution (checked with v20.19.0) |
1 reply
|
How use one callback .any( '/*',( res, req )=>{}) for all SNI domains? (and dynamically add SNI domain) |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
This code works with v20.10.0 fails with v20.15.0 and v20.19.0
It's may be caused due to 'Improved SNI support' in uWebSockets v20.18.0 which does not look to be implemented.
All reactions