Answer the question
In order to leave comments, you need to log in
Why does the Rocket Chat app from any iphone not connect to the server?
Good afternoon. I’ll make a reservation right away - I have little experience in lunux
Installed rocket chat on ubuntu server 18.04. Everything works great on all devices and platforms except iPhones. It displays the error "Invalid URL or unable to establish a secure connection."
Has anyone already solved this problem?
Everything works fine on android
Answer the question
In order to leave comments, you need to log in
"Invalid URL or unable to establish a secure connection."
Has anyone already solved this problem?
Everything works fine on android
The Rocket.Chat mobile client does not use the Android and IOS certificate store. Therefore, it cannot establish a secure connection. On the web service for nginx, you need to add a bundle certificate (ca + intermediate + cert)
cat cert.crt fullchain.crt > bundle.crt
If the server certificate and the bundle of certificates were connected in the wrong order, nginx will refuse to start and give an error message:
SSL_CTX_use_PrivateKey_file(" ... /www.example.com.key") failed
(SSL: error:0B080074:x509 certificate routines:
X509_check_private_key:key values mismatch)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question