I've tested the new specter with https://github.com/rootzoll/raspiblitz/pull/1502#issuecomment-684531724
Once ready the web server was using a custom selfsigned certificate for www.fakeurl.com instead of the one generated by raspiblitz with the local IP address.
/cc @openoms
@frennkie didnt we moved this to the RaspiBlitz cert?
I haven't looked into this yet... But if Spector itself creates it's own certificate then we can also deal with this. Nginx can present the configured cert (either from LND, from LetsEncrypt or user provided) and connect upstream to Spector (Validating against the local spector cert).
adding to v1.6.1 for testing
I checked ... its correct the lastest specter install is using the self created cert.
But if Spector itself creates it's own certificate then we an also deal with this. Nginx can present the configured cert (either from LND, from LetsEncrypt or user provided) and connect upstream to Spector (Validating against the local spector cert).
@frennkie yes Specter is creating/using its own cert and its working as it is right now - do you want to change anything on the nginx for v1.6.1 or should we push this to v1.7 to decide later
As we do not have a nginx config for specter in 1.6.0 I would not add one now for 1.6.1 because of this issue. Let's keep it as a "known issue" and address it in 1.7.
Most helpful comment
As we do not have a nginx config for specter in
1.6.0I would not add one now for1.6.1because of this issue. Let's keep it as a "known issue" and address it in1.7.