php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28096 stream_socket_accept on an ssl server socket doesn't enable ssl
Submitted: 2004-04-21 18:02 UTC Modified: 2004-04-22 01:04 UTC
From: wez@php.net Assigned: wez (profile)
Status: Closed Package: OpenSSL related
PHP Version: 5CVS-2004-04-21 (dev) OS: any
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
23 - 15 = ?
Subscribe to this entry?

 
 [2004-04-21 18:02 UTC] wez@php.net
Description:
------------
stream_socket_server("ssl://....") incorrectly applies SSL settings to the master listening socket, when it should instead remember those settings and apply them to the newly accepted client connection socket.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-04-22 01:04 UTC] wez@php.net
Fixed.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 09:01:28 2024 UTC