-
Notifications
You must be signed in to change notification settings - Fork 8
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
Access an application in https without the domain name local-ip.medicmobile.org
#27
Comments
Hey @Mike6547 ! Thanks for the inquiry. tl;dr - we can't help you - please read below. But before we close the ticket - maybe you can explain your use case? It'd be helpful to understand why you need TLS cert on a specific IP and not use sub-domains like this project supports. the "too long" part: First - it's important we stop and appreciate the prerequisites for a valid TLS certificate using domain validation which is one of:
nginx-local-ip uses number 3 here: we ask Let's Encrypt to issue a TLS cert for After this, we do two things using Local TLS:
So, going back to your request of a TLS cert for an IP address - this can not be done by this project for a number reasons:
|
This question moved to: |
@Mike6547 - thanks again for your question. I'm closing the ticket as it's been a while and we haven't heard back from you. |
Hello,
First of all, thank you for your script.
I have a local web application on port 8098, to access it I launch the following URL
http://192.168.0.110:8098
, but I would like to be able to access it with the following URLhttps://192.168.0.110:8098
(https), without the domain name domain namelocal-ip.medicmobile.org
which is added after the the IP address!How can I access my application with
https://192.168.0.110:8098
?The text was updated successfully, but these errors were encountered: