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:
- generate the key with openssl = Done
- execute waved with :
waved -tls-cert-file domain.crt -tls-key-file domain.key- done (i copied to files to my project directory) - 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
- docs: Improve HTTPS instructions. #1805 — committed to h2oai/wave by mturoci a year ago
@mturoci the documentation you committed is much better , thank you!
now, after you shared the knowledge of variables only issues is warning - correct