-
Notifications
You must be signed in to change notification settings - Fork 84
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
SSL Error #25
Comments
Might be a copy paste mistake while making this ticket but looks like you're trying to use a private key as a certificate? If you were this error makes sense as the files have different structures.
Could you make sure you're using a certificate chain for the |
Thank you so much for a quick response. yep, I was an idiot. Using fullchain.pem, wsproxy starts with no erorrs but, still not loading at nerd.mydomain.com I get this error in chrome console:
SSH server is running and can be accessed with Putty. I'm certain that I am yet again missing something painfully obvious. thanks so much for your help. |
Apologies missed this notification... Whats the output you get in the wsproxy window when the connection fails? I'd guess its a certificate related issue, either something with the chain or the browser wanting it to be issued to the same domain? |
I'm really looking forward to using this, however, I am running into one issue. I have installed SSHy by git into the folder I wish to start from
nerd.mydomain.com
I installedwsproxy
using sudo (only way it seems to work for my on my install of ubuntu)git submodule update --init --recursive
sudo npm i -g wsproxy/
sudo wsproxy
I run the command
sudo wsproxy -s -k /etc/letsencrypt/live/mydomain.com-0001/privkey.pem -c /etc/letsencrypt/live/mydomain.com-0001/privkey.pem
I get the following error in the terminal
I sincerely appreciate any assistance. Cheers!
The text was updated successfully, but these errors were encountered: