bug#34861: TLS Error with Flatpak

2019-03-24 Thread Ludovic Courtès
Hello, "Raghav Gururajan" skribis: > Adding remote repo in Flatpak is working now. Thank you very much. Nice! > Can you make export variable information mentioned at the end "guix package > -i flatpak" process? I think we should rather find out why GIO uses the “dummy” TLS backend by

bug#34861: TLS Error with Flatpak

2019-03-24 Thread Ludovic Courtès
Hello, "Raghav Gururajan" skribis: > Adding remote repo in Flatpak is working now. Thank you very much. Nice! > Can you make export variable information mentioned at the end "guix package > -i flatpak" process? I think we should rather find out why GIO uses the “dummy” TLS backend by

bug#34861: TLS Error with Flatpak

2019-03-24 Thread Raghav Gururajan
Hello! Adding remote repo in Flatpak is working now. Thank you very much. Can you make export variable information mentioned at the end "guix package -i flatpak" process? Regards, RG. March 23, 2019 8:06 AM, "Ricardo Wurmus" wrote: > Raghav Gururajan writes: > >> Should I be running just

bug#34861: TLS Error with Flatpak

2019-03-23 Thread Ricardo Wurmus
Raghav Gururajan writes: > Should I be running just "export GIO_USE_TLS=tls" as it is mentioned > or should I insert it in some other command/syntax? Just that. And then after that run the flatpak command in the same shell session. -- Ricardo

bug#34861: TLS Error with Flatpak

2019-03-22 Thread Raghav Gururajan
Thank you very much. Should I be running just "export GIO_USE_TLS=tls" as it is mentioned or should I insert it in some other command/syntax? Thanks! Regards, RG. March 22, 2019 5:15 PM, "Ludovic Courtès" wrote: > Hi Raghav, > > "Raghav Gururajan" skribis: > >> Please find the log at: >>

bug#34861: TLS Error with Flatpak

2019-03-22 Thread Ludovic Courtès
Hi Raghav, "Raghav Gururajan" skribis: > Please find the log at: > https://bin.disroot.org/?597e32cb7e42e40e#r9lqwZ6w7sIAWlY2mt6dsgKCKRO5q0ZVt9U69vnZVZs= > > 5462 connect(12, {sa_family=AF_INET, sin_port=htons(443), > sin_addr=inet_addr("93.93.130.103")}, 16) = -1 EINPROGRESS (Operation now

bug#34861: TLS Error with Flatpak

2019-03-18 Thread Ricardo Wurmus
Hi Raghav, > Please find the following information. […] Unfortunately, this is not very helpful as it only shows that flatpak uses libsoup. > Raghav, could you trace flatpak to see what certificate files it is > trying to access? I meant: could you run the flatpak command with “strace -f -o

bug#34861: TLS Error with Flatpak

2019-03-18 Thread Raghav Gururajan
Hi Ricardo! Please find the log at: https://bin.disroot.org/?597e32cb7e42e40e#r9lqwZ6w7sIAWlY2mt6dsgKCKRO5q0ZVt9U69vnZVZs= Thank you! Regards, RG. March 19, 2019 12:22 AM, "Ricardo Wurmus" wrote: > Hi Raghav, > >> Please find the following information. […] > > Unfortunately, this is not

bug#34861: TLS Error with Flatpak

2019-03-18 Thread Raghav Gururajan
Hello Ricardo! Please find the following information. FROM FLATPAK SOURECODE: SoupSession * flatpak_create_soup_session (const char *user_agent) { SoupSession *soup_session; const char *http_proxy; soup_session = soup_session_new_with_options (SOUP_SESSION_USER_AGENT, user_agent,

bug#34861: TLS Error with Flatpak

2019-03-18 Thread Ricardo Wurmus
Raghav Gururajan writes: > Yes, I did them. Still did not work. > > I did the following to set env variables: > > $ guix package -i nss-certs > $ export SSL_CERT_DIR="$HOME/.guix-profile/etc/ssl/certs" > $ export SSL_CERT_FILE="$HOME/.guix-profile/etc/ssl/certs/ca-certificates.crt" > $ export

bug#34861: TLS Error with Flatpak

2019-03-18 Thread Raghav Gururajan
Hello Ludovic! Yes, I did them. Still did not work. I did the following to set env variables: $ guix package -i nss-certs $ export SSL_CERT_DIR="$HOME/.guix-profile/etc/ssl/certs" $ export SSL_CERT_FILE="$HOME/.guix-profile/etc/ssl/certs/ca-certificates.crt" $ export

bug#34861: TLS Error with Flatpak

2019-03-18 Thread Ludovic Courtès
Hello, "Raghav Gururajan" skribis: > Whenever I try "flatpak remote-add --if-not-exists flathub > https://flathub.org/repo/flathub.flatpakrepo;; I keep getting the error > "Can't load uri https://flathub.org/repo/flathub.flatpakrepo: TLS support is > not available". > > I even tried

bug#34861: TLS Error with Flatpak

2019-03-14 Thread Raghav Gururajan
Hello Guix! Package: flatpak Whenever I try "flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo;; I keep getting the error "Can't load uri https://flathub.org/repo/flathub.flatpakrepo: TLS support is not available". I even tried following steps mentioned