Wss and nimble server

My domain is: media.vezer.uk

I ran this command: wss://media.vezer.uk:444/vs/kja

It produced this output: WebSocket connection to 'wss://media.vezer.uk:444/vs/kja' failed: Error in connection establishment: net::ERR_CERT_AUTHORITY_INVALID

PLEASE NOTE THAT SSL WORKS OKAY WITH THE CERTIFICATES - THE PROBLEM OLNY ARISES WITH THE NIMBLE SERVER

My web server is (include version): NOT web server BUT nimble server for streaming

The operating system my web server runs on is (include version): Ubuntu 18.04

My hosting provider, if applicable, is: vultr.com

I can login to a root shell on my machine (yes or no, or I don't know): yes

I'm using a control panel to manage my site (no, or provide the name and version of the control panel): no

The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot): certbot 0.27.0

1 Like

It looks like you installed a certificate from the staging server. See issuer below:

* Server certificate:
*  subject: CN=media.vezer.uk
*  start date: Nov  4 18:44:55 2020 GMT
*  expire date: Feb  2 18:44:55 2021 GMT
*  issuer: CN=Fake LE Intermediate X1
1 Like

Hi @dzseti

checking that port there answers - a certificate signed by Fake LE Intermediate X1 - see media.vezer.uk:444 - Make your website better - DNS, redirects, mixed content, certificates

CN=media.vezer.uk
	04.11.2020
	02.02.2021
expires in 90 days	media.vezer.uk - 1 entry

signed via

CN=Fake LE Intermediate X1
	24.05.2016
	24.05.2036
expires in 5680 days	

So you have installed the wrong certificate.

Thanks to you both.

Yes, this was the problem. Too focused on solving /.well-known access problems that forgot to install final certificate :crazy_face:

Also noticed that had to restart Nimble server to show newly installed certificate

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.