You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Development setup works fine. When I pass tls certificate to ./waved and spin off the app, the app gets up and running but it doesn't connect to waved server.
I think, I am missing something. To have an app with https certificate, we can always forward to nginx/apache but I was curios to make it happen in waved itself. Here is how I spin it off
./waved -tls-cert-file fullchain.pem -tls-key-file privkey.pem wave run app.run
Note: I did enable access-keys as well. But I think I got that configured fine as the app was working fine without tls certificate files
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
was trying to deploy app with TLS Certificate.
Development setup works fine. When I pass tls certificate to ./waved and spin off the app, the app gets up and running but it doesn't connect to waved server.
I think, I am missing something. To have an app with https certificate, we can always forward to nginx/apache but I was curios to make it happen in waved itself. Here is how I spin it off
./waved -tls-cert-file fullchain.pem -tls-key-file privkey.pem
wave run app.run
Note: I did enable access-keys as well. But I think I got that configured fine as the app was working fine without tls certificate files
Comments/thoughts appreciated -- Thanks
cc: @lo5 @mturoci
Beta Was this translation helpful? Give feedback.
All reactions