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

Certificate has expired or is not yet valid #28

Open
buurzx opened this issue Nov 1, 2017 · 13 comments
Open

Certificate has expired or is not yet valid #28

buurzx opened this issue Nov 1, 2017 · 13 comments

Comments

@buurzx
Copy link

buurzx commented Nov 1, 2017

Hi.
Install warp from source code.
But after command warp open.. i get connection error.
Maybe i missed something?

$ warp open goofy-dev                                                                                                                                
Opened warp: goofy-dev

[Error] Connection error: x509: certificate has expired or is not yet valid

@nikvdp
Copy link

nikvdp commented Nov 2, 2017

I'm getting the same on OS X with a brew installed version as well as install via go get. Linux version installed via linuxbrew is working fine

@nikvdp
Copy link

nikvdp commented Nov 2, 2017

@buurzx FYI I was able to get this working temporarily by doing warp open --insecure_tls, and warp connect --insecure_tls but this is obviously not secure.

@buurzx
Copy link
Author

buurzx commented Nov 3, 2017

@nikvdp Thanks, this works for me.

@olso
Copy link

olso commented Dec 1, 2017

Update cert pls 🗡

@ycaille
Copy link

ycaille commented Jan 31, 2018

Same cert error with a fresh install from Homebrew (warp v0.0.3)
[Error] Connection error: x509: certificate has expired or is not yet valid

@spolu
Copy link
Owner

spolu commented Feb 9, 2018

Hi guys! So sorry! Should be all fixed.

@olso @ycaille @buurzx @nikvdp are you guys using warp on a day to day basis?

@spolu
Copy link
Owner

spolu commented Feb 9, 2018

Is there anything I can do to help / fix ?

@nikvdp
Copy link

nikvdp commented Feb 14, 2018

@spolu I'm getting the same error as before on a fresh install via linuxbrew.

I don't use it regularly, opening this issue was actually the first time I'd tried to use warp! Would love to start though :)

@mmmm1998
Copy link

Any changes? The problem with sertificate is still relevant.

@xer0x
Copy link

xer0x commented Apr 9, 2018

Is there a way to automate the certificate renewal?

@krisimmig
Copy link

It works with the --insecure_tsl flag but would be nice if it would work without as well.

@Overbryd
Copy link

This is still a problem.

$ warp open
Opened warp: xxx
Restored session: Thu May 31 19:16:44 CEST 2018

[Error] Connection error: x509: certificate has expired or is not yet valid

Version

$ brew info warp
warp: stable 0.0.3 (bottled)
Secure terminal sharing with one simple command
https://github.com/spolu/warp
/usr/local/Cellar/warp/0.0.3 (6 files, 5.4MB) *
  Poured from bottle on 2018-05-31 at 19:17:07
From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/warp.rb

@spolu
Copy link
Owner

spolu commented Feb 19, 2019

The default warpd server is now down, but you can run your own with warpd (requires an installation from source with Go`:

~$ go get -u github.com/spolu/warp/daemon/cmd/warpd
~$ warpd
2019/02/19 16:13:57.220406 Started warpd: version=0.0.3
2019/02/19 16:13:57.220686 Listening: address=:4242 tls=false

and then use:

~$ go get -u github.com/spolu/warp/client/cmd/warp
~$ WARPD_NO_TLS=true WARPD_ADDRESS=127.0.0.1:4242 warp open foo

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

No branches or pull requests

9 participants