Giter VIP home page Giter VIP logo

Comments (8)

SafeSoft-tlt avatar SafeSoft-tlt commented on June 15, 2024

Ни на что эти ошибки не влияют. Сейчас ещё появились ошибки сертификатов, они тоже не на что не влияют. Правда вы теперь не сможете правильно формировать ключи сертификата, потому-что получаете неверную информацию об ошибках. Вот как правильно формировать ключи полученные через cerbot для Flexisip:
#!/bin/sh
VAR1=md5sum /etc/flexisip/tls/privkey.pem
cp -f -L /etc/letsencrypt/live/site.com/privkey.pem /etc/flexisip/tls/privkey.pem
cp -f -L /etc/letsencrypt/live/site.com/cert.pem /etc/flexisip/tls/cert.pem
cp -f -L /etc/letsencrypt/live/site.com/fullchain.pem /etc/flexisip/tls/cafile.pem
cat /etc/flexisip/tls/privkey.pem /etc/flexisip/tls/cert.pem > /etc/flexisip/tls/agent.pem
VAR2=md5sum /etc/flexisip/tls/privkey.pem
if [ "$VAR1" != "$VAR2" ]; then
service flexisip restart
fi

from flexisip.

SafeSoft-tlt avatar SafeSoft-tlt commented on June 15, 2024

Также работа сервера не протестирована с разными базами данных. Единственное на чём он работает это MySQL. Разработчики положились на сырой проект SOCI, упростили себе жизнь и сделали всем остальным много проблем.

from flexisip.

kimvu3010 avatar kimvu3010 commented on June 15, 2024

You say the error not affect, yet i found myself can not run most of the cmd for flexisip. For example this cmd:
/opt/belledonne-communications/bin/flexisip --show-experimental --dump-default all > /etc/flexisip/flexisip.conf

And its show this error: 2019-01-18 07:07:44:937 mediastreamer-error-Connection to the pulseaudio server failed

I still stuck with this until now, anyone can fix it please.

from flexisip.

bunphotk avatar bunphotk commented on June 15, 2024

Seems you are trying to run 'flexisip start' by root while the flexisip has been installed by a user 'e.g. admin' or vice versa. Try
export PATH=$PATH:/etc/flexisip/ from user login who installed flexisip then root can run the cmd.
You may also need export /opt/belledonne-communication/bin/ too.

from flexisip.

harut420 avatar harut420 commented on June 15, 2024

Dear all,
anyone got success to use tls-verify-incoming=1 with Flexisip and liphone using LetsEncrypt ?
i m getting
flexisip-debug-tls_connect(0x5591221910f0): TLS setup failed (error:00000001:lib(0):func(0):reason(1))
actually i did not setted up into liphone
client_cert_chain=/pathTo/newcert.pem
client_cert_key=/pathTo/clientkey.pem

I would try that and post feedback.
would be very apprechated any suggestion

from flexisip.

harut420 avatar harut420 commented on June 15, 2024

I solved adding into linphone conf file path as described above

from flexisip.

sercangoger avatar sercangoger commented on June 15, 2024

flexisip-debug-tls_connect(0x5654a9a29970): TLS setup failed (error:00000001:lib(0):func(0):reason(1))

i was getting the same error.

export PATH=$PATH:/etc/flexisip/

I added path but the problem is not solved.

from flexisip.

sercangoger avatar sercangoger commented on June 15, 2024

client_cert_chain=/pathTo/newcert.pem
client_cert_key=/pathTo/clientkey.pem

In which file should I add the above code? i these codes
/etc/flexisip/flexisip.conf

I added it to the file.
but there was no change.

in this way;
client_cert_chain=/etc/letsencrypt/live/domain.com/cert.pem
client_cert_key=/etc/letsencrypt/live/domain.com/privkey.pem

I also defined it as a module and tried it this way.

[sip]
client_cert_chain=/etc/letsencrypt/live/shnbilisim.com/cert.pem
client_cert_key=/etc/letsencrypt/live/shnbilisim.com/privkey.pem

make these experiments

systemctl restart flexisip-proxy
systemctl restart flexisip-presence

I got an error when I restarted the services.

What exactly is wrong?
Can you help with this.?

from flexisip.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.