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

Gotify- "ignore SSL issues" option doesn't work #9640

Closed
MichalMarchewka opened this issue Jun 5, 2024 · 3 comments
Closed

Gotify- "ignore SSL issues" option doesn't work #9640

MichalMarchewka opened this issue Jun 5, 2024 · 3 comments
Labels
in linear Issue or PR has been created in Linear for internal review Released

Comments

@MichalMarchewka
Copy link

Bug Description

"Ignore SSL Issues" option doesn't work. I have self-hosted Gotify with self-signed certificate. n8n outputs "SSL Issue: consider using the 'Ignore SSL issues' option" but the option is enabled

To Reproduce

  1. Self-host Gotify with self-signed certificate. Gotify is running and is accessible.
  2. Create an app in Gotify. Copy token.
  3. In n8n create new Credentials to connect with Gotify:
  1. Test workflow step to send a message to Gotify.
  • "SSL Issue: consider using the 'Ignore SSL issues' option" error will be printed
  • Stack trace message:

NodeApiError: SSL Issue: consider using the 'Ignore SSL issues' option at Object.gotifyApiRequest (/root/.nvm/versions/node/v18.20.3/lib/node_modules/n8n/node_modules/n8n-nodes-base/nodes/Gotify/GenericFunctions.ts:43:9) at processTicksAndRejections (node:internal/process/task_queues:95:5) at Object.execute (/root/.nvm/versions/node/v18.20.3/lib/node_modules/n8n/node_modules/n8n-nodes-base/nodes/Gotify/Gotify.node.ts:227:22) at Workflow.runNode (/root/.nvm/versions/node/v18.20.3/lib/node_modules/n8n/node_modules/n8n-workflow/src/Workflow.ts:1378:8) at /root/.nvm/versions/node/v18.20.3/lib/node_modules/n8n/node_modules/n8n-core/src/WorkflowExecute.ts:1057:29 at /root/.nvm/versions/node/v18.20.3/lib/node_modules/n8n/node_modules/n8n-core/src/WorkflowExecute.ts:1744:11

Expected behavior

As "Ignore SSL Issues" option is enabled messages can be successfully sent to Gotify

image

image

Operating System

Ubuntu Linux 22.04

n8n Version

1.42.1

Node.js Version

18.20.3

Database

SQLite (default)

Execution mode

main (default)

@MichalMarchewka
Copy link
Author

Update:

  • Sending message to Gotify using HTTP request with "Ignore SSL Issues" enabled works

@Joffcom
Copy link
Member

Joffcom commented Jun 5, 2024

Hey @MichalMarchewka

Thanks for the report, it looks like there is a small typo stopping this option from working which I will fix in the morning.

@Joffcom Joffcom added the in linear Issue or PR has been created in Linear for internal review label Jun 6, 2024
@janober
Copy link
Member

janober commented Jun 12, 2024

Fix got released with n8n@1.44.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in linear Issue or PR has been created in Linear for internal review Released
Projects
None yet
Development

No branches or pull requests

3 participants