Jump to content

A Secure Concept Or Not?


hackalive

Recommended Posts

Hi guys,

I have this concept and wanted to know your opinions.

 

So basically there is my web-server offiste and a storage server onsite (two separate locations).

To get the web-server to pull content via PHP from the storage server it communicates using SSL over HTTPS.

 

To make it so not just anyone can get the data via the HTTPS path you would also pair the IPs (so ensure static IPs) and also do some form of token handshake (like oAuth but a custom library).

 

Would this be secure? Or not really?

 

Cheers

Link to comment
https://forums.phpfreaks.com/topic/263542-a-secure-concept-or-not/
Share on other sites

Relatively secure, but in general not a good idea to open up a secure LAN outside via HTTP. 

 

Better idea would be to set up a VPN and configure your remote server to log in to the VPN and access the file server as though it's local. 

 

Though you could also just use a firewall to limit remote connections to your web server's IP address.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.