glondu / belenios

Verifiable online voting system. This is a mirror of https://gitlab.inria.fr/belenios/belenios
https://www.belenios.org
GNU Affero General Public License v3.0
131 stars 20 forks source link

Belenios 2.4 update SSL_get_peer_certificate error #84

Closed lsaintve closed 9 months ago

lsaintve commented 9 months ago

Bonjour I just tried to update on our test VM from belenios 2.3 to 2.4, but during make build-debug-server or make build-release-server, it returned an error on SSL_get_peer_certificate (logs attached). I checked our SSL certificate VM-wise, it is up-to-date. belenios_2.4_makelog.log

Could you please help me concerning this issue ? Thanks in advance Luc

glondu commented 9 months ago

Have you run ./opam-bootstrap.sh recently? What is your OS?

lsaintve commented 9 months ago

I finally fixed the issue : by rebuilding with ./opam-bootstrap.sh, i then noticed that my "git pull" didn't update the files from branch correctly. So i restarted all the process and finally worked out. Thanks for your help