Re: [PHP-DEV] SSL Sockets in 4.1.0?

2001-12-04 Thread Blake Barnett

Thanks,

For now, I think I'll just go with an SSH tunnel.


On Tue, 2001-12-04 at 13:03, Wez Furlong wrote:
> Hi Blake,
> 
> I've only just found some time to skim php-dev, so sorry for the late
> reply...
> 
> 4.2 (or 4.3 if I run out of time) will have SSL sockets, for SSL clients
> only, perhaps servers (I will need someone to test this aspect, as I won't
> have the time for a while).
> 
> --Wez.
> 
> On 29/11/01, "Blake Barnett" <[EMAIL PROTECTED]> wrote:
> > We are developing an application which needs to communicate via SSL
> > sockets.  I can't find any documentation, examples, or functions that
> > look like they support this.  Is there any support for it?  Is SSH or
> > stunnel/sslwrap my best option?
> > 
> > -- 
> > Blake Barnett (bdb)  <[EMAIL PROTECTED]>
> > Sr. Unix Administrator
> > DevelopOnline.com office: 480-377-6816
> > 
> > "Do, or do not.  There is no try." --Yoda
> > 
> > 
> > -- 
> > PHP Development Mailing List 
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 
> 
-- 
Blake Barnett (bdb)  <[EMAIL PROTECTED]>
Sr. Unix Administrator
DevelopOnline.com office: 480-377-6816

"Do, or do not.  There is no try." --Yoda


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] SSL Sockets in 4.1.0?

2001-12-04 Thread Wez Furlong

Hi Blake,

I've only just found some time to skim php-dev, so sorry for the late
reply...

4.2 (or 4.3 if I run out of time) will have SSL sockets, for SSL clients
only, perhaps servers (I will need someone to test this aspect, as I won't
have the time for a while).

--Wez.

On 29/11/01, "Blake Barnett" <[EMAIL PROTECTED]> wrote:
> We are developing an application which needs to communicate via SSL
> sockets.  I can't find any documentation, examples, or functions that
> look like they support this.  Is there any support for it?  Is SSH or
> stunnel/sslwrap my best option?
> 
> -- 
> Blake Barnett (bdb)  <[EMAIL PROTECTED]>
> Sr. Unix Administrator
> DevelopOnline.com office: 480-377-6816
> 
> "Do, or do not.  There is no try." --Yoda
> 
> 
> -- 
> PHP Development Mailing List 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]




-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] SSL Sockets in 4.1.0?

2001-11-29 Thread Blake Barnett

On Thu, 2001-11-29 at 13:00, Benjamin Barringer wrote:
> Snoopy is  a class that does SSL communication via sockets. Paticularly
> pulling webpages. However it is more or less an example of SSL communication
> via sockets.
> 
> You can check out:
> http://www.php.net/manual/en/ref.curl.php
> 
> I think there is an openssl patch, check the post from 11/27 titled:
> [PHP-DEV] status of openssl fn in php 4.1
> 
> I suppose I misunderstood what you are tring to do. You will probably here
> from one of the gurus in a few minutes. =)

Yeah, I need to initiate the communication via SSL, not receive it..

> 
> Thanks
> Ben
> 
> - Original Message -
> From: "Blake Barnett" <[EMAIL PROTECTED]>
> To: "Benjamin Barringer" <[EMAIL PROTECTED]>
> Sent: Thursday, November 29, 2001 2:27 PM
> Subject: Re: [PHP-DEV] SSL Sockets in 4.1.0?
> 
> 
> > How does this relate to sockets?  Am I missing something?
> >
> > On Thu, 2001-11-29 at 12:22, Benjamin Barringer wrote:
> > > You could try snoopy. It's a class written in PHP that works with ssl.
> > >
> > > http://sourceforge.net/projects/snoopy/
> > >
> > > I think there is a cURL extension somewhere as well. Should be linked to
> > > from the snoopy page?
> > >
> > > Cheers
> > > Ben
> > >
> > > ----- Original Message -
> > > From: "Blake Barnett" <[EMAIL PROTECTED]>
> > > To: "PHP Developers Mailing List" <[EMAIL PROTECTED]>
> > > Sent: Thursday, November 29, 2001 1:54 PM
> > > Subject: [PHP-DEV] SSL Sockets in 4.1.0?
> > >
> > >
> > > > We are developing an application which needs to communicate via SSL
> > > > sockets.  I can't find any documentation, examples, or functions that
> > > > look like they support this.  Is there any support for it?  Is SSH or
> > > > stunnel/sslwrap my best option?
> > > >
> > > > --
> > > > Blake Barnett (bdb)  <[EMAIL PROTECTED]>
> > > > Sr. Unix Administrator
> > > > DevelopOnline.com office: 480-377-6816
> > > >
> > > > "Do, or do not.  There is no try." --Yoda
> > > >
> > > >
> > > > --
> > > > PHP Development Mailing List <http://www.php.net/>
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > > To contact the list administrators, e-mail:
> [EMAIL PROTECTED]
> > --
> > Blake Barnett (bdb)  <[EMAIL PROTECTED]>
> > Sr. Unix Administrator
> > DevelopOnline.com office: 480-377-6816
> >
> > "Do, or do not.  There is no try." --Yoda
-- 
Blake Barnett (bdb)  <[EMAIL PROTECTED]>
Sr. Unix Administrator
DevelopOnline.com office: 480-377-6816

"Do, or do not.  There is no try." --Yoda


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] SSL Sockets in 4.1.0?

2001-11-29 Thread Blake Barnett

We are developing an application which needs to communicate via SSL
sockets.  I can't find any documentation, examples, or functions that
look like they support this.  Is there any support for it?  Is SSH or
stunnel/sslwrap my best option?

-- 
Blake Barnett (bdb)  <[EMAIL PROTECTED]>
Sr. Unix Administrator
DevelopOnline.com office: 480-377-6816

"Do, or do not.  There is no try." --Yoda


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]