Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...Over the past year I have found your site to be EXCELLENT. Never have I been able to find so many answers to such vast problems and it is an excellent service..."

Geography

Where in the world do Tek-Tips members come from?

Unable to find the wrapper "https"

JamesGMills (Programmer)
21 Apr 09 9:17
Message : file_get_contents() [function.file-get-contents]: Unable to find the wrapper "https" - did you forget to enable it when you configured PHP?


I am trying to use file_get_contents() over an SSL connection and it would seem its causing some problems!!

Can anyone shed any light on this?

Thanks in advance,

James

------------------------
www.jamesmills.co.uk

jet042 (MIS)
21 Apr 09 9:57
Usually to use PHP to read or write over an SSL connection, it requires that you re-compile the executable from source and enable OpenSSL support. Obviously, you'll also need the the libraries for OpenSSL as well.
JamesGMills (Programmer)
21 Apr 09 10:45
Hi, thanks for your reply... I am getting the web server people to recompile as we speak and make sure that everything for OpenSSL was ticked properly because this has already been done once :-S

So I am guessing that I should still be able to use fle_get_contents() etc over SSL and there must be a problem somewhere?

James
 

------------------------
www.jamesmills.co.uk

JamesGMills (Programmer)
21 Apr 09 10:53
It looks like OpenSSL didn't compile properly/at all before - the phpinfo suggested it was there, but it wasn't enabled.

All sorted now,

Thanks

------------------------
www.jamesmills.co.uk

ingresman (IS/IT--Management)
24 Apr 09 8:28
Great it works, but the current security reccomendations are to not allow http as a name in the file system commands (for security reasons).
Have a look at curl which is probably safer.
 

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Back To Forum

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close