mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 01:10:09 +03:00
How can I enable the htttp and https #2063
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @liyihuang on GitHub.
I'm using the https and self-sign cert for the chrome but found I can't install the cert on my iphone. Is there anyway that I can enable http and https so I can use chrome for https and use the http for my IOS client?
btw, I know I can use let's encrypt for the my iphone but it's more work for me to modify this image. I'm hoping to configure something to enable http and https
@dani-garcia commented on GitHub:
There is no way at the moment to configure the web server we are using to serve both HTTP and HTTPS, I'd recommend setting a reverse proxy (Apache, NGINX, Caddy...) in front of the server and let the proxy handle the HTTPS.
@liyihuang commented on GitHub:
thanks. I did have a try for this. but IOS 12 stops suporting it. I will
try to run another container for proxy
On Tue, Jul 30, 2019 at 6:32 PM Anton Wilhelm notifications@github.com
wrote:
--
Thanks
Tim
@timaschew commented on GitHub:
I've managed to get it working on Android via this tutorial (using a normal cert and a root cert): https://community.bitwarden.com/t/self-signed-certificate-on-local-network-works-with-chrome-iphone-and-android/2676
But not on iOS, even after installing the root cert (pem file) and enabling full trusted root certs (as described here https://support.apple.com/en-us/HT204477). Another reason for me to switch from iOS to Android (Lineage).
@timaschew commented on GitHub:
Did you try this?
https://www.webreflection.co.uk/blog/2015/08/08/bringing-ssl-to-your-private-network#import-the-certificate-to-ios
@timaschew commented on GitHub:
Actually, I've just tried it myself and it did not work me as well.
I even could not open it in any browser on my iPhone.
On Android it works in the browser, but with the app I'm getting an error: There is a problem connecting to the server
@liyihuang commented on GitHub:
Thanks. I got lets encrypt working and share the certificate with Bitwarden
On Fri, Aug 2, 2019 at 8:40 AM Anton Wilhelm notifications@github.com
wrote:
--
Thanks
Tim
@mprasil commented on GitHub:
I think we can close this? Tim feel free to reopen if you still encounter issues.