mmitch/fritz

Solved your SSL Bug

pstadt opened this issue · 0 comments

Hi

found out whats the problem of you unreliable SSL problems is:
ua->ssl_opts only returns the keys of defined options, not the complete option hash. For this reason the transfers of options from ua to soap fails.

For this reason you should copy the ssl_opts like this:

[ map { $_ => $self->fritz->_ua->ssl_opts($_) } $self->fritz->_ua->ssl_opts ]

fritz-Service.patch.txt