-
Notifications
You must be signed in to change notification settings - Fork 4
Context deadline timeout error #17
Description
Hello,
I've run into a somwhat strange problem. It seems that when I attach my certificate to more than 16 subdomains using Synoloogy's reverse proxy, I run into the following error:
2025/02/13 11:21:09 ERROR failed push to Synology error="push to synology for domain ***: execute request: Post "http://192.168.64.4:5000/webapi/entry.cgi?api=SYNO.Core.Certificate&version=1&method=import\": context deadline exceeded (Client.Timeout exceeded while awaiting headers)"
However, if I attach the certificate to 16 or less entries, there are no problems:
2025/02/13 11:25:44 INFO certificate uploaded certificate_id=***server_restarted=false
It seems that the more entries the certificate is attached to in Synology's reverse proxy, the longer it takes to replace it, and this seems to result in the above context deadline exceeded error.
Is it possible to increase the time limit of this action? Or perhaps make it user configurable?