Hi dominix,
first of all, thank you for your response! I tried the requests_redirectable, but unfortunately it did not help.

I am able to connect with telnet login1.swipnet.se 443, but I do not know what to write once connected :-) Please enlight me how to perform trouble shooting with telnet.

I attach some more debug information that I am able to retreive when using cgi scripts and redirecting the LWP request and the IE request to the dumping cgi scripts. I used normal HTTP, since I can not get HTTPS working with my webserver (not put any effort on it)
Do you know any other way to retreive debug information, such as headers? I have in some posts seen more extensive information but I am not able to acquire it.
Best regards
/Johan

From LWP client:
BASH=/bin/sh BASH_VERSINFO=([0]="2" [1]="05b" [2]="0" [3]="1" [4]="release" [5]="i3 +86-redhat-linux-gnu") BASH_VERSION='2.05b.0(1)-release' CONTENT_LENGTH=47 CONTENT_TYPE=application/x-www-form-urlencoded DIRSTACK=() DOCUMENT_ROOT=/var/www/html EUID=48 GATEWAY_INTERFACE=CGI/1.1 GROUPS=() HOSTNAME=aca80065.ipt.aol.com HOSTTYPE=i386 HTTP_CONNECTION='TE, close' HTTP_HOST=xxxx.yyyy.org HTTP_TE='deflate,gzip;q=0.3' HTTP_USER_AGENT='Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)' IFS=' ' MACHTYPE=i386-redhat-linux-gnu OPTERR=1 OPTIND=1 OSTYPE=linux-gnu PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin PIPESTATUS=([0]="0") POSIXLY_CORRECT=y PPID=6272 PS4='+ ' PWD=/var/www/cgi-bin QUERY_STRING= REMOTE_ADDR=213.100.xxx.yyy REMOTE_PORT=63500 REQUEST_METHOD=POST REQUEST_URI=/cgi-bin/print2.cgi SCRIPT_FILENAME=/var/www/cgi-bin/print2.cgi SCRIPT_NAME=/cgi-bin/print2.cgi SERVER_ADDR=172.168.0.101 SERVER_ADMIN=root@localhost SERVER_NAME=xxxx.zzzz.org SERVER_PORT=80 SERVER_PROTOCOL=HTTP/1.1 SERVER_SIGNATURE='<address>Apache/2.0.40 Server at xxxx.yyyy.org Port +80</address> ' SERVER_SOFTWARE='Apache/2.0.40 (Red Hat Linux)' SHELL=/sbin/nologin SHELLOPTS=braceexpand:hashall:interactive-comments:posix SHLVL=1 TERM=dumb UID=48 UNIQUE_ID=mwym9qyoAGUAABiAVDMAAAAB _=echo


From IE client:
BASH=/bin/sh BASH_VERSINFO=([0]="2" [1]="05b" [2]="0" [3]="1" [4]="release" [5]="i3 +86-redhat-linux-gnu") BASH_VERSION='2.05b.0(1)-release' CONTENT_LENGTH=47 CONTENT_TYPE=application/x-www-form-urlencoded DIRSTACK=() DOCUMENT_ROOT=/var/www/html EUID=48 GATEWAY_INTERFACE=CGI/1.1 GROUPS=() HOSTNAME=aca80065.ipt.aol.com HOSTTYPE=i386 HTTP_ACCEPT='image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, appl +ication/x-shockwave-flash, */*' HTTP_ACCEPT_ENCODING='gzip, deflate' HTTP_ACCEPT_LANGUAGE=sv HTTP_CACHE_CONTROL=no-cache HTTP_CONNECTION=Keep-Alive HTTP_HOST=xxxx.yyyy.org HTTP_USER_AGENT='Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)' IFS=' ' MACHTYPE=i386-redhat-linux-gnu OPTERR=1 OPTIND=1 OSTYPE=linux-gnu PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin PIPESTATUS=([0]="0") POSIXLY_CORRECT=y PPID=27245 PS4='+ ' PWD=/var/www/cgi-bin QUERY_STRING= REMOTE_ADDR=213.100.xxx.yyy REMOTE_PORT=63502 REQUEST_METHOD=POST REQUEST_URI=/cgi-bin/print2.cgi SCRIPT_FILENAME=/var/www/cgi-bin/print2.cgi SCRIPT_NAME=/cgi-bin/print2.cgi SERVER_ADDR=172.168.0.101 SERVER_ADMIN=root@localhost SERVER_NAME=xxxx.yyyy.org SERVER_PORT=80 SERVER_PROTOCOL=HTTP/1.1 SERVER_SIGNATURE='<address>Apache/2.0.40 Server at xxxx.yyyy.org Port +80</address> ' SERVER_SOFTWARE='Apache/2.0.40 (Red Hat Linux)' SHELL=/sbin/nologin SHELLOPTS=braceexpand:hashall:interactive-comments:posix SHLVL=1 TERM=dumb UID=48 UNIQUE_ID=paMUoqyoAGUAAGpttEYAAAAK _=echo

In reply to Re: Re: LWP HTTPS POST returns 500 EOF by epljsod
in thread LWP HTTPS POST returns 500 EOF by epljsod

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.