-
Notifications
You must be signed in to change notification settings - Fork 92
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
Connects on PC but not in Android #57
Comments
Did you set OLLAMA_HOST described in this wiki article? |
Same problem |
same problem, maybe the cause of SSL certificate? I have test this issue, it is the SSL issue. First version, my ollama proxy via a host with directly using IP address and SSL certificate is about IP address. As we know , lots of device would not count it as a secure connection. Then i add a domain for my server, and add a SSL for the domain. Then it worked, the APP connect my server. I guess the cause is about validate the host by system call, and it trigers the secure policy and reject the connection somehow. Probably there are two solution, add validation SSL for your server or change the validation call by some insecure way? LIKE curl with parameter -k. |
@hellomynameisnoone for me this worked: sudo ufw allow 11434 It was because of the firewall |
Requirements
Platform
Android
Description
I was able to conect in my LAN server on PC but not in Android
Steps to reproduce
Expected behavior
Work
Actual behavior
Keeps connecting
Screenshots or additional context
The text was updated successfully, but these errors were encountered: