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

H3App: segmentation fault #1019

Open
jimmywarting opened this issue Feb 11, 2024 · 1 comment
Open

H3App: segmentation fault #1019

jimmywarting opened this issue Feb 11, 2024 · 1 comment

Comments

@jimmywarting
Copy link

jimmywarting commented Feb 11, 2024

Whenever i try the H3App i get a "segmentation fault"...
some kind of unexpected token...

it crash the application and exit...

system:
(Mac pro M1) darwin arm64
(Node) v21.5.0

// uWS.H3App({
uWS.SSLApp({
  key_file_name: './cert/key.pem',
  cert_file_name: './cert/cert.pem'
}).get('/*', (res, req) => {
  res.end('Nothing to see here!');
}).listen(3443, (token) => {
  // ...
})

The SSLApp works fine... do i need to generate a other http3 specific cert for it to work?

@uNetworkingAB uNetworkingAB changed the title zsh: segmentation fault H3App: segmentation fault Feb 13, 2024
@uNetworkingAB
Copy link
Contributor

HTTP3 support is experimental and not prioritized right now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants