Jump to content

Oguruma

New Members
  • Posts

    2
  • Joined

  • Last visited

Oguruma's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Well, Well downgrading the entire system because of one script seems kind of asinine if I can avoid it...
  2. I need to get some data from a third-party server with a Curl call. The problem is I get the 'legacy renegotiation failed" error, since the the third-party server doesn't jive with OpenSSL 3.X. I managed to get data by specifying an alternative OPENSSL_CONF and running the script manually, but I don't know how to specify that file within the script, itself. I made a ssl.conf file in the plugin directory with [openssl_init] ssl_conf = ssl_sect [ssl_sect] system_default = system_default_sect [system_default_sect] Options = UnsafeLegacyRenegotiation And then the call OPENSSL_CONF=ssl.conf php rmls-test.php. The code runs and returns data as expected. The question is, how do I specify the OPENSSL_CONF inside my script?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.