How can I enable the htttp and https #2063

Closed
opened 2025-10-09 17:44:04 +03:00 by OVERLORD · 7 comments
Owner

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

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
OVERLORD added the question label 2025-10-09 17:44:04 +03:00
Author
Owner

@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.

@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.
Author
Owner

@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:

Did you try this?

https://www.webreflection.co.uk/blog/2015/08/08/bringing-ssl-to-your-private-network#import-the-certificate-to-ios


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/dani-garcia/bitwarden_rs/issues/546?email_source=notifications&email_token=AB53BCZADRBLLMH7SPAO463QCC6OZA5CNFSM4IHN4UZ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3FQDII#issuecomment-516620705,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AB53BC35UWU546X6E753C63QCC6OZANCNFSM4IHN4UZQ
.

--
Thanks
Tim

@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: > Did you try this? > > https://www.webreflection.co.uk/blog/2015/08/08/bringing-ssl-to-your-private-network#import-the-certificate-to-ios > > — > You are receiving this because you authored the thread. > Reply to this email directly, view it on GitHub > <https://github.com/dani-garcia/bitwarden_rs/issues/546?email_source=notifications&email_token=AB53BCZADRBLLMH7SPAO463QCC6OZA5CNFSM4IHN4UZ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3FQDII#issuecomment-516620705>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/AB53BC35UWU546X6E753C63QCC6OZANCNFSM4IHN4UZQ> > . > -- Thanks Tim
Author
Owner

@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: 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).
Author
Owner
@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
Author
Owner

@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

@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**
Author
Owner

@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:

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 even on iOS I've installed the root cert (pem file) and enabled 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).


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/dani-garcia/bitwarden_rs/issues/546?email_source=notifications&email_token=AB53BCYNHOJ6MAYCEAVW3GLQCQTMVA5CNFSM4IHN4UZ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3NT4LQ#issuecomment-517684782,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AB53BC2JYGQ3UXGGJLAMHM3QCQTMVANCNFSM4IHN4UZQ
.

--
Thanks
Tim

@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: > 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 even on iOS I've installed the root cert (pem file) and enabled 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). > > — > You are receiving this because you authored the thread. > Reply to this email directly, view it on GitHub > <https://github.com/dani-garcia/bitwarden_rs/issues/546?email_source=notifications&email_token=AB53BCYNHOJ6MAYCEAVW3GLQCQTMVA5CNFSM4IHN4UZ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3NT4LQ#issuecomment-517684782>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/AB53BC2JYGQ3UXGGJLAMHM3QCQTMVANCNFSM4IHN4UZQ> > . > -- Thanks Tim
Author
Owner

@mprasil commented on GitHub:

I think we can close this? Tim feel free to reopen if you still encounter issues.

@mprasil commented on GitHub: I think we can close this? Tim feel free to reopen if you still encounter issues.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#2063