Re: SSL certificate error

2021-10-13 Thread Andrew Potter via gtkmm-list
On Wed, Oct 13, 2021 at 12:12 AM Kjell Ahlstedt via gtkmm-list < gtkmm-list@gnome.org> wrote: > I thought you were using ssh. If you use https, the expired ssl > certificate is perhaps on the server side, i.e. a problem at gnome.org. I > tested by downloading a clone of gtkmm with https today. It

Re: SSL certificate error

2021-10-13 Thread Kjell Ahlstedt via gtkmm-list
Den 2021-10-12 kl. 16:05, skrev John Emmas: On 12/10/2021 14:17, Kjell Ahlstedt wrote: . If you just want to pull from gitlab.gnome.org, I suppose you can use https instead of ssl. In .git/config, change url = g...@gitlab.gnome.org:/GNOME/gtkmm to url = https://gitlab.gnome.org/GNOME/gtkmm.git