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

ClientOptions().SetHost("hostname") throws an exception #374

Open
DKGH opened this issue May 31, 2024 · 1 comment
Open

ClientOptions().SetHost("hostname") throws an exception #374

DKGH opened this issue May 31, 2024 · 1 comment

Comments

@DKGH
Copy link

DKGH commented May 31, 2024

I ran the sample program listed on the README.md tutorial. However, it throws a system_error exception at line 409 in client.cpp. This is mitigated by entering the right port. Now the exception comes after a long wait and it says operation successful:
can't recieve string data: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

I would like to connect to a database and run some select queries on it. How do I do that? I have database host machine name and port, user name, password and table name.

@DKGH
Copy link
Author

DKGH commented Jul 12, 2024

This appears to be related to SSL verification within my organization. How do I disable that?

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

1 participant