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

fails to build with boost 1.87 as they removed deprecated rfc2818_verification.hpp #172

Closed
thomas-roos opened this issue Jan 13, 2025 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@thomas-roos
Copy link
Contributor

| In file included from /codebuild/output/src3203205847/src/actions-runner/_work/meta-aws/meta-aws/build/tmp/work/cortexa57-poky-linux/aws-iot-securetunneling-localproxy/git/git/src/WebProxyAdapter.h:5,
|                  from /codebuild/output/src3203205847/src/actions-runner/_work/meta-aws/meta-aws/build/tmp/work/cortexa57-poky-linux/aws-iot-securetunneling-localproxy/git/git/src/WebProxyAdapter.cpp:4:
| /codebuild/output/src3203205847/src/actions-runner/_work/meta-aws/meta-aws/build/tmp/work/cortexa57-poky-linux/aws-iot-securetunneling-localproxy/git/git/src/LocalproxyConfig.h:20:10: fatal error: boost/asio/ssl/rfc2818_verification.hpp: No such file or directory
|    20 | #include <boost/asio/ssl/rfc2818_verification.hpp>
|       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| compilation terminated.

-> 1.87 change log * Removed deprecated class ssl::rfc2818_verification.
-> use the "drop in" replacement ssl::host_name_verification
-> meta-aws for yocto master use now boost 1.87 - failed here: https://github.com/aws4embeddedlinux/meta-aws/actions/runs/12730636133/job/35483803506

@ig15
Copy link
Contributor

ig15 commented Jan 22, 2025

Hey @thomas-roos , thanks for bringing up this issue. We looked into this issue and Local proxy has been updated to support Boost 1.87 and related API updates now.
PR: #175

@thomas-roos
Copy link
Contributor Author

Thank you, tested it, works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants