-
Notifications
You must be signed in to change notification settings - Fork 68
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
Where are the macOS Bluecherry client user settings and ssl certificates stored ? #416
Comments
Found it at: /Users/username/Library/Preferences/com.bluecherrydvr.bluecherry.plist After deleting it. it will get recreated and the bluecherry client will get completely reset , although seems like the SSL certificates remains saved somewhere.... any idea how to delete the ssl certificates stored by the bluecherry client ? |
Are you connecting to a Ubuntu 20.04 server perhaps? I've seen this on OSX recently connecting to a 20.04 server. |
That's correct! |
Okay. I've also seen this. I still need to spend more time on this, hopefully tomorrow, but I believe the issue is a update in apache2 where we aren't setting the server name. |
It's weird. I have a feeling it could be related to the certificates stored on the bluecherry client. I had another bluecherry client on macOS running on a seperate imac and the client was able to connect just fine to the server without any errors until I restarted that client. Bluecherry client running on windows can connect to Ubuntu 20.04 server just fine. |
Is there a way to enable verbose logging on the client side ? |
Running from the command line will give you some additional details. |
Tried running from the terminal ... but no information is shown when the application is sending https request to the server. Any other ideas? |
I believe the issue is due to the OS X version of the Bluecherry client being built on old openssl libraries. We are working on a newer release, I hope to have this completed in the new few weeks. |
This is an option until the 2.2.9 OSX release is available. Add this to the SSL section in /etc/apache2/sites-enabled/bluecherry.conf ### WARN: Security wise this is "bad", it forces the Bluecherry vhost to use TLS 1.1, which is outdated.
|
@curtishall worked like a charm... Waiting for official client update! Thanks!!! |
Great, sorry for the delay on this. |
No worries, a lot on your plate... Can't wait for the mobile app. a while back We've added partial support to bluecherry on our app for live viewing only using VLC Kit (and before that (iosvideokit for iOS only.... adding playback and other client features was something we weren't able to finish... |
iOS playback has been a struggle for us also. We spun our wheels for a couple weeks to the point we almost implemented HLS (which is planned for 3.2...but we didn't want to delay the server any longer)...we finally came up with a solution. Hopefully we have a TestFlight package for iOS soon. |
Can you delete the connection and add it again?
On Mon, Aug 30, 2021 at 4:03 PM Ron Luna ***@***.***> wrote:
Upgrade Bluecherry Server to Version: 3.1.0-rc3 and to use nginx. Although
now the old Bluecherry Client 2.2.6 won't connect to the server and the new
one 2.2.9 won't launch .
[image: image]
<https://user-images.githubusercontent.com/9822111/131405226-2bffbd01-1e18-461b-a795-50e9af919fba.png>
Any ideas?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#416 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACQ5VV444WFUPBYN47CNHTT7PW2ZANCNFSM42WARGZQ>
.
--
Sent from Gmail Mobile
|
Can you share where the config setting (including ssl certificate) are stored in macOS for the bluecherry client? I swap server and the bluecherry client is unable to connect throwing an error that reads "Request failed: SSL handshake failed" . I've tried delete the client and reinstalling again but the settings remain persistent.
The text was updated successfully, but these errors were encountered: