-
Notifications
You must be signed in to change notification settings - Fork 27
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
General SSLEngine problem #1
Comments
Hello, The root cause of your issue is due to the self-signed certificate on your API. Regards, |
Hello, It seems that the hostname tested in the screenshot you've provided is not the same than the API url. Using sslshopper online tool to test the hostname myapi.com reveals the following message: Certificate seems to be right but hostname associated is wrong. Regards, |
Hello myapi.com is a fake URL I paste for protect our api confidentiality. Le 18 août 2016 11:52, "dominiquemongelli" [email protected] a
|
We're having the same issue after moving to an nginx web server on the same machine. https://events.streamgo.co.uk/alerts/44 Have done some SSL tests, which are all coming back fine. We have changed streamdata requests to grab through non-ssl for the time being, but would like to use https if possible. We have not changed the hostname or ip and the cert being served is the same. We've just gone from apache to nginx. Any ideas? Thanks |
Hello, After done some tests with your api, it seems that the domain name events.streamgo.co.uk is a wildcard certificate with an incomplete certificate chain. This can cause the issue you are facing. The intermediate and root certificates from the authority are missing. Regards, |
ok, we'll try to get this sorted. Thanks for looking into it. |
{"type":"An error occurred while polling https://myapi.com/accounts/27644/state. : General SSLEngine problem","status":2001,"message":"General SSLEngine problem","source":"server"}
since we spent https we have this error in the console
The text was updated successfully, but these errors were encountered: