DONE: Gateway->exec() // plain text over https -> fallback problem?
This is an open discussion with 3 replies, filed under General.
Search
Can you confirm the URL in your data source is https?
yes. definite. It's the other onlineshop I should implement:
https://openapi.etsy.com/v2/
may I've done something wrong? I can send you my api key, for test purposes, if ness.
sorry, was my fault :( curl was not installed on the server:-( the Getway fallback don't know nothing about ssl. no warning was given, that some kind on fallback was used.
so maybe write a log entry at: // No CURL is available, use attempt to use normal sockets
about line 360 ?
I realized that curl with ssl has verify cert disabled allways. this seems to be not best best practise. Is there any possibility to triger the certcheck on/off at each datasource?
getway() seems to get all infos needed via parse_url. that's as elegant as limited. I really don't know enough about php and the symphony core to managed this.
Create an account or sign in to comment.
I've got a problem to get dynamic.json-datasource and - hopefully - found the reason in getway:
the page answered - something like:
Found nothing like a ssl handschake in class getway. made I something wrong, should this be improved, should I try to write something?
remarks welcome