Getting a Darn, that URL doesn’t have a valid SSL certificate when enabling event from Slack

I AM NOT A CODER. thought I should start with that. I am trying to build a custom knowledge chatbot within slack and getting this error when trying to enable events on the Slack side: Darn, that URL doesn’t have a valid SSL certificate. I have an https url from Replit: https://nobs-bot-1.matth…repl.co Anyone know the solution? Thanks in advance

Also getting this error on the same request, don’t think it is causing the https issue: Request URL

Your URL didn’t respond with the value of the challenge parameter.

Hi @MatthewKalatsky welcome to the community. Thanks for your question.

The above URL doesn’t work. Can you share a link to the actual Repl please?

@IanAtReplit This is the link that they are referring to: https://replit.com/@MatthewKalatsky/NOBS-Bot-1?v=1

2 Likes

Thanks @doxr

I’ve had a quick look at the code and think that the issue might be with the line where you call https://teslabot-yt-slack.liamottley.repl.co/slack/oauth_redirect. Try changing this to your own Repl link.

1 Like

Yes, I have tried that, here is the url I am using: https://nobs-bot-1.matthewkalatsky.repl.co/slack/events
It is returning both Darn, that URL doesn’t have a valid SSL certificate and Your URL didn’t respond with the value of the challenge parameter.
Any ideas?

1 Like

Here is the copied code/replit taht does not seem to have the problem on the slck side: https://replit.com/@LiamOttley/teslabot-yt-slack?v=1

I added the bit of code about the challenge problem as well based on suggestion from gpt but that has not resolved the issue either.

Hey @MatthewKalatsky!

I believe that this issue is related to an ongoing incident that we are recovering from: https://status.replit.com/notices/ggj8gbnshk50a6yz-ssl-certificates-issues

We will update the incident as soon as we resolve everything or have an update

1 Like

how soon will this be fixed?