We had a strange issue Monday morning with our CI pipeline jobs that are triggered from Bitbucket webhooks.
Before the TLSv1 and TLSv1.1 deprecation on December 1, I suspect we only had webhooks coming from these IP addresses:
All our pipelines were functioning fine and our kibana logs show few errors.
On Monday morning when people started making PRs (which triggered builds, checks and tests), people were complaining that their pipeline jobs weren't triggering. I switched on the setting to record the webhook requests and found a number of 403s returned from an upstream server:
.
Anyway turns out I had to add a bunch of IP addresses to our whitelist rules for our CI. This resolved the 403s for us.
I was hoping to share this experience and see if anyone else had this issue with the TLS deprecation occurring on the weekend.