sparklemotion / mechanize

Mechanize is a ruby library that makes automated web interaction easy.
https://www.rubydoc.info/gems/mechanize/
MIT License
4.39k stars 473 forks source link

Per instance OpenSSL params set #615

Closed brauliobo closed 1 year ago

brauliobo commented 1 year ago

Hi, I would like to set per Mechanize instance SSL options, specifically the one below:

OpenSSL::SSL::SSLContext::DEFAULT_PARAMS[:options] |= OpenSSL::SSL::OP_LEGACY_SERVER_CONNECT

Is it possible?