I'm running a web scraper against a large number of devices that use HTTPS
for configuration and ran into an issue where some of the older devices
select a cipher suite that causes the SSL client to dump out a 'dh key too
short' error.
I can get resolve it by changing the list of available ciphers by running
perl in debug mode and adding $options{tls_ciphers} = 'DEFAULT:!DH' inside
of UserAgent->_connect.
I can't seem to find any way to get that value added to the IOLoop::TLS
(other than manually breaking in and adding it)
I'm admittedly a Mojo novice. Am I missing something obvious here or am I
resigned to have to forego the ease of UserAgent and roll my own IOLoop
client?
--
You received this message because you are subscribed to the Google Groups
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.