Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Encrypted DBI connect()

by ehdonhon (Curate)
on Jul 22, 2002 at 12:50 UTC ( [id://184023]=note: print w/replies, xml ) Need Help??


in reply to Encrypted DBI connect()

As giant mentioned, the most universal way to encrypt your connection would be to tunnel your traffic and let some other application/layer worry about the encryption. But, that can also become messy (especially if you don't have admin rights on the machines you are using). You also then have to worry about monitoring some other application that has to be up whenever your perl program is running.

Your only other option would be to find a database and client that supports encryption natively. For example, PostgreSQL can be build with the --with-ssl option. However, I found no mention of making SSL based access in DBD::PG, so it probably isn't an option.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://184023]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (2)
As of 2024-04-20 06:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found