The Burp Suite User Forum was discontinued on the 1st November 2024.

Burp Suite User Forum

For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.

SUPPORT CENTER DISCORD

ERROR: Connection Timeout

Jim | Last updated: Sep 22, 2022 08:30PM UTC

java -jar /opt/burpsuite/burpsuite.jar https://burpsuite.fnss.cs-cust.org:443/ --api-key=${BURPSUITE_API_KEY} --site-id=2 --min-severity=high --min-confidence=certain --report-file=scan-report.html --report-type=summary When running the command above in our gitlab CI/CD pipeline we will intermittently receive a Connection Timeout error. Is there a way for us to increase the timeout setting from the commandline?

Alex, PortSwigger Agent | Last updated: Sep 23, 2022 06:56AM UTC

Hi Jim, Thanks for your post. The Connection Timeout error is likely a result of GitLab being unable to reach your Burp Suite Enterprise server. Can you confirm your GitLab server has access to Enterprise? Can you cURL from the server and receive a response? I can see your Enterprise server utilizes HTTPS, is this a self-signed cert? Best regards,

Jim | Last updated: Sep 23, 2022 02:39PM UTC

Hi Alex, We can confirm GitLab has access to the Burp Suite Enterprise server. This issue is only intermittent. Our certificate is not self-signed. Is there a way for us to increase the timeout setting from the command line? Thanks, Jim

Alex, PortSwigger Agent | Last updated: Sep 26, 2022 10:00AM UTC