Skip to main content
Participant
April 1, 2024
Question

ssl certificate error

  • April 1, 2024
  • 2 replies
  • 510 views

Now I’m working on an extension for the after effect and this extension has a server. My task is to add an SSL certificate to the server. After adding the certificate and switching to https, the extension client gives errors - failed to fetch, status canceled inside the extension(we can fix it by adding the certificate to the trusted ones locally on computer, but it should work without it) If you access the server through a browser, the endpoints work fine, the certificate is valid(without added to computer as trusted). I would be grateful for any ideas on how to fix this

This topic has been closed for replies.

2 replies

Participant
May 10, 2024

I see you're having trouble with your After Effects extension after adding an SSL certificate. It works fine in a browser, but the extension throws errors ("failed to fetch").

Here are a few quick things to check:

  1. Double-check certificate installation: Make sure the certificate and private key are linked correctly on your server.
  2. Review extension code: Ensure the code uses the system's default trust store to verify certificates, not a local one.
  3. Consider trusted certificates: If you're using a free or self-signed certificate, some applications might not trust them by default. Try a trusted CA certificate for testing.
Participant
April 1, 2024

this problem only on mac