i really appreciate ur help. I am getting nuts with finding the problem. i added ur line, modified the proxy port and now it works on the terminal at the server . But on the website it prints for
my $GET = $B->get('https://moz.com')->content; print $GET, "<br>"; $GET = $B->get('https://moz.com')->code;
D:/Strawberry_Perl/perl/site/lib D:/Strawberry_Perl/perl/vendor/lib D: +/Strawberry_Perl/perl/libCan't load 'D:/Strawberry_Perl/perl/vendor/l +ib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:D +as angegebene Modul wurde nicht gefunden at D:/Strawberry_Perl/perl/l +ib/DynaLoader.pm line 193. at D:/Strawberry_Perl/perl/vendor/lib/IO/S +ocket/SSL.pm line 19. Compilation failed in require at D:/Strawberry_ +Perl/perl/vendor/lib/IO/Socket/SSL.pm line 19. BEGIN failed--compilat +ion aborted at D:/Strawberry_Perl/perl/vendor/lib/IO/Socket/SSL.pm li +ne 19. Compilation failed in require at D:/Strawberry_Perl/perl/vendo +r/lib/Net/HTTPS.pm line 25. Can't load 'D:/Strawberry_Perl/perl/vendo +r/lib/auto/Crypt/SSLeay/SSLeay.xs.dll' for module Crypt::SSLeay: load +_file:Das angegebene Modul wurde nicht gefunden at D:/Strawberry_Perl +/perl/lib/DynaLoader.pm line 193. at D:/Strawberry_Perl/perl/vendor/l +ib/Net/SSL.pm line 20. Compilation failed in require at D:/Strawberry +_Perl/perl/vendor/lib/Net/SSL.pm line 20. Compilation failed in requi +re at D:/Strawberry_Perl/perl/vendor/lib/Net/HTTPS.pm line 29. Compil +ation failed in require at D:/Strawberry_Perl/perl/vendor/lib/LWP/Pro +tocol/https.pm line 8. Compilation failed in require at D:/Strawberry +_Perl/perl/vendor/lib/LWP/Protocol.pm line 68. 500

I checked if IUSR_WEB_Anonym got access to the perl library in case that would caused the problem, but i gave permissions and it still stuck at that point.

In reply to Re^12: Server Issues and https-Requests by amitsq
in thread Server Issues and https-Requests by amitsq

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.