-
Notifications
You must be signed in to change notification settings - Fork 55
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
Curl error "Invalid certificate chain" when running vendor/bin/bunq-install
#6
Comments
vendor/bin/bunq-install
@georgeboot Thanks for posting! We'll shortly look into it and fix it. |
Hey @georgeboot while we are looking into this as a quick fix you can comment out this line and it should work: sdk_php/lib/Http/ApiClient.php Line 163 in 93ab9b4
Let me know if this works 👍 |
That unfortunately does not solve the issue! sdk_php/lib/Context/ApiContext.php Line 22 in e5c53d3
sandbox.search.api.bunq.com . When I changed that part to api.bunq.com I get one step further. By the way, I tried the same script with ApiClient in original form: that gives me the same issue as mentioned in #7.
The next issue I'm hitting is found at sdk_php/lib/Context/SessionContext.php Line 60 in e5c53d3
Call to a member function getSessionTimeout() on null
|
@georgeboot thanks for pointing out the |
Ah thats a nice spot @georgeboot, I'll create an separate issue for this as of it is not part of the main issue you have here 👍 |
Hey @georgeboot, public.api.bunq.com is not our API url, this is a mistake on our end and will be fixed 👍 . The correct url is |
Fix applied in 2d37046. Closing the issue, feel free to reopen if it is still not working 👍 |
When running the initialisation, I am getting an exception.
Am I missing something?
PHP version:
Curl version:
The text was updated successfully, but these errors were encountered: