INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Switching to gnutls from openssl in the next build  (Read 2458 times)

bob

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 13543
Switching to gnutls from openssl in the next build
« on: October 02, 2014, 02:08:48 pm »

This is a heads-up for people messing with unsupported (non-debian i386 wheezy) distros.
To fix an issue with https, I'm switching to the gnutls libraries. This will add a dependency for libp11-kit.so (>=.12)
Also, openssl was looking for a cert directory at /etc/ssl/certs.
gnutls instead looks for a file at /etc/ssl/certs/ca-certificates.crt
On debian this is created by doing update-ca-certificates.
Logged

RemyJ

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 1245
Re: Switching to gnutls from openssl in the next build
« Reply #1 on: October 02, 2014, 02:26:50 pm »

Thanks for the heads up Bob!
Logged
Fedora 38 x86_64 Xfce

InflatableMouse

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3978
Re: Switching to gnutls from openssl in the next build
« Reply #2 on: October 03, 2014, 02:43:21 am »

For Arch 64-bit this is multilib/lib32-p11-kit. It was already installed on my system and /etc/ssl/certs/ca-certificates.crt is present.

The license restore via the GUI seems to working too now on Arch (I just wasted 2 restores to test that :P).

The only thing (unrelated to SSL) was that there was a space after the code when I pasted it manually (maybe autocutsel did that?). When JRiver picked up the code from clipboard automatically it was good.

Thanks Bob!
Logged

bob

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 13543
Re: Switching to gnutls from openssl in the next build
« Reply #3 on: October 03, 2014, 10:25:13 am »

Thanks for the report!
Logged

bob

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 13543
Re: Switching to gnutls from openssl in the next build
« Reply #4 on: November 06, 2014, 05:19:54 pm »

On amd64 distros you'll likely get a whine about missing i386 libp11-kit plugins.
On Ubuntu anyway you can make these go away by installing:
p11-kit-modules:i386
and
libp11-kit-gnome-keyring:i386 if you are using gnome (the default).

You may also have to install
exo-utils

if you don't already have that to get the xdg-open (browser, etc) to work.
Logged
Pages: [1]   Go Up