You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
The text was updated successfully, but these errors were encountered:
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.
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.)The text was updated successfully, but these errors were encountered: