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
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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.