Re: [PHP] SSL issues

2011-03-22 Thread Bostjan Skufca
nformation would be helpful. >> >> >>>---- Original Message >>>From: Bostjan Skufca >>>To: "php-general" >>>Sent: Mon, Mar 21, 2011, 9:22 PM >>>Subject: [PHP] SSL issues >>> >>>Hi all, >>> >>&

Re: [PHP] SSL issues

2011-03-22 Thread Bostjan Skufca
This works, but SSL-enabled socket connection does not. Will craft a short script ASAP. b. On 22 March 2011 11:37, Richard Quadling wrote: > On 22 March 2011 01:21, Bostjan Skufca wrote: >> Hi all, >> >> is anyone else experiencing SSL connectivity issues with PHP 5.3(.5|6)? >> PHP 5.2.17 comp

Re: [PHP] SSL issues

2011-03-22 Thread Richard Quadling
On 22 March 2011 01:21, Bostjan Skufca wrote: > Hi all, > > is anyone else experiencing SSL connectivity issues with PHP 5.3(.5|6)? > PHP 5.2.17 compiled identically on the same system with the same > config file connects to remote SSL-enabled host just fine, whereas PHP > 5.3 (only tried .5 and .

[PHP] SSL issues

2011-03-21 Thread Bostjan Skufca
Hi all, is anyone else experiencing SSL connectivity issues with PHP 5.3(.5|6)? PHP 5.2.17 compiled identically on the same system with the same config file connects to remote SSL-enabled host just fine, whereas PHP 5.3 (only tried .5 and .6) does not. Error message: Warning: stream_socket_client

[PHP] SSL Timeout Issue with fopen, fsockopen, file_get_contents, etc

2010-08-18 Thread Brent Macnaughton
I am really in need of some help here! Whenever I try to use fopen, fsockopen, file_get_contents, etc in php to open an https/ssl; resource, i get the following errors: Warning: file_get_contents(): SSL: connection timeout Warning: file_get_contents(): Failed to enable crypto Here is some relevan

[PHP] SSL and multiple host names

2010-03-11 Thread Skip Evans
Hey all, Just wanted to let you know what I find out about this and how I solved the problem. First, name based SSL is, as one person told me, only good for one IP address in an Apache installation. I'll let Apache explain it themselves because they are better at it than I am. "The reason

[PHP] Re: php ssl connection timeout issue

2009-05-15 Thread Jerry Zhao
On Thu, May 14, 2009 at 5:17 PM, Nathan Rixham wrote: > Jerry Zhao wrote: > >> On Thu, May 14, 2009 at 5:05 PM, Nathan Rixham wrote: >> >> Jerry Zhao wrote: >>> >>> I tried different combination of ssl clients and servers, it all points to problems on the client side of my new php bu

[PHP] Re: php ssl connection timeout issue

2009-05-14 Thread Nathan Rixham
Jerry Zhao wrote: On Thu, May 14, 2009 at 5:05 PM, Nathan Rixham wrote: Jerry Zhao wrote: I tried different combination of ssl clients and servers, it all points to problems on the client side of my new php build. The same code worked on an older php build. checked the output of print_r(

[PHP] Re: php ssl connection timeout issue

2009-05-14 Thread Jerry Zhao
On Thu, May 14, 2009 at 5:05 PM, Nathan Rixham wrote: > Jerry Zhao wrote: > >> I tried different combination of ssl clients and servers, it all points to >> problems on the client side of my new php build. The same code worked on >> an >> older php build. >> >> > checked the output of print_r( st

[PHP] Re: php ssl connection timeout issue

2009-05-14 Thread Nathan Rixham
Jerry Zhao wrote: I tried different combination of ssl clients and servers, it all points to problems on the client side of my new php build. The same code worked on an older php build. checked the output of print_r( stream_get_wrappers() );? -- PHP General Mailing List (http://www.php.net/)

[PHP] Re: php ssl connection timeout issue

2009-05-14 Thread Jerry Zhao
I tried different combination of ssl clients and servers, it all points to problems on the client side of my new php build. The same code worked on an older php build. On Thu, May 14, 2009 at 4:57 PM, Nathan Rixham wrote: > Jerry Zhao wrote: > >> Hi, >> >> I am having trouble connecting to http

[PHP] Re: php ssl connection timeout issue

2009-05-14 Thread Nathan Rixham
Jerry Zhao wrote: Hi, I am having trouble connecting to https sites using php's builtin ssl functions. I tried: file_get_contents('https://securesite') fsockopen('ssl://securesite', 443, $errno, $errstr,20) and same errors every time: SSL: connection timeout Failed to enable crypto Call to ope

[PHP] Re: php ssl connection timeout issue

2009-05-14 Thread Shawn McKenzie
Jerry Zhao wrote: > Hi, > > I am having trouble connecting to https sites using php's builtin ssl > functions. > I tried: > file_get_contents('https://securesite') > fsockopen('ssl://securesite', 443, $errno, $errstr,20) > > and same errors every time: > SSL: connection timeout > Failed to enable

[PHP] php ssl connection timeout issue

2009-05-14 Thread Jerry Zhao
Hi, I am having trouble connecting to https sites using php's builtin ssl functions. I tried: file_get_contents('https://securesite') fsockopen('ssl://securesite', 443, $errno, $errstr,20) and same errors every time: SSL: connection timeout Failed to enable crypto Call to openssl_error_string()

[PHP] ssl in socket functions

2007-10-04 Thread Sergey Ignatenko
Hello guys, I have one small question and would greatly appreciate if you resolve it. Can I create ssl connection through the socket functions (not fsockopen)? Thanking in advance, Sergey Ignatenko. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/un

Re: [PHP] SSL Connection causes data errors.

2006-09-22 Thread Richard Lynch
On Mon, September 18, 2006 5:33 pm, Stefan wrote: > I was wondering if anyone has experienced this before. > I am connecting to an IIS server over HTTPS using > pfsockopen and am getting xml data returned. Now when > I open the URL in a browser the XML is returned fine > without a problem. However

[PHP] SSL Connection causes data errors.

2006-09-18 Thread Stefan
Hi, I was wondering if anyone has experienced this before. I am connecting to an IIS server over HTTPS using pfsockopen and am getting xml data returned. Now when I open the URL in a browser the XML is returned fine without a problem. However when using PHP part of the XML is all messed up, data i

[PHP] SSL Connection causes data errors.

2006-09-18 Thread Stefan
Hi, I was wondering if anyone has experienced this before. I am connecting to an IIS server over HTTPS using pfsockopen and am getting xml data returned. Now when I open the URL in a browser the XML is returned fine without a problem. However when using PHP part of the XML is all messed up, data i

Re: [PHP] ssl.

2006-08-24 Thread Alex Turner
João, Please try and find out why it is not working now. Once you have that worked out, it will be much easier to find out what has changed. There are a few subtle methods by which changing the key length might interact with PHP. However, in general, PHP is not involved with the encryption

Re: [PHP] ssl.

2006-08-24 Thread Alex Turner
João, Surely the issue is to find why it is not working now. Why it did work in the past is only of interest if you want to stop the problem re-occurring in the future. Thus, the correct approach is to find why it is not working now, fix it and then see if you can work out what has change b

Re: [PHP] ssl.

2006-08-24 Thread Jo�o C�ndido de Souza Neto
Nothing was changed at the code, just the ssl key was changed. Why it was working fine with the old ssl key? "Tim Traver" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > > João Cândido de Souza Neto wrote: >> Hy everyone. >> >> Since we change our ssl key from 128kb to a 256k

Re: [PHP] ssl.

2006-08-24 Thread Tim Traver
João Cândido de Souza Neto wrote: Hy everyone. Since we change our ssl key from 128kb to a 256kb i notice that something´s going wrong. In my e-commerce, part is secure and part isn´t. when i join into the secure part of the site, everithing works fine. But, when the sale is finishes and m

[PHP] ssl.

2006-08-24 Thread Jo�o C�ndido de Souza Neto
Hy everyone. Since we change our ssl key from 128kb to a 256kb i notice that something´s going wrong. In my e-commerce, part is secure and part isn´t. when i join into the secure part of the site, everithing works fine. But, when the sale is finishes and my script run header("Location: http:

[PHP] SSL support for pgsql module in Windows binary distribution

2006-06-07 Thread Peter Kuma
Hi Is there any reason why SSL support for pgsql module is disabled by default in binary distribution for Windows (PHP 5.1.4 zip package)? I thing it'd be very useful if this feauture were compiled in. I sent this question to php-windows a few days ago with no response. Regards Peter Kuma -- PH

Re: [PHP] SSL & normal sessions stored differently?

2005-11-08 Thread Richard Lynch
Go through all the hoops to END the old session. Then start your new one. This *MIGHT* work to over-ride the auto_start in php.ini On Thu, November 3, 2005 8:42 am, Jesse Guardiani wrote: > Hello, > > I'm running php-4.3.2-19.ent under httpd-2.0.46-44.ent on Red Hat > Enterprise > Linux ES rel

[PHP] SSL & normal sessions stored differently?

2005-11-03 Thread Jesse Guardiani
Hello, I'm running php-4.3.2-19.ent under httpd-2.0.46-44.ent on Red Hat Enterprise Linux ES release 3 (Taroon Update 4). Here is my Session section of php.ini: -- [Session] session.save_handler = files session.use_cookies = 1 session.name = PHPSESSID session.auto_star

[PHP] Re: PHP, SSL and private keys

2005-08-11 Thread Manuel Lemos
Hello, on 08/11/2005 04:04 PM Evert | Rooftop said the following: I would like to give my users the possibility to authenticate through a private certificate to confirm their identity. I'm not really sure where to start. Has anyone seen a website explaining this? Some pointers would be very welc

[PHP] PHP, SSL and private keys

2005-08-11 Thread Evert | Rooftop
Hi, I would like to give my users the possibility to authenticate through a private certificate to confirm their identity. I'm not really sure where to start. Has anyone seen a website explaining this? Some pointers would be very welcome. Thanks! Evert -- PHP General Mailing List (http://www.ph

Re: [PHP] SSL ldap bind

2005-06-16 Thread Richard Lynch
On Thu, June 16, 2005 9:45 am, Jason Motes said: WILD GUESS ALERT! > and returns the error: > ldap_ssl_interactive_bind_s: Unknown authentication method (86) > additional info: SASL(-4): no mechanism available: No worthy mechs > found > if i run the above command with the de

Re: [PHP] SSL ldap bind

2005-06-16 Thread Jason Motes
I am trying to do an ssl ldap bind to novell's edir 8.7. I have followed the examples from http://us4.php.net/manual/en/function.ldap-connect.php I know these examples are for AD, but they should be close to the same. I have exported the server cert and made the changes to ldap.conf. and

Re: [PHP] SSL ldap bind

2005-06-16 Thread Jason Motes
$ldapserver="ldapserver"; //this works $ldapserver="ldaps://ldapserver"; //this fails $ldapserver="ldapserver:636"; //this fails if (!($ldap = ldap_connect($ldapserver))) { die ("Could not connect to LDAP Server: $server\n"); } else { print "Connected\n"; } if (!(ldap_bind($ldap, $bindU

[PHP] SSL ldap bind

2005-06-16 Thread Jason Motes
Hello list I am trying to do an ssl ldap bind to novell's edir 8.7. I have followed the examples from http://us4.php.net/manual/en/function.ldap-connect.php I know these examples are for AD, but they should be close to the same. I have exported the server cert and made the changes to ldap.co

[PHP] SSL Cores

2005-05-02 Thread Oluwatope Akinniyi
Hi, Can anybody please point me to any URL where I can get PHP codes to perform SSL cores such as: * Certificate Signing Request * Certificate Signing * Revocation * Publication of Generated Certificates and Revoked Lists * etc -- Best regards, Tope Akinniyi CEO ShepherdHill So

[PHP] SSL use

2005-04-22 Thread ruel.cima
hi, im handling some important information that needs to be stored in my postgresql database via a php script. i´ve been reading the mails sent on this mailing list on SSL use. my postgresql server allows SSL connections but im not sure how to make use of this.id like to know more about ssl a

Re: [PHP] SSL & XML File Download Problem

2005-04-05 Thread Richard Lynch
On Fri, April 1, 2005 12:20 pm, Shaun said: > As the > header is chaged to XML it forces the browser to ask the user if they want > to download the file rather than outputting the results straight to the > browser: I can't necessarily help you with your problem, but the above statement is INCORREC

Re: [PHP] SSL & XML File Download Problem

2005-04-05 Thread Shaun
Hi Chris, I have turned off friendly messages, but I get the same message... "Chris W. Parker" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Shaun on Friday, April 01, 2005 11:20 AM said: > This was working fine until i added an SSL certificate to m

RE: [PHP] SSL & XML File Download Problem

2005-04-01 Thread Chris W. Parker
Shaun on Friday, April 01, 2005 11:20 AM said: > This was working fine until i added an SSL certificate to my site, > now I get the following error message: > > Internet Explorer cannot download ..._download.php?id=4723 from > www... .com > > Internet Explorer was

[PHP] SSL & XML File Download Problem

2005-04-01 Thread Shaun
Hi, I have a site that allows users to download xml files. I have the following php script which prints the results of the query to the browser. As the header is chaged to XML it forces the browser to ask the user if they want to download the file rather than outputting the results straight to

Re: [PHP] SSL

2005-01-06 Thread Richard Lynch
[EMAIL PROTECTED] wrote: > Thinking of going from http to https on the server. My question is: Would > there be any differences in my php-code from now? No. Well, maybe. You might want to use PHP to detect that you *ARE* on a secure connection. You also migth want to isolate your *need* for SS

Re: [PHP] SSL

2005-01-05 Thread Jamie Alessio
> Thinking of going from http to https on the server. > Would there be any differences in my php-code from now? > Switching from http to https shouldn't require any big changes to your PHP code. The PHP code itself doesn't care that it is being accessed via a https url - your webserver takes care

[PHP] SSL

2005-01-05 Thread gustav
Hi there! Thinking of going from http to https on the server. My question is: Would there be any differences in my php-code from now? /G @varupiraten.se -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] ssl key and crt generation

2004-07-07 Thread Hugh Beaumont
Hello List, I'm trying to get the following code to work : "US", "stateOrProvinceName" => "state", "localityName" => "town", "organizationName" => "foo", "organizationalUnitName" => "foo", "commonName" => "www.domain.com",

[PHP] SSL Client in PHP

2003-09-08 Thread Alvar Saenz Otero
Hi, I found the following e-mail in a PHP Development Archive, and I have exactly the same questions... ufnortunately there was no answer in the archive, only the pointer to e-mail this list. If you can help me, it would be greatly appreciated! Alvar To: php-dev at

[PHP] SSL POST problems, cURL, fsockopen, ipv6??

2003-07-05 Thread af
Hello. I've read all the documentation I can find about https POSTs using curl, fsockopen with "ssl://", even PEAR's Net_Socket package, but I'm running into a PHP problem I haven't seen before. Platform Info: OpenBSD 2.9, PHP 4.3.2, Apache 1.3.27, ModSSL 2.8.14, OpenSSL 0.9.6, curl 7.9.8 (I've

[PHP] SSL certificates question

2003-07-04 Thread Bergsteinn Einarsson
Hi all... I've written a secure socket based server in Java which has a keyStore and a trustStore generated with the keytool command in Linux. Now, I have a Java client which can connect to the server only by having signed certificates (which I also made with keytool). That all works fine

[PHP] Re: [php] Re: [PHP] SSL

2003-03-22 Thread Rodney Green
> You can use Curl to send post requests, take a look at > http://www.php.net/curl > > If you have compiled PHP --with-openssl you can also access https > locations with functions such as file_get_contents. > > If Curl is not an option and you have PHP compiled with streams and > --with-openssl yo

Re: [PHP] SSL

2003-03-22 Thread Jason Sheets
Hello Rodney, You can use Curl to send post requests, take a look at http://www.php.net/curl If you have compiled PHP --with-openssl you can also access https locations with functions such as file_get_contents. If Curl is not an option and you have PHP compiled with streams and --with-openssl

[PHP] SSL

2003-03-22 Thread Rodney Green
Greetings! Is there a PHP function that will allow a script to connect to a web server using SSL? I would need to post data from a script to a remote server securely. The remote server has SSL enabled. Thanks, Rod CinchHost.com - Web Hosting Made Ea

[PHP] SSL...

2003-01-22 Thread Steven Kallstrom
Hey, I'm a newbie looking to secure my site with SSL using PHP. Currently I am taking orders via e-mail online. The users fill out a form and that form is sent to me via e-mail. The email resides on the same server though. Would I need to implement SSL for this. Also, I could use some

[PHP] ssl:// with fsockopen () on Windows XP

2003-01-20 Thread Alexander Stirmlinger
Hello, when I try to open a SSL-connection via ssl:// with fsockopen () on Windows XP and PHP 4.3.0, I get the following error message: "no SSL support in this build..." I tried to add "extension=php_openssl.dll" in my php.ini and copied libeay32.dll into the SYSTEM32-directory, but that doesn't

Re: [PHP] SSL, PHP, & MySQL

2002-12-13 Thread Joshua Minnie
I will try on the PHP-DB newsgroup as well, but I wanted to let you know about a link I found which shows the integration of SSL with MySQL and PHP. Here is the link: http://www.devshed.com/Server_Side/PHP/SoothinglySeamless/page1.html. Thanks for the help. -Josh "Brad Bonkoski" <[EMAIL PROTECTED

Re: [PHP] SSL, PHP, & MySQL

2002-12-13 Thread Brad Bonkoski
I would say it really all depends on your network configuration. I am assuming that your Web server running PHP is running on one machine (SERVER A)and the MYSQL server running on another (SERVER B)outside of a common firewall? Is this accurate? If this is true, then I would presume that PHP on

Re: [PHP] SSL, PHP, & MySQL

2002-12-13 Thread Joshua Minnie
What about utilizing an encrypted text file then. Would there be anything wrong with doing it that way? I really don't have too much of an option as far as the server specs go because I didn't set up the web hosting. -Josh Brad Bonkoski wrote: > I think you may need to read: > http://www.php.n

Re: [PHP] SSL, PHP, & MySQL

2002-12-13 Thread Brad Bonkoski
I think you may need to read: http://www.php.net/manual/en/function.mysql-connect.php It appears that the SSL client flag for connecting to MYSQL is not available until 4.3.0, but you can pick up the 4.3.0RC3 version now, and test it out! I _think_ this is what you are looking for. HTH -Brad Jos

[PHP] SSL, PHP, & MySQL

2002-12-13 Thread Joshua Minnie
Hi all, I was wondering if anyone could direct me to some good tutorials on how to utilize PHP to access a MySQL database behind SSL. I have been searching PHPBuilder.com, PHPClasses.org, and hotscripts.com, and I can't seem to find any good tutorials for a beginner when it comes to SSL. I do

Re: [PHP] SSL inside of PHP

2002-09-12 Thread Chris Shiflett
I've never done this, but I understand that curl is supposed to offer support for SSL. http://www.php.net/manual/en/ref.curl.php The manual looks a bit weak in this regard, but maybe that will give you a decent starting point. If someone else has an example, that would be more useful. Happy

[PHP] SSL inside of PHP

2002-09-12 Thread Lon Lentz
I'm running PHP 4.1.2 and am looking for information on doing an HTTP post action from PHP to another web server using SSL (and capturing the response). I've searched the online docs to no avail. Can somone point me in the right direction? __ Lon Lentz Applications Dev

Re: [PHP] ************ SSL Support *****************

2002-08-19 Thread Rasmus Lerdorf
php.net/curl On Mon, 19 Aug 2002, Ron Stagg wrote: > >From within a PHP script, I need to initiate a secure HTTPS form POST > from my Apache server to a separate third party server. I have yet to > figure out how to accomplish this. Can PHP even handle something like > this? > > I welcome any

[PHP] ************ SSL Support *****************

2002-08-19 Thread Ron Stagg
>From within a PHP script, I need to initiate a secure HTTPS form POST from my Apache server to a separate third party server. I have yet to figure out how to accomplish this. Can PHP even handle something like this? I welcome any advice. Thanks, Ron

[PHP] SSL and sessions: is same session valid across SSL and non-SSL

2002-08-14 Thread Jean-Christian Imbeault
I start a session under an SSL connection (https), do some work, and then register some variables. I then do a header("location: http:/somepage.php"). the page is loated on the same server that was doing the SSL work. My question is are the session variable I registered under the SSL connecti

[PHP] SSL/sessions & password question

2002-08-14 Thread Jean-Christian Imbeault
Sorry for the vagueness of the subject line but I wasn't sure what to put. Here's what I'd like to do: 1- user comes to my web site with normal (non-SSL) connection 2- user enter login name and password 3- data is submitted to a PHP script via SSL connection to same web server 4- PHP script chec

[PHP] [Fwd: Problem of recompile and reinstall apache/php/ssl

2002-07-31 Thread EdwardSPL
--- Begin Message --- Hello, I have just recompile and reinstall these sources code package... But I found I need to add these line into httpd.conf : AddType application/x-httpd-php .php .php3 AddType application/x-httpd-php-source .phps Must I add these line into httpd.conf under apache 1.3

RE: [PHP] SSL Support for PHP....

2002-06-14 Thread Henrik Johansson
To: [EMAIL PROTECTED] Subject: Re: [PHP] SSL Support for PHP Hello, I'm not to sure about the servers. I use Windows XP Pro and I'm coding and stuff offline to learn more about php, lasso and mysql. I've been doing this awile now but I've had problems with various

RE: [PHP] SSL Support for PHP....

2002-06-14 Thread Brian McGarvie
Also... IF Apache... what version? > -Original Message- > From: Brian McGarvie > Sent: 14 June 2002 9:14 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: [PHP] SSL Support for PHP > > > Right... > > Back to the old bombshell of which webser

Re: [PHP] SSL Support for PHP....

2002-06-14 Thread Chris Bunting
Hello, I'm not to sure about the servers. I use Windows XP Pro and I'm coding and stuff offline to learn more about php, lasso and mysql. I've been doing this awile now but I've had problems with various php/mysql scripts. I usually get scripts from hotscripts.com and have prolly about 100 di

[PHP] SSL Support for PHP....

2002-06-14 Thread Brian McGarvie
Right... Back to the old bombshell of which webserver... I have'nt seen any reports which say what is better... Here is my issue: The webserver I am setting up will potentially host 4 or 5 sites... How does IIS fair against Apache with servring multiple sites? each site will be like... http:

[PHP] ssl security question

2002-06-08 Thread Jan Grafström
I have made a file wich start a session and set a session variable if user and pass are verifyed. Than I use the session variable to protect all other userfiles. To run the file I enter: http://myserver.com/start.php3?user=x&pass=yy What is the differans using SSL and enter the same url

Re: [PHP] SSL needed for socket communication?

2002-04-08 Thread Miguel Cruz
On Mon, 8 Apr 2002, Erik Price wrote: > My Apache server is currently not configured to use SSL, and I do not > have a certificate. There is a possibility that I will be creating a > script to send POST data to another company's web service, and that > company requires the connection to be via

[PHP] SSL needed for socket communication?

2002-04-08 Thread Erik Price
My Apache server is currently not configured to use SSL, and I do not have a certificate. There is a possibility that I will be creating a script to send POST data to another company's web service, and that company requires the connection to be via SSL. The logical way for me to do this seem

[PHP] SSL and Apache

2002-03-28 Thread pong-TC
Hello All This is quite off the topic. Does anyone advise me how to install SSL on Apache server? I used to do on IIS by using Verisign. It was quite easy. Because I am not used to with the Apache, I don't where I should start.. Any help, please. Thank you. Pong -- PHP General Mailing Li

RE: [PHP] ssl

2002-02-09 Thread Frank Hertogs
[mailto:[EMAIL PROTECTED]] Verzonden: zaterdag 9 februari 2002 22:03 Aan: Frank Hertogs Onderwerp: Re: [PHP] ssl On Friday 01 Feb 2002 22:25, Frank Hertogs wrote: > Anyone have experience with authentication on ssl connections, I have a > (working) script to authenticate a user but as soon as I p

[PHP] ssl

2002-02-01 Thread Frank Hertogs
Anyone have experience with authentication on ssl connections, I have a (working) script to authenticate a user but as soon as I put it on my ssl it just stops working. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

[PHP] SSL & fsockopen()

2002-01-03 Thread Jeff Rossi
Is there a way to make an SSL connection between to servers with fsockopen()? I'm using PHP 3.0.13 and don't have cURL support. -- Data Driven Design 1506 Tuscaloosa Ave Holly Hill, Florida 32117 Phone : (386) 226-8979 http://www.datadrivendesign.com Websites That WORK For You -- PHP Genera

Re: [PHP] PHP / SSL

2001-12-21 Thread TD - Sales International Holland B.V.
guess the big question is this, if it gets cracked, who are they gonna hold responcible. If they are gonna hold you responcible I'd certainly think twice about this :-) Kind regards & happy holidays -- Forwarded Message -- Subject: Re: [RC5] Re: [PHP] PHP / SSL |

Re: [PHP] PHP / SSL

2001-12-21 Thread Jeff Gilchrist
- Original Message - From: "TD - Sales International Holland B.V." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, December 21, 2001 12:34 PM Subject: [RC5] Re: [PHP] PHP / SSL | for distributed.net

[PHP] Fwd: REJECTED: Re: [PHP] PHP / SSL

2001-12-21 Thread TD - Sales International Holland B.V.
sorry it was rejected the first time so there might be some garbage in it Whow, I'd have to check that :-) any crypto people here? :-) bitwise 56 is > 40. Mathematically it would take a lot less time to brute force 40 bit than it would 56 bit. 40 bit = (2^40) 1.0995116278e+12 (1.099.511.627.800

RE: [PHP] PHP / SSL

2001-12-21 Thread Jerry Verhoef (UGBI)
server. Jerry -Original Message- From: TD - Sales International Holland B.V. [mailto:[EMAIL PROTECTED]] Sent: Friday, December 21, 2001 7:05 PM To: Jon Farmer; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP] PHP / SSL On Thursday 20 December 2001 15:37, Jon Farmer stuffed this into my ma

Re: [PHP] PHP / SSL

2001-12-21 Thread TD - Sales International Holland B.V.
On Thursday 20 December 2001 15:37, Jon Farmer stuffed this into my mailbox: 256 bit encryption should be crackable by not too much more people than Microsoft, the US government, China and perhaps some others with shitloads of money that CAN dissapear (within reasonable time). Else there will b

Re: [PHP] SSL Connection with cURL

2001-12-20 Thread Gerard Onorato
Roman, This is certainly not the exact answer you are looking for however... We had a lot of trouble using the PHP curl commands directly. We are currently doing a large volume of transactions using cURL with great success by shelling to it. I am attaching a very simple example of what we are

[PHP] SSL Connection with cURL

2001-12-20 Thread Roman Eich
Hi NG, i want to establish an SSL connection with cURL. I used two different scripts, 1) $URL="ssl.server.com/path/file.ext"; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL,"https://$URL";); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS , "$data"); curl_setopt($ch, CURLO

Re: [PHP] PHP / SSL

2001-12-20 Thread Jon Farmer
> I urge you strongly to advise against that. Although it might be possible to > downgrade your encryption to 40bit I'd like to make you aware of the fact > that DES which is 56 bit encryption if I'm not mistaken was cracked several > times by brute force in UNDER 22 hours by the distributed.net p

Re: [PHP] PHP / SSL

2001-12-20 Thread Shane Wright
Hang on, correct me if I'm wrong, but isn't 56bit DES significantly different from 40-bit SSL (which uses a 40bit key for the public key crypto and something like a 3000bit key for the symmetric cipher used for the actual data transfer). What I mean is, DES is significantly weaker than the w

Re: [PHP] PHP / SSL

2001-12-20 Thread TD - Sales International Holland B.V.
On Thursday 20 December 2001 14:58, you wrote: I urge you strongly to advise against that. Although it might be possible to downgrade your encryption to 40bit I'd like to make you aware of the fact that DES which is 56 bit encryption if I'm not mistaken was cracked several times by brute force

[PHP] PHP / SSL

2001-12-20 Thread Richard Black
Hi, Bit off topic this, but I thought I'd ask anyway... I've been implementing a financial reporting system, in PHP, which will be running on the internet. Obviously, therefore, security is an issue. The system itself implements a username/password login system, but I want to be able to run it

Re: [PHP] PHP SSL credit card transaction

2001-12-06 Thread Chris Allen
Thursday, December 06, 2001 11:09 AM Subject: [PHP] PHP SSL credit card transaction > Can some give me a brief synopsis or direct me to some > information on how to create an ecommerce site using > php. My main question is in the area of performing a > secure credit card transaction.

[PHP] PHP SSL credit card transaction

2001-12-06 Thread Daniel Guerrier
Can some give me a brief synopsis or direct me to some information on how to create an ecommerce site using php. My main question is in the area of performing a secure credit card transaction. Do I need to use a third party shopping or can I create my own, if I create my own how do I integrate i

Re: [PHP] Apache Php SSL

2001-12-03 Thread Chris Allen
Ya thanks...I needed to make sure what I was reading was *what* I was reading... Thanks Again, ccma > As long as the cert is still valid, it should work just fine. You'll > need to point your httpd.conf to the right (previous) certificates > though. That is explained pretty nicely in the mod_ss

Re: [PHP] Apache Php SSL

2001-12-03 Thread Brian Clark
* Chris Allen <[EMAIL PROTECTED]> [Dec 03. 2001 23:09]: > When rebuilding Apache/Php/Modssl etc can I re-use my existing server key > and server certificate ? Do I need to get a new certificate from > Thawte/Verisign even if its for the same host? As long as the cert is still valid, it should w

[PHP] Apache Php SSL

2001-12-03 Thread Chris Allen
Hey, When rebuilding Apache/Php/Modssl etc can I re-use my existing server key and server certificate ? Do I need to get a new certificate from Thawte/Verisign even if its for the same host? Thanks, CCMA -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTE

RE: [PHP] SSL & php

2001-11-10 Thread Robert Klinkenberg
SSL encrypts the data between the user and your webserver only It does not encrypt data send by you to your mailserver, nor does it influence the way your mailserver sends the mailmessage to the mailserver of the user. (in plain text) So, you need to encrypt the data in the email. It is however

Re: [PHP] SSL & php

2001-11-10 Thread Cece
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello! > How secure is the email in transit from the SSL page to the recipient's > mailbox? A Does SSL offer any security in this regard? B Or does it need to be encrypted? Answer is: B :) you - ssl encrypted line -> server

[PHP] SSL & php

2001-11-10 Thread Colm Rafferty
Dear all, If I use a php script in a SSL webpage I will be using a remote email address to send the incoming data (personal details, name address etc...) to... e.g. [EMAIL PROTECTED] using the standard mail() function. SSL is secure for the interface between the user and the webpage and I unde

[PHP] SSL and PHP = problems?

2001-09-11 Thread Magnus
I have a webpage that uses php4 and a SSL connection for some sensitive information like credit card number and such, it's a registration process. When MacOS users access the page it all goes well and no problems at all. But... when PC/Windows users access the page they get some problems and it s

RE: [PHP] SSL Advice

2001-08-23 Thread SED
bject: [PHP] SSL Advice Hi We are running a very successful PHP site with lots of traffic. We decided to move to a configuration of a few front ends and a back SQL. Till now it was one server and the SSL was for that server. Now we will have 2-4 front ends which are practically the same. The machine

[PHP] SSL Advice

2001-08-23 Thread Boaz Yahav
Hi We are running a very successful PHP site with lots of traffic. We decided to move to a configuration of a few front ends and a back SQL. Till now it was one server and the SSL was for that server. Now we will have 2-4 front ends which are practically the same. The machine name is different an

Re: [PHP] SSL encryption type in PHP?

2001-08-08 Thread Sean C. McCarthy
Hi, Use getenv() since it is a CGI variable. Look at the manual. Sean C. McCarthy SCI, S.L. (www.sci-spain.com) "Dr. Evil" wrote: > > > You can tell it using the variables from the server. Using Apache you > > can access the variables specs at: > > > > http://www.apache-ssl.or

Re: [PHP] SSL encryption type in PHP?

2001-08-08 Thread Dr. Evil
> You can tell it using the variables from the server. Using Apache you > can access the variables specs at: > > http://www.apache-ssl.org/docs.html > > With Apache SSL is SSL_CIPHER returns the variable about SSL/TLS > ciphersuite. Do you know how I would access that variable from PHP? Is tha

Re: [PHP] SSL encryption type in PHP?

2001-08-07 Thread Sean C. McCarthy
Hi, You can tell it using the variables from the server. Using Apache you can access the variables specs at: http://www.apache-ssl.org/docs.html With Apache SSL is SSL_CIPHER returns the variable about SSL/TLS ciphersuite. Sean C. McCarthy SCI, SL (www.sci-spain.com) "Dr. Evi

[PHP] SSL encryption type in PHP?

2001-08-06 Thread Dr. Evil
Is there a function in PHP which can tell me the encryption strength being used by the browser? I want to be able to put a little message on the page saying, "You are using strong encryption" or "Warning: you should upgrade your browser to one which supports 128bit crypto". Thanks -- PHP Gene

[PHP] SSL Authentication and Session Management

2001-07-13 Thread Vinay Kumar
Hello, I want to use SSL for authenting and Session management purpose. I have apache running SSL successfully. Now i want to use PHP for this purpose. How do i do that ??? Please explain in detail. Thanks in advance Vinay -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

  1   2   >