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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[13.12.0-beta.2] SSL connections from Meilisearch are not supported. #10767

Closed
caipira113 opened this issue May 5, 2023 · 0 comments 路 Fixed by #10772
Closed

[13.12.0-beta.2] SSL connections from Meilisearch are not supported. #10767

caipira113 opened this issue May 5, 2023 · 0 comments 路 Fixed by #10772
Labels
鈿狅笍bug? This might be a bug

Comments

@caipira113
Copy link
Contributor

caipira113 commented May 5, 2023

馃挕 Summary

host: `http://${config.meilisearch.host}:${config.meilisearch.port}`,

If the Meilisearch server uses SSL, an error occurs when attempting to connect with http.

馃グ Expected Behavior

Even if Meilisearch uses SSL, you should be able to use it without problems.

馃が Actual Behavior

MeiliSearchCommunicationError: fetch failed
    at Object.fetch (node:internal/deps/undici/undici:11457:11) {
  errno: undefined,
  code: undefined
}
ERR  *  [api]   Internal error occurred in notes/search: fetch failed
{
  ep: 'notes/search',
  ps: {
    query: 'text',
    limit: 10,
    i: 'token',
    offset: 0,
    userId: null,
    channelId: null
  },
  e: {
    message: 'fetch failed',
    code: 'MeiliSearchCommunicationError',
    stack: 'MeiliSearchCommunicationError: fetch failed\n' +
      '    at Object.fetch (node:internal/deps/undici/undici:11457:11)',
    id: '6a4fd477-c2c9-480b-9d42-5605b054e334'
  }
}

馃摑 Steps to Reproduce

  1. Run Meilisearch with SSL configured
  2. Update the Misskey to 13.12.0-beta.1, 13.12.0-beta.2
  3. Enable Meilisearch in default.yml

馃搶 Environment

Misskey version: 13.12.0-beta.1, 13.12.0-beta.2
Your OS: Ubuntu 23.04
Your browser: Microsoft Edge 114.0.1807.6 (Official build) dev (64-bit)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
鈿狅笍bug? This might be a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant