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

Allow connecting to homeservers that do not have https #325

Open
aflyingpumpkin opened this issue Apr 28, 2022 · 2 comments
Open

Allow connecting to homeservers that do not have https #325

aflyingpumpkin opened this issue Apr 28, 2022 · 2 comments

Comments

@aflyingpumpkin
Copy link

Currently when trying to connect to a server that does not have https (EX: A server being run only on a home network for testing purposes) An SSL error has occurred and a secure connection to the server cannot be made. pops up when trying to log in. Please consider allowing connection to non-https homeservers (maybe with a warning message.)

@kloenk
Copy link
Member

kloenk commented Apr 28, 2022

Does the same happen with element-iOS? We use the same library, not sure if that library disallows http

@pixlwave
Copy link
Member

Element iOS allows http connections. I imagine this is an ATS error and Nio needs the NSAllowsArbitraryLoads key set under NSAppTransportSecurity in the Info.plist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants