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

Attempting to force HTTPS connection #2

Open
cameronj86 opened this issue Feb 8, 2025 · 2 comments
Open

Attempting to force HTTPS connection #2

cameronj86 opened this issue Feb 8, 2025 · 2 comments

Comments

@cameronj86
Copy link

Thanks again for the wrapper, it is going to make my UX much better.

With my setup, when I go to login, I'm running into an issue where http isn't triggering:

App is ready
Saved host: undefined
MESA-LOADER: failed to open nvidia-drm: /usr/lib/x86_64-linux-gnu/gbm/nvidia-drm_gbm.so: cannot open shared object file: No such file or directory (search paths /usr/lib/x86_64-linux-gnu/gbm, suffix _gbm)
Loading login page from: /tmp/.mount_libreCQvOmlO/resources/app.asar/login.html
Saving server host: 192.168.1.211:3080
Loading URL: https://192.168.1.211:3080
Reset button should be created
(node:10005) electron: Failed to load URL: https://192.168.1.211:3080/ with error: ERR_SSL_PROTOCOL_ERROR
(Use `librechat-ui --trace-warnings ...` to show where the warning was created)
[10005:0208/161408.156980:ERROR:interface_endpoint_client.cc(725)] Message 0 rejected by interface blink.mojom.WidgetHost

Talked to Claude and tried NODE_TLS_REJECT_UNAUTHORIZED=0 path/to/AppImage but no dice there either. Let me know if you have any suggestions!

@leikoilja
Copy link
Owner

@cameronj86, do you wish for the wrapper "app" to work using local network connection to your instance over HTTP?
my idea was to force https to prevent unencrypted traffic, but i could see a use case if you'd only want to use the wrapper app and librechat on your local network

@cameronj86
Copy link
Author

Yup, I use it locally most of the time, and have tailscale blanket encrypting traffic (including http) when I connect remotely.

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

2 participants