Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem connecting to brokers #224

Open
ksalamat opened this issue Jan 12, 2022 · 4 comments
Open

Problem connecting to brokers #224

ksalamat opened this issue Jan 12, 2022 · 4 comments

Comments

@ksalamat
Copy link

Hello all,

I have issues recently in connecting to BGP brokers. I am getting the below message
HTTP ERROR: Peer certificate cannot be authenticated with given CA certificates (60)
2022-01-12 10:07:04 35123: bsdi_broker.c:964: ERROR: Could not open https://broker.bgpstream.caida.org/v2/data?collectors[]=rrc20&collectors[]=rrc10&collectors[]=rrc00&collectors[]=rrc01&collectors[]=rrc02&collectors[]=rrc03&collectors[]=rrc04&collectors[]=rrc05&collectors[]=rrc06&collectors[]=rrc12&collectors[]=rrc13&collectors[]=rrc09&collectors[]=rrc11&collectors[]=rrc16&collectors[]=rrc17&collectors[]=rrc14&collectors[]=rrc15&collectors[]=rrc18&collectors[]=rrc19&collectors[]=rrc21&types[]=ribs&intervals[]=1309449601,1309478400 for reading
2022-01-12 10:07:04 35123: bsdi_broker.c:949: WARNING: WARN: Broker request failed, waiting 1s before retry

I it keep retrying and not succeeding. Seems that there is a certificate issue, maybe an outdated certificate.

Anyway it blocks the working with the libbgpstream library.

Many thanks for your help

@alistairking
Copy link
Member

Hey!
So this is normally due to libbgpstream being built against an old version of openssl. See https://community.letsencrypt.org/t/openssl-client-compatibility-changes-for-let-s-encrypt-certificates/143816 for more context.

Can you upgrading openssl to >=1.1.0 and rebuilding bgpstream against that?

@ksalamat
Copy link
Author

ksalamat commented Jan 12, 2022 via email

@cdockterTG
Copy link

Did this work for you? Also have this issue.

@ksalamat
Copy link
Author

ksalamat commented Jan 13, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants