-
Notifications
You must be signed in to change notification settings - Fork 20
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
Support for SNI (Server Name Indication) in SSL connections #7
Comments
The error that ReGalAndroid gives due to the lack of SNI support when connecting to a Gallery deployment over https using SNI looks like this
|
This is also reported as Issue 98 in the Google Code repo |
And it looks like this change would be implemented here |
See also how the same issue is fixed in DAVDroid: |
I also hit this bug no later than yesterday. |
Seems to be still a problem. Tried ReGalAndroid for a Piwigo-Gallery with SSL. The App refuses the connection with the information that the certificate didn't match. |
It would be nice if one could use ReGalAndroid on servers with different SSL certificates for virtual hosts.
Currently one gets a certificate verification error when connecting to such a host.
See
https://en.wikipedia.org/wiki/Server_Name_Indication
https://developer.android.com/training/articles/security-ssl.html
http://blog.dev001.net/post/67082904181/android-using-sni-and-tlsv1-2-with-apache-httpclient
The text was updated successfully, but these errors were encountered: