-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[paho-mqttpp3] paho-mqtt with feature ssl #39960
Comments
Could you help provide a minimal CMake example? |
I'm not an expert in cmake. I tried to build paho statically and with ssl support by downloading those two repositories and build them but no luck in my project. I try to use the vcpkg for paho as an dll now. This do work, but i have some other libs like json c++ build as static. How can in setup visualstudio to use both |
I don't know enough about the specific problem, and I do not have MSVS. But port paho-mqttpp3 doesn't look healthy... |
This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 28 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment. |
Is your feature request related to a problem? Please describe.
I wanted to use the paho c++ sync client together with ssl support, but it tells me "Error: MQTT error [-13]: SSL is not supported [0]" when running the programm. Now i'm getting a little bit confused because while downloading and compiling with vcpkg i see that there are dependencies to openssl. So can't figure out what went wrong. I went thru the "vcpkg\ports\paho-mqttpp3\profile.cmake" paho port and i'm recognizing that it is compiled against.
set(PAHO_C_LIBNAME paho-mqtt3as)
which is the async secure one. Does that get me the error.
Proposed solution
How can i get that to work.
Describe alternatives you've considered
No response
Additional context
I posted also to the github paho repository.
"eclipse-paho/paho.mqtt.cpp#506"
The text was updated successfully, but these errors were encountered: