Originally created by @liyihuang on GitHub (Jul 29, 2019).
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 (Jul 29, 2019).
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
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 (Jul 30, 2019):
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.
@timaschew commented on GitHub (Jul 30, 2019):
Did you try this?
https://www.webreflection.co.uk/blog/2015/08/08/bringing-ssl-to-your-private-network#import-the-certificate-to-ios
@liyihuang commented on GitHub (Jul 30, 2019):
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
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 (Jul 30, 2019):
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**
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 (Aug 2, 2019):
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).
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).
@liyihuang commented on GitHub (Aug 2, 2019):
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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @liyihuang on GitHub (Jul 29, 2019).
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 (Jul 30, 2019):
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.
@timaschew commented on GitHub (Jul 30, 2019):
Did you try this?
https://www.webreflection.co.uk/blog/2015/08/08/bringing-ssl-to-your-private-network#import-the-certificate-to-ios
@liyihuang commented on GitHub (Jul 30, 2019):
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 (Jul 30, 2019):
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 (Aug 2, 2019):
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).
@liyihuang commented on GitHub (Aug 2, 2019):
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 (Aug 10, 2019):
I think we can close this? Tim feel free to reopen if you still encounter issues.