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 resolving polling server address in private Collaborator

Carl | Last updated: Mar 03, 2023 02:06PM UTC

Hi - I'm having an error resolving the polling server address, but not the server address. They are the same thing. This is the netstat output - tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN tcp 0 0 127.0.0.54:53 0.0.0.0:* LISTEN tcp6 0 0 147.182.222.108:25 :::* LISTEN tcp6 0 0 147.182.222.108:80 :::* LISTEN tcp6 0 0 147.182.222.108:587 :::* LISTEN tcp6 0 0 147.182.222.108:9443 :::* LISTEN tcp6 0 0 147.182.222.108:9090 :::* LISTEN tcp6 0 0 147.182.222.108:443 :::* LISTEN tcp6 0 0 147.182.222.108:465 :::* LISTEN tcp6 0 0 :::22 :::* LISTEN udp 0 0 127.0.0.54:53 0.0.0.0:* udp 0 0 127.0.0.53:53 0.0.0.0:* udp6 0 0 147.182.222.108:53 :::* The server name is bitbucket.me. I'm using bitbucket.me:9090 for the polling server address with "Poll over unencrypted HTTP" checked (I've tried 9443 with that unchecked, too). Thanks!

Carl | Last updated: Mar 03, 2023 02:07PM UTC

My config is - { "serverDomain" : "bitbucket.me", "workerThreads" : 10, "eventCapture": { "localAddress" : ["147.182.222.108"], "publicAddress" : "147.182.222.108", "http": { "ports" : 80 }, "https": { "ports" : 443 }, "smtp": { "ports" : [25, 587] }, "smtps": { "ports" : 465 }, "ssl": { "certificateFiles" : [ "/etc/letsencrypt/live/bitbucket.me/fullchain.pem", "/etc/letsencrypt/live/bitbucket.me/privkey.pem" ] } }, "polling" : { "localAddress" : "147.182.222.108", "publicAddress" : "147.182.222.108", "http": { "port" : 9090 }, "https": { "port" : 9443 }, "ssl": { "certificateFiles" : [ "/etc/letsencrypt/live/bitbucket.me/fullchain.pem", "/etc/letsencrypt/live/bitbucket.me/privkey.pem" ] } }, "metrics": { "path" : "chs", { "serverDomain" : "bitbucket.me", "workerThreads" : 10, "eventCapture": { "localAddress" : ["147.182.222.108"], "publicAddress" : "147.182.222.108", "http": { "ports" : 80 }, "https": { "ports" : 443 }, "smtp": { "ports" : [25, 587] }, "smtps": { "ports" : 465 }, "ssl": { "certificateFiles" : [ "/etc/letsencrypt/live/bitbucket.me/fullchain.pem", "/etc/letsencrypt/live/bitbucket.me/privkey.pem" ] } }, "polling" : { "localAddress" : "147.182.222.108", "publicAddress" : "147.182.222.108", "http": { "port" : 9090 }, "https": { "port" : 9443 }, "ssl": { "certificateFiles" : [ "/etc/letsencrypt/live/bitbucket.me/fullchain.pem", "/etc/letsencrypt/live/bitbucket.me/privkey.pem" ] } }, "metrics": { "path" : "chs", "addressWhitelist" : ["0.0.0.0/1"] }, "dns": { "interfaces" : [{ "name": "ns1.bitbucket.me", "localAddress" : "147.182.222.108", "publicAddress" : "147.182.222.108" }], "ports" : 53 }, "logLevel" : "INFO" }

Michelle, PortSwigger Agent | Last updated: Mar 03, 2023 03:27PM UTC