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" |
Beta Was this translation helpful? Give feedback.
-
|
Thanks. Please provide type definition for app.domain(..). This is working solution (checked with v20.19.0) |
Beta Was this translation helpful? Give feedback.
-
|
How use one callback .any( '/*',( res, req )=>{}) for all SNI domains? (and dynamically add SNI domain) |
Beta Was this translation helpful? Give feedback.
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.
Beta Was this translation helpful? Give feedback.
All reactions