Answer the question
In order to leave comments, you need to log in
How to implement secure access to Apache/Mysql server?
We have:
Answer the question
In order to leave comments, you need to log in
The task was solved by installing the ssl certificate and basic authorization.
https
secret page - domen.ru/asdcf0000lalala
phpmyadmin
basic autorization
monitor access logs if you are afraid of brute force.
Add an ip limit to the range of your mobile and office subnets.
The first thing that comes to mind is a VPN, it will solve all your problems.
Put secure user logins and passwords on the web application and make sure that access to any parts of the application is impossible without a login and password. (Most applications are protected in this way)
Allow access for the entire possible range of IP addresses allocated by the provider, forbid other addresses. (I think you can find out the ranges. And if necessary, you will supplement it)
Use https. (If you are afraid of "wiretapping")
Another option is to disable access to the application from the Internet. Access to do only from the local network. And let it into the local network from the outside through VPN. Then the security lies with the VPN.
Make one-time passwords via SMS.
Sign your computers of your users with a digital key.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question