We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Method _send_request seems to be broken if HTTPS is used. It gives the following error message:
_send_request
[Error: Protocol "http:" not supported. Expected "https:".]
I'm not sure if the current way of selecting the protocol works as expected. This happens when lis_outcome_service_url contains https.
lis_outcome_service_url
https
The text was updated successfully, but these errors were encountered:
Just noticed that #45 probably fixes this issue.
Sorry, something went wrong.
5be2259
Fix by @ktonon available in v2.1.6. Apologies for slacking here
Thanks! No problem, it was easy to use a local fix before this official one.
No branches or pull requests
Method
_send_request
seems to be broken if HTTPS is used. It gives the following error message:I'm not sure if the current way of selecting the protocol works as expected. This happens when
lis_outcome_service_url
containshttps
.The text was updated successfully, but these errors were encountered: