Community discussions

MikroTik App
 
clydie
just joined
Topic Author
Posts: 8
Joined: Wed Dec 09, 2020 7:08 am

on premise website as https

Thu Dec 10, 2020 8:00 am

Hi guys just a newbie question

how can I make my on premise web site access as https

is this configurable in mikrotik ? thank you in advance guys
 
erlinden
Forum Guru
Forum Guru
Posts: 1958
Joined: Wed Jun 12, 2013 1:59 pm
Location: Netherlands

Re: on premise website as https

Thu Dec 10, 2020 9:36 am

HTTPS requires a certificate. A very good (and free) supplier is Let's Encrypt: https://letsencrypt.org/
Are you referring to a website you are hosting on a server? What is the relation with MikroTik?
 
clydie
just joined
Topic Author
Posts: 8
Joined: Wed Dec 09, 2020 7:08 am

Re: on premise website as https

Thu Dec 10, 2020 10:19 am

HTTPS requires a certificate. A very good (and free) supplier is Let's Encrypt: https://letsencrypt.org/
Are you referring to a website you are hosting on a server? What is the relation with MikroTik?
my webserver is behind mikrotik and this web server is just local. I'm wondering how can other pc also behind the mikrotik router can access my website with https?
 
erlinden
Forum Guru
Forum Guru
Posts: 1958
Joined: Wed Jun 12, 2013 1:59 pm
Location: Netherlands

Re: on premise website as https

Thu Dec 10, 2020 10:28 am

I prefer to have all my internal run services resolved to the internal (private) IP address.
Let's assume: All you have to do is:
  • run a DNS server (MikroTik is running it by default)
  • have all clients resolve through this DNS server only
  • resolve www.clydie.local to 192.168.88.2
Hope this makes sense...still not sure what problem you are currently running into.
 
clydie
just joined
Topic Author
Posts: 8
Joined: Wed Dec 09, 2020 7:08 am

Re: on premise website as https

Thu Dec 10, 2020 10:44 am

I prefer to have all my internal run services resolved to the internal (private) IP address.
Let's assume: All you have to do is:
  • run a DNS server (MikroTik is running it by default)
  • have all clients resolve through this DNS server only
  • resolve www.clydie.local to 192.168.88.2
Hope this makes sense...still not sure what problem you are currently running into.
would it be possible that all infos i entern to the website will be encrypted or secure? even if its internal? that's why I'm asking how to make my internal website use https
 
erlinden
Forum Guru
Forum Guru
Posts: 1958
Joined: Wed Jun 12, 2013 1:59 pm
Location: Netherlands

Re: on premise website as https

Thu Dec 10, 2020 10:58 am

would it be possible that all infos i entern to the website will be encrypted or secure? even if its internal? that's why I'm asking how to make my internal website use https
There is no difference between internally hosted and externally hosted websites when it comes to encryption.
What webserver are you using? Have you tried using Google (or any other preferred search engine) to find out how to enable HTTPS (hint...certificate) on your webserver?

Or are you referring to the MikroTik management site (WebFig)?
Then you can read the help doc: https://help.mikrotik.com/docs/display/ROS/Webfig
 
clydie
just joined
Topic Author
Posts: 8
Joined: Wed Dec 09, 2020 7:08 am

Re: on premise website as https

Tue Dec 15, 2020 1:37 am

what i mean is its a on premise web application and its actually being access only by on premise work station also. its in the same bldg. what I want to do is make this web application be secure and encrypted
like making it https everytime the workstations access it. does the mikrotik has something to do with this?
 
Sob
Forum Guru
Forum Guru
Posts: 9121
Joined: Mon Apr 20, 2009 9:11 pm

Re: on premise website as https

Tue Dec 15, 2020 3:14 am

No, router has nothing to do with that. It's webserver like any other. So either configure it as https-only with http disabled (clients will have to type address with https://, unless I missed that some browsers would use https by default), or keep http enabled and configure it to redirect everything to https.
 
User avatar
own3r1138
Long time Member
Long time Member
Posts: 689
Joined: Sun Feb 14, 2021 12:33 am
Location: Pleiades
Contact:

Re: on premise website as https

Wed Jan 12, 2022 7:29 pm

I even not sure about http and https. Can you please explain me about this issue. I'm going to launch my first website soon. Before launching my first website online I would like to ensure about this. Thank you so much!
Could you tell us what is the rule of this webserver?
 
User avatar
anav
Forum Guru
Forum Guru
Posts: 19322
Joined: Sun Feb 18, 2018 11:28 pm
Location: Nova Scotia, Canada
Contact:

Re: on premise website as https

Wed Jan 12, 2022 7:37 pm

Lets be clear on what you want.
Is it.
A. clients ONLY reach the webserver by internal LANS (behind the router)
B. clients should be able to reach the webserver from both the internal LANS and from the internet (coming from their public IPs and external devices).

The software and type of webserver you are running should have all the requisite ways to ensure that it is encrypted or encryptable (aka require https to access).
I believe that without a trusted certificate installed all your users may get a warning that your server (URL) is an unknown/untrusted entity.

Be advised HTTPS is typically used to protect the username and password used to login to websites.
Just having https in front of an url does not mean the data is necessarily protected. I go onto the web and more and more sites push one over to https type connections,,,,,, without any login etc.... with full access to all the available "front information" If I need some sort of transaction etc. then a login is usually required.
 
donatoroman
newbie
Posts: 30
Joined: Tue Dec 07, 2021 9:03 pm

Re: on premise website as https

Wed Jan 12, 2022 8:56 pm

Access aside, if you're asking how to make your web site https only, then this depends what was setup on the server to handle web. Is it IIS on Windows? Is it Apache on CentOS? etc, etc. Either case, you need a certificate to turn something into https or SSL. After the certificate is installed on the server side, then you need to enable appropriate ssl settings on the web app or page which is different between IIS and Apache, etc, etc. Routers have nothing to do with this process.

Who is online

Users browsing this forum: loloski and 12 guests