wave: TLS handshake error logged for self-signed SSL cert.

Wave SDK Version, OS

OS: Ubuntu 20.04.5

Waved: DEV 20230121020107 (pr for handling headers) 24.2

Actual behavior

Browser is able to open wave page with blinking wave icon “wave run app” not able to connect to waved with exception;

2023/01/21 22:48:06 http: TLS handshake error from 127.0.0.1:55814: EOF

Expected behavior

“wave run app” talk to waved browser talk to waved

Steps To Reproduce

Per docs HTTPS supposed to be setup in the following way:

  1. generate the key with openssl = Done
  2. execute waved with : waved -tls-cert-file domain.crt -tls-key-file domain.key - done (i copied to files to my project directory)
  3. execute wave run --no-autostart app

Plus: PLEASE - provide \ document how to run waved on different ip \ port

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 28 (15 by maintainers)

Commits related to this issue

Most upvoted comments

@mturoci the documentation you committed is much better , thank you!

now, after you shared the knowledge of variables only issues is warning - correct

azureuser@backoffice:~/backoffice$ printenv | grep H2O
H2O_WAVE_LISTEN=:443
H2O_WAVE_ADDRESS=https://172.18.1.5:443