Re: SSL connection with DBD::Oracle?



If you can connect via ssh (not SSL, that's an additional layer inside application protocols), you could use port forwarding.

For a basic setup, try running one of the following commands:

ssh user@xxxxxxxxxxxxxx -L 1521:remote.machine:1521
ssh user@xxxxxxxxxxxxxx -L 1521:127.0.0.1:1521

This will forward TCP port 1521 to your local machine, i.e. you can connect to localhost:1521 instead of remote.machine:1521 as long as the ssh connection stays open. See man ssh for more details. If you do not want to enter a password every time you connect, use a public key in $HOME/.ssh/autorized_hosts on the remote machine and ssh-agent on the local machine.

For Oracle's own SSL, <http://lbd.epfl.ch/f/teaching/courses/oracle8i/network.815/a67766/09_ssl.htm> may help.

Alexander

On 25.01.2008 23:07, Tim Hester wrote:
I need to connect to an Oracle db on a remote machine, on the local network, that only supports ssl connections. Is there a way to do this using DBD::Oracle? Is there some other way to do this?

Any assistance appreciated.

Tim Hester


--
Alexander Foken
mailto:alexander@xxxxxxxx http://www.foken.de/alexander/

.



Relevant Pages

  • Re: RE: Telnet/SSL v SSH
    ... Neither the SSL or the SSH ... SSH was made to be a secure remote terminal protocol, ...
    (Security-Basics)
  • RE: RE: Telnet/SSL v SSH
    ... SSH is a secure login and shell ... SSH and SSL are apples and oranges. ... include secure use of networked applications, remote system administration, ...
    (Security-Basics)
  • Re: Cable for transfer of data?
    ... SSL /should/ mean. ... SSH has an SSH encryption similar to SSL. ... SSH does tunneling and encryption. ...
    (uk.comp.homebuilt)
  • Re: SSH tunneling/port forwarding and stateful packet inspection
    ... > have reconfigured SSH to run over port 443 the trace shows it as SSL ... Your packet trace identifies the TCP connection as ...
    (comp.security.ssh)
  • Re: RE: RE: Telnet/SSL v SSH
    ... I believe the original poster asked about differences in SSH vs. SSL ... When I was talking about elaborating on tunneling I was ...
    (Security-Basics)