Giter VIP home page Giter VIP logo

Comments (6)

fancycode avatar fancycode commented on May 29, 2024

Did you check the error object from the browser console for additional information? Are there errors logged in your nextcloud.log? Please also double-check that the configured shared secret matches between your Nextcloud settings and the signaling server.

from nextcloud-spreed-signaling.

solracsf avatar solracsf commented on May 29, 2024

There is nothing in the Nextcloud logs, but we've added the SSL to mySQL requirement to Nextcloud config:

'dbdriveroptions' => array(
  \PDO::MYSQL_ATTR_SSL_KEY => '/etc/ssl/mysql/client-key.pem',
  \PDO::MYSQL_ATTR_SSL_CERT => '/etc/ssl/mysql/client-cert.pem',
  \PDO::MYSQL_ATTR_SSL_CA => '/etc/ssl/mysql/ca.pem',
  \PDO::MYSQL_ATTR_SSL_VERIFY_SERVER_CERT => false,
),

Could this be the reason?

from nextcloud-spreed-signaling.

solracsf avatar solracsf commented on May 29, 2024

I think problem was more realted to nextcloud/spreed#5148
After add locking support, i can join.

Closing for now, will reopen with more details if needed.

from nextcloud-spreed-signaling.

solracsf avatar solracsf commented on May 29, 2024

Well it's defenitely MySQL related.
While using SSL options:

'dbdriveroptions' => array(
  \PDO::MYSQL_ATTR_SSL_KEY => '/etc/ssl/mysql/client-key.pem',
  \PDO::MYSQL_ATTR_SSL_CERT => '/etc/ssl/mysql/client-cert.pem',
  \PDO::MYSQL_ATTR_SSL_CA => '/etc/ssl/mysql/ca.pem',
  \PDO::MYSQL_ATTR_SSL_VERIFY_SERVER_CERT => false,
),

but

ALTER USER 'nextcloud'@'%' REQUIRE NONE;
so SSL is used but it's NOT mandatory, NO errors.

But if I set :

ALTER USER 'nextcloud'@'%' REQUIRE SSL;
so SSL is used and IT'S mandatory, errors again.

Can you point me out if this is more a Talk app issue or Signaling?

from nextcloud-spreed-signaling.

fancycode avatar fancycode commented on May 29, 2024

The signaling server only connects to public endpoints of Talk and doesn't use the database directly. So if the behaviour changes with different MySQL settings, I would assume it's an issue in Talk / Nextcloud.

from nextcloud-spreed-signaling.

timowevel1 avatar timowevel1 commented on May 29, 2024

I am receiving the same error. Was there any activity on this?

from nextcloud-spreed-signaling.

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.