1

Does anyone know how could I force php to use curl with openssl instead of NSS on RHEL 6? I've installed curl-openssl-7.30.0-1.1.el6.x86_64.rpm but how can I tell php to use it?

Actually is there a way to tell php to use curl with openssl without recompiling php ?

Andrew Schulman
  • 8,561
  • 21
  • 31
  • 47
Pracovek
  • 11
  • 1
  • 2

1 Answers1

1

AFAIK which libraries to use are compile time options and not something that can be changed at run-time.

HBruijn
  • 72,524
  • 21
  • 127
  • 192