taw00 / element-rpm

Providing the Element messaging desktop client packaged for the Fedora, Red Hat(IBM), and OpenSUSE families of linux desktop operating systems.
Apache License 2.0
100 stars 17 forks source link

re-enable ssl on suse #20

Closed xloem closed 5 years ago

xloem commented 5 years ago

Building on OpenSUSE Leap 15 seems to work fine for me. I didn't have any need to disable SSL, so I have removed the lines which do this as they appear quite dangerous.

taw00 commented 5 years ago

Note. This didn't solve the issue. The issue was that minimal builds (of SUSE) do not include expected common CA certificates. It's a bit bizarre, but... It is what it is. Note also, I build on fresh machines of a minimal install base for every build. A build has to build on minimum+BuildRequires and without root (or sudo) as the build user.

Anyway. The CA Certs had to be added as BuildRequires. Fixed as of v1.0.5-2. Sorry, I forgot t close this out.

Thank you for giving it a go and taking the time to submit a patch.