Not sure if this is the right forum, it's just I use PERL & Win32:ODBC to make the database connection, so here goes...
I have external web hosting, the PERL uses the Win32::ODBC module to connect to OUR SQL server which is in house, thus making the request to connect and the data transfer across the internet.
The question is, is this data transfer secure? , is the login request passing userid and password encrypted? and once connected is the transfer of data secure?
If not, how do I lock this down and secure the data transfer?
Can this be done simply with a switch to the Win32:ODBC module.
How might securing the connection affect the port to the SQL server, aren't secure requests handled by port 443? and SQL is on a different port.
Any help understanding how the request is made and connects and how to secure this process is very much appreciated.
Regards,
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.
I have external web hosting, the PERL uses the Win32::ODBC module to connect to OUR SQL server which is in house, thus making the request to connect and the data transfer across the internet.
The question is, is this data transfer secure? , is the login request passing userid and password encrypted? and once connected is the transfer of data secure?
If not, how do I lock this down and secure the data transfer?
Can this be done simply with a switch to the Win32:ODBC module.
How might securing the connection affect the port to the SQL server, aren't secure requests handled by port 443? and SQL is on a different port.
Any help understanding how the request is made and connects and how to secure this process is very much appreciated.
Regards,
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.