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
Hi Master,
I'm trying to run local server/client but even if server is running then client reports TLS issue.
***** SERVER ******
flymac:goRIPT oscarzuluaga$ go run server/main.go
Using Cert file /etc/letsencrypt/live/ietf107.ript-dev.com/fullchain.pem
Using KeyFile file /etc/letsencrypt/live/ietf107.ript-dev.com/privkey.pem
Host: , H3Port 2399, WSSPort 8080
2020/04/15 20:48:38 riptService: Created Default TrunkGroup [&{trunkAbc /.well-known/ript/v1/providertgs/trunkAbc outbound 1 out: opus;
2 out: opus;
{ }}]
{"time":"2020-04-15T20:48:38.8469-05:00","level":"-","prefix":"-","file":"quic.go","line":"399","message":"Server Url [:2399]"}
{"time":"2020-04-15T20:48:38.847183-05:00","level":"-","prefix":"-","file":"quic.go","line":"427","message":"Starting Server certFile [/etc/letsencrypt/live/ietf107.ript-dev.com/fullchain.pem], keyFile [/etc/letsencrypt/live/ietf107.ript-dev.com/privkey.pem]"}
{"time":"2020-04-15T20:48:38.847206-05:00","level":"INFO","prefix":"-","file":"quic.go","line":"430","message":"New QUIC-H3 Server created.\n"}
Router is ready to serve ...
**** CLIENT *****
flymac:ript_client oscarzuluaga$ ./ript_client --server=https://localhost:2399 --mode=push --xport=h3 --dev
2020/04/15 20:48:57 Server [https://localhost:2399], Mode [push], Transport [h3]
{"time":"2020-04-15T20:48:58.140337-05:00","level":"INFO","prefix":"-","file":"quic_client.go","line":"65","message":"ript_client: registering to the server...[%s]https://localhost:2399/media/join"}
panic: Get "https://localhost:2399/media/join": NO_ERROR: Handshake did not complete in time (Client.Timeout exceeded while awaiting headers)
No description provided.
The text was updated successfully, but these errors were encountered: