my $ua = LWP::UserAgent->new( ssl_opts => { SSL_verify_mode => SSL_VERIFY_NONE(), # ausschalten verify_hostname => 0, # und auch aus lassen! } );