Re: local cuirass

2021-04-11 Thread Vincent Legoll
Hi, On Sun, Apr 11, 2021 at 6:37 PM Mathieu Othacehe wrote: > > when connecting to "https://$IP:8081/";, I get: > > > > SSL_ERROR_RX_RECORD_TOO_LONG > > I think you should try "$IP:8081" instead. The Cuirass web server is not > configured to handle HTTPS. You would need to setup an Nginx reverse

Re: local cuirass

2021-04-11 Thread Mathieu Othacehe
Hello Vincent, > when connecting to "https://$IP:8081/";, I get: > > SSL_ERROR_RX_RECORD_TOO_LONG I think you should try "$IP:8081" instead. The Cuirass web server is not configured to handle HTTPS. You would need to setup an Nginx reverse proxy as here: https://git.savannah.gnu.org/cgit/guix/m

local cuirass

2021-04-10 Thread Vincent Legoll
Hello, I'm trying to follow the blog post [1] to install a local cuirass service. I'm doing this in a kvm-based VM launched on my desktop system (debian), running guix system (up to date as of yesterday). when connecting to "https://$IP:8081/";, I get: SSL_ERROR_RX_RECORD_T