Skip to content
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

Android app: support for self-signed certificate #418

Closed
hoxu opened this issue Jan 29, 2014 · 3 comments
Closed

Android app: support for self-signed certificate #418

hoxu opened this issue Jan 29, 2014 · 3 comments

Comments

@hoxu
Copy link

hoxu commented Jan 29, 2014

The android app does not seem to be able to complete https requests when the server has self-signed certificate. Please support self-signed certs, as a lot of self-hosters will have one :-)

@lpefferkorn
Copy link

+1, that would be great ! I'm also running a self-hosted Wallabag instance.

@arnaudmm
Copy link
Contributor

It is because client try to negociate RC4+RSA and your server does not authorize that.
Change your configuration and retry !
For example on Debian with apache : mods-enabled/ssl.conf
Change :
SSLCipherSuite HIGH:MEDIUM:!ADH
By :
SSLCipherSuite HIGH:MEDIUM:!ADH:RC4+RSA

And reload apache

@nicosomb
Copy link
Member

nicosomb commented Mar 1, 2014

I opened an issue on Android project: wallabag/android-app#3

@nicosomb nicosomb closed this as completed Mar 1, 2014
@nicosomb nicosomb modified the milestones: 2.0, 2.0.0-alpha Aug 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants