Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for self-signed certificates #19

Open
Gibadm opened this issue Nov 11, 2021 · 5 comments
Open

Add support for self-signed certificates #19

Gibadm opened this issue Nov 11, 2021 · 5 comments
Labels
enhancement New feature or request

Comments

@Gibadm
Copy link

Gibadm commented Nov 11, 2021

An error occured while running the command. Please try again or contact an administrator.
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behaviour:

  1. Go to 'any created Talk conference'
  2. Click on 'open chat'
  3. Enter the any command talked-client. For example '/recording status'
  4. See error: 'An error occured while running the command. Please try again or contact an administrator.'

Screenshots
If applicable, add screenshots to help explain your problem.
command-console
error-chat
config-in-nextcloud

Setup (please complete the following information):

  • Nextcloud version: [e.g. 22.2.0]
  • Talked client version: [e.g. 0.2.0]
  • Talk on the Nextcloud version: [12.1.2]
  • Talked server version: [e.g. 0.1.4] - ????
  • Browser and browser version: [e.g. Firefox 91, Chrome 72]

Additional context
Add any other context about the problem here.

@Gibadm Gibadm added the bug Something isn't working label Nov 11, 2021
@mwalbeck
Copy link
Contributor

Hi @Gibadm

Could you try and run the command again and look in the Nextcloud log, a proper error message should be present there.

@Gibadm
Copy link
Author

Gibadm commented Nov 12, 2021

Hi @Gibadm

Could you try and run the command again and look in the Nextcloud log, a proper error message should be present there.

wrote "Error | talked | cURL Error (60): SSL certificate problem: self signed certificate"

@mwalbeck
Copy link
Contributor

Ahh yes, currently self-signed certificates aren't supported so that is the reason it isn't working, but I think having a checkbox to allow for self-signed certificate would be reasonable.

@mwalbeck mwalbeck changed the title Error message after send any commands in nextcloud Talk Add support for self-signed certificates Nov 12, 2021
@mwalbeck mwalbeck added enhancement New feature or request and removed bug Something isn't working labels Nov 12, 2021
@Gibadm
Copy link
Author

Gibadm commented Nov 12, 2021

Ahh yes, currently self-signed certificates aren't supported so that is the reason it isn't working, but I think having a checkbox to allow for self-signed certificate would be reasonable.

Please tell me where to put this checkbox?

@mwalbeck
Copy link
Contributor

Please tell me where to put this checkbox?

It needs to be implemented first.

If the setup is just for testing, or if it's in a setting where you can run it without https, you can use http instead. Otherwise, you can get a valid certificate from Let's Encrypt if you have a domain name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants