Hi All,
I've got a command set up as a URL fetch, so that I can have it chain two commands together with an API call (through my own bot account)... Nightbot's done this perfectly for a long time, with no issues.
The external server I run the URL fetch from has changed its SSL certificate, as the old one expired, but it appears that Nightbot is unable to dump the old certificate and cache the new one instead. When running the command, I get "Unable To Connect To Server" as the chat response from Nightbot, rather than it fetching from the URL as before.
This is definitely SSL related, as if we disable SSL redirection, and I change the URL from https:// to http://, it works perfectly. However, my server host does not want to leave non-SSL connections enabled (which is good practice anyway), so I'm hoping someone has a solution for making this work correctly and forcing Nightbot to pick up the new certificate, rather than just throwing an error.
Obviously I can't see any error logs from Nightbot, so it's impossible for me to see exactly why it doesn't like the connection, but if there's any information needed from me for this, please do let me know!