Re: pgAdmin with SSHTunneling support

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: pgAdmin with SSHTunneling support
Date: 2013-04-09 09:35:48
Message-ID: CANxoLDfg9xGZFU7+HydUnW4vEBRDio1W+=DSkf7=dnU-uzFhPg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi

I have updated the libssh2 code with the latest version for SSHTunneling. I
have tested it on Windows, Ubuntu and MAC OSX. With the previous version of
libssh2 we were facing some problem on MAC OSX. We have faced error "SSL
SYSCALL error: EOF detected". I haven't found any error on MAC OSX, it is
working fine at my end.

Attached is the latest patch for SSH Tunneling.

On Tue, Nov 6, 2012 at 6:06 PM, Dave Page <dpage(at)pgadmin(dot)org> wrote:

> On Tue, Nov 6, 2012 at 11:35 AM, Akshay Joshi
> <akshay(dot)joshi(at)enterprisedb(dot)com> wrote:
> >
> >
> > On Mon, Nov 5, 2012 at 5:49 PM, Akshay Joshi <
> akshay(dot)joshi(at)enterprisedb(dot)com>
> > wrote:
> >>
> >>
> >>
> >> On Mon, Nov 5, 2012 at 5:42 PM, Dave Page <dpage(at)pgadmin(dot)org> wrote:
> >>>
> >>> Nope - just try connecting, disconnecting, connecting (lather, rinse,
> >>> repeat) and see what happens.
> >>
> >>
> >> Yes. It is reproducible will work on it.
> >
> >
> > I have tried a lot to figure out the cause of the bug, but unable to
> > find it yet. It is not reproducible on Windows and Linux(Ubuntu), only
> > reproducible on MAC OSX. For the error "SSL SYSCALL error: EOF
> > detected" I have googled and found it is because of network problem, but
> > there is no network problem at our end.
> >
> > Will working on the same. Any pointers or suggestions??
>
> Sorry, no concrete ideas. I assume it's not just that the tunnel is
> being closed hastily at the merest blip of a problem, which is
> actually recoverable? It might be worth pinging the libssh2 guys (and
> checking for any updates to the code from them).
>
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>

--
*Akshay Joshi
Senior Software Engineer
EnterpriseDB Corporation
The Enterprise PostgreSQL Company
Phone: +91 20-3058-9522
Mobile: +91 976-788-8246*

Attachment Content-Type Size
SSHTunnel_pgAdmin_V4.patch application/octet-stream 1.6 MB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2013-04-09 15:14:02 pgAdmin III commit: Remove ancient (and badly written) check for acloca
Previous Message Dave Page 2013-04-08 14:39:09 Re: Patch: Auto-generate search_path statement for selected schema in query editor