<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Web AS ABAP, Logon via HTTPS Help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-as-abap-logon-via-https-help/m-p/1883623#M370856</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Serge, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what I did refer to was the following question from you:&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;Everything seems to work except that in Firefox displays a warning message saying that the login page is encrypted but the data is transmitted "in clear". Does it mean that I actually did not encrypt the user/pass this way ? What is the way to achieve this goal ?&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;Setting the option 'Logon via HTTPS' should transmit the logon data encrypted, if HTTPS is configured correctly. As per the error message, I would say, this is the case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Feb 2007 08:54:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-06T08:54:32Z</dc:date>
    <item>
      <title>Web AS ABAP, Logon via HTTPS Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-as-abap-logon-via-https-help/m-p/1883617#M370850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to secure the user authentification of a BSP/BW application and only the user authentification.&lt;/P&gt;&lt;P&gt;I have setup SSL on a Web AS ABAP server (Netweaver 04s) as described in several articles/sap notes/ weblogs ...&lt;/P&gt;&lt;P&gt;I have used System Logon and enable Logon via HTTPS.&lt;/P&gt;&lt;P&gt;Everything seems to work except that in Firefox displays a warning message saying that the login page is encrypted but the data is transmitted "in clear". Does it mean that I actually did not encrypt the user/pass this way ? What is the way to achieve this goal ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2007 16:35:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-as-abap-logon-via-https-help/m-p/1883617#M370850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-05T16:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Web AS ABAP, Logon via HTTPS Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-as-abap-logon-via-https-help/m-p/1883618#M370851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would interpret this alert in the same way as you.&lt;/P&gt;&lt;P&gt;To clarify the issue I'd suggest to take a look into the (HTLM) source code of the logon page. Lookup for the "POST" statement - it should use "https" and not "http".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2007 17:21:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-as-abap-logon-via-https-help/m-p/1883618#M370851</guid>
      <dc:creator>Wolfgang_Janzen</dc:creator>
      <dc:date>2007-02-05T17:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Web AS ABAP, Logon via HTTPS Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-as-abap-logon-via-https-help/m-p/1883619#M370852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you going through a proxy or web dispatcher first?  You will have to do SSL for them too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2007 18:45:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-as-abap-logon-via-https-help/m-p/1883619#M370852</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-05T18:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Web AS ABAP, Logon via HTTPS Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-as-abap-logon-via-https-help/m-p/1883620#M370853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No proxy, no web dispatcher for the moment although the latter will become a part of the problem to be solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Login page source code is generated by System Logon option (SICF - Create / Change Service/ Error Pages/System Logon) and I cannot change it manually.&lt;/P&gt;&lt;P&gt;I have used System Logon because it seems to be recommended by SAP from Netweaver 04 SP1 (SAP Security Guide) as more flexible than the basic authentification mechanism.&lt;/P&gt;&lt;P&gt;The problem I have is pretty basic and several web sites use HTTPS for authentification only (Yahoo Mail for example).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The question is : what is the right way to do it for a SAP BSP Application ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2007 22:49:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-as-abap-logon-via-https-help/m-p/1883620#M370853</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-05T22:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Web AS ABAP, Logon via HTTPS Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-as-abap-logon-via-https-help/m-p/1883621#M370854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Serge, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this can have a couple of reasons. Could you please post the exact text of the message ? If there are pictures in the page, they may be included using HTTP. On the other hand, as Wolfgang mentioned, the post operation may use HTTP instead of HTTPS, which can be checked by looking at the HTML source. If it reads:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form action="https://...." ...&amp;gt; &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; everything is ok. If it reads&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form action="something URI" ...&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; it is depedning on the initial URL (you said, this was https) or a &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;base href="..."&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; statement. As I haven't seen any base statments in BSP so far, I would guess this would be ok as well (BTW: this is the way it is handled in the system I just looked at). &lt;/P&gt;&lt;P&gt;However it it reads&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form action="http://..." ...&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; the logon data would be transmitted in plaintext.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 07:39:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-as-abap-logon-via-https-help/m-p/1883621#M370854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T07:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Web AS ABAP, Logon via HTTPS Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-as-abap-logon-via-https-help/m-p/1883622#M370855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Patrick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The application is an example BSP application I use for testing purposes.&lt;/P&gt;&lt;P&gt;it is IT00 under /default_host/sap/bc/bsp/sap/it00 (SICF). My server is a Netweaver 04s ABAP Web AS.&lt;/P&gt;&lt;P&gt;The test is very easy to do if you have first configured SSL on your server as described here : /people/gregor.wolf3/blog/2005/10/11/setup-https-ssl-for-the-sneak-preview-sap-netweaver-04-abap-edition-on-windows)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Go to "Error Pages" Tab&lt;/P&gt;&lt;P&gt;2) Edit. Select System Logon. Press Configuration.&lt;/P&gt;&lt;P&gt;3) Define Service specific Settings&lt;/P&gt;&lt;P&gt;4) Select the options needed. In my case I have selected "Logon via HTTPS".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System Logon replaces Basic Authentification and has many options. You can even customize the look of the resulting page (see /people/sergio.ferrari2/blog/2007/04/06/bsphowto--customizing-the-design-of-system-logon-page-in-netweaver-04)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought it would allow to authenticate a user using HTTPS but I may have missed something here. So my question is still : Is there a SIMPLE way to use HTTPS only for user authentification in a BSP application without coding your own login page ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 08:31:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-as-abap-logon-via-https-help/m-p/1883622#M370855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T08:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Web AS ABAP, Logon via HTTPS Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-as-abap-logon-via-https-help/m-p/1883623#M370856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Serge, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what I did refer to was the following question from you:&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;Everything seems to work except that in Firefox displays a warning message saying that the login page is encrypted but the data is transmitted "in clear". Does it mean that I actually did not encrypt the user/pass this way ? What is the way to achieve this goal ?&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;Setting the option 'Logon via HTTPS' should transmit the logon data encrypted, if HTTPS is configured correctly. As per the error message, I would say, this is the case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 08:54:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-as-abap-logon-via-https-help/m-p/1883623#M370856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T08:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Web AS ABAP, Logon via HTTPS Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-as-abap-logon-via-https-help/m-p/1883624#M370857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry. Here is the error message issued by Firefox is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; "Although the (logon) page is encrypted, the information you have entered is to be sent over an unencrypted connection and could easily be read by a third party. Are you sure you want to continue sending this information?"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I still have doubts. What do you think ?&lt;/P&gt;&lt;P&gt;Above all, I don't know this settings are available in Netweaver 04. My test servers are 04s only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If HTTPS was not configured correctly, I think I won't even have the chance to see the login page displayed on my browser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Serge&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 09:18:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-as-abap-logon-via-https-help/m-p/1883624#M370857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T09:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Web AS ABAP, Logon via HTTPS Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-as-abap-logon-via-https-help/m-p/1883625#M370858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Serge, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please tell me the following:&lt;/P&gt;&lt;P&gt;- what is the URL in addres bar of firefox&lt;/P&gt;&lt;P&gt;- rightclick into the page and select 'View Page Source'&lt;/P&gt;&lt;P&gt;  search for '&amp;lt;form' and tell me what is behind 'action='&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;please award points to the person(s) that helped solving your question and tell us what the solution was.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 09:33:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-as-abap-logon-via-https-help/m-p/1883625#M370858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T09:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Web AS ABAP, Logon via HTTPS Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-as-abap-logon-via-https-help/m-p/1883626#M370859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patrick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Address : &lt;A href="https://pcyydsdv.pcy.edfgdf.fr/sap/bc/bsp/sap/it00/default.htm?sap-sessioncmd=open" target="test_blank"&gt;https://pcyydsdv.pcy.edfgdf.fr/sap/bc/bsp/sap/it00/default.htm?sap-sessioncmd=open&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;FORM action="https://community.sap.com/sap/bc/bsp/sap/it00/default.htm?sap-sessioncmd=open" method="post" name="loginForm"&gt;&lt;P&gt;&lt;BR /&gt;&lt;INPUT name="sap-system-login-oninputprocessing" type="hidden" value="onProceed" /&gt;&lt;BR /&gt;&lt;INPUT name="sap-urlscheme" type="hidden" value="http" /&gt;&lt;BR /&gt;&lt;INPUT name="sap-system-login" type="hidden" value="onLogin" /&gt;&lt;BR /&gt;&lt;INPUT name="sap-system-login-basic_auth" type="hidden" value="" /&gt;&lt;BR /&gt;&lt;INPUT name="sap-client" type="hidden" value="100" /&gt;&lt;BR /&gt;&lt;INPUT name="sap-accessibility" type="hidden" value="" /&gt;&lt;BR /&gt;&lt;INPUT name="sap-system-login-cookie_disabled" type="hidden" value="" /&gt;&lt;/P&gt;&lt;TABLE class="urGrpWhlWeb1" style="width:100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="50"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="center" width="100%"&gt;&lt;TABLE bgcolor="white" cellpadding="0" cellspacing="0" style="width:500px; text-align:center; border: solid black 1px; margin:0; padding:0;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="background-image: url(/sap/bc/public/systemlogin/2208BF4297E1DC62E10000000A1550C0); height: 108px" title="Connexion au serveur d'application ABAP"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" class="urFontStd" ct="GridLayout" width="100%"&gt;&lt;TBODY&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD colspan="2"&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" class="urMatrixLayout" ct="MatrixLayout" style="width:100%;"&gt;&lt;TBODY class="urLinStd"&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="urLayoutDefault urLayoutGutterNar"&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" class="urFontStd" ct="GridLayout" id="g1"&gt;&lt;TBODY&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="height:5px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width:125;padding-right:10px;"&gt;&lt;LABEL class="urLblStd1 urVt" for="sap-user" id="l3" style="white-space:nowrap;" tabindex="0"&gt;&lt;P&gt;Utilisateur&amp;nbsp;*&lt;/P&gt;&lt;/LABEL&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN class="urEdf2Whl" id="sap-user-r"&gt;&lt;INPUT autocomplete="off" class="urEdf2TxtEnbl" ct="InputField" id="sap-user" maxlength="12" name="sap-user" onblur="sapUrMapi_InputField_Blur('sap-user',event)" onfocus="sapUrMapi_InputField_focus('sap-user',event)" onkeydown="checkKey2Login(event)" size="12" st="m" tp="STRING" type="Text" value="" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="height:5px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width:125;padding-right:10px;"&gt;&lt;LABEL class="urLblStd1 urVt" for="sap-password" id="l4" style="white-space:nowrap;" tabindex="0"&gt;&lt;P&gt;Mot de passe&amp;nbsp;*&lt;/P&gt;&lt;/LABEL&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN class="urEdf2Whl" id="sap-password-r"&gt;&lt;INPUT autocomplete="off" class="urEdf2TxtEnbl" ct="InputField" id="sap-password" maxlength="40" name="sap-password" onblur="sapUrMapi_InputField_Blur('sap-password',event)" onfocus="sapUrMapi_InputField_focus('sap-password',event)" onkeydown="checkKey2Login(event)" size="12" st="m" tp="PW" type="Password" value="" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="height:5px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width:125;padding-right:10px;"&gt;&lt;LABEL class="urLblStd1 urVt" for="sap-language" id="l5" style="white-space:nowrap;" tabindex="0"&gt;&lt;P&gt;Langue&lt;/P&gt;&lt;/LABEL&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SELECT class="urDdlWhl" ct="DropDownListBox" id="sap-language" name="sap-language" onkeydown="checkKey2Login(event)"&gt;&lt;OPTION value=""&gt;&lt;/OPTION&gt;&lt;OPTION value="DE"&gt;&lt;P&gt;Allemand&lt;/P&gt;&lt;/OPTION&gt;&lt;OPTION value="EN"&gt;&lt;P&gt;Anglais&lt;/P&gt;&lt;/OPTION&gt;&lt;OPTION selected="selected" value="FR"&gt;&lt;P&gt;Français&lt;/P&gt;&lt;/OPTION&gt;&lt;/SELECT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="height:5px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;[Connecter | javascript:void(0);]&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="urLayoutDefault" style="height:15px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="urLayoutDefault urLayoutGutterNar" colspan="2"&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" class="urFontStd" ct="GridLayout" id="g4"&gt;&lt;TBODY&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="padding-right:10px;"&gt;&lt;P&gt;[Modifier mot de passe | javascript:void(0);]&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="urLayoutDefault"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding-top:10px;padding-bottom:10px;padding-left:15px;" valign="bottom"&gt;&lt;P&gt;Copyright 2002-2005 SAP AG. Tous droits réservés.&lt;/P&gt;&lt;/TD&gt;&lt;TD align="right" style="padding-top:10px;padding-bottom:10px;padding-right:15px;" valign="bottom"&gt;&lt;P&gt;!/sap/bc/public/systemlogin/40420609DE724052E10000000A1552AC|title=SAP AG - Ecran|style=height:18 ;width:36 ;|alt=SAP AG|tabindex=0|class=urImg|src=/sap/bc/public/systemlogin/40420609DE724052E10000000A1552AC|border=0|ct=Image|ti=0!&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;/FORM&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry it's quite long.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Serge&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 09:41:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-as-abap-logon-via-https-help/m-p/1883626#M370859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T09:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Web AS ABAP, Logon via HTTPS Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-as-abap-logon-via-https-help/m-p/1883627#M370860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;according to this info, the post should be made over SSL, because:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the Webpage is called using https:&lt;/P&gt;&lt;P&gt;     &lt;A href="https://pcyydsdv.pcy.edfgdf.fr/" target="test_blank"&gt;https://pcyydsdv.pcy.edfgdf.fr/&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;the form used is at /sap/bc/bsp/sap/it00/...&lt;/P&gt;&lt;P&gt;the Browser should combine this to &lt;/P&gt;&lt;P&gt;     &lt;A href="https://pcyydsdv.pcy.edfgdf.fr/sap/bc/bsp/sap/it00/" target="test_blank"&gt;https://pcyydsdv.pcy.edfgdf.fr/sap/bc/bsp/sap/it00/&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;this is at least, what the standards say.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are still in doubt, you may use &amp;lt;a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/12/adc54044ed7b2de10000000a155106/frameset.htm"&amp;gt;ICF Recorder&amp;lt;/a&amp;gt; to look at the incoming requests or you can use the &amp;lt;a href="https://addons.mozilla.org/firefox/966/"&amp;gt;Tamper Data&amp;lt;/a&amp;gt; tool for firefox. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the moment i have no clue why firefox makes that statement. To my understanding, it should not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;please award points to the person(s) that helped solving your question and tell us what the solution was.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 09:53:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-as-abap-logon-via-https-help/m-p/1883627#M370860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T09:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: Web AS ABAP, Logon via HTTPS Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-as-abap-logon-via-https-help/m-p/1883628#M370861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Serge, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just double checked here on a NW2004s system. The post runs over https.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 15:25:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-as-abap-logon-via-https-help/m-p/1883628#M370861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T15:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Web AS ABAP, Logon via HTTPS Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-as-abap-logon-via-https-help/m-p/1883629#M370862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again Patrick for your assistance.&lt;/P&gt;&lt;P&gt;I still don't know how to get rid of this warning which I don't have when using Internet Explorer.&lt;/P&gt;&lt;P&gt;Did you get the same warning with Firefox when using System Logon and the "Logon via HTTPS" option ? What application did you use for testing ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 23:01:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-as-abap-logon-via-https-help/m-p/1883629#M370862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T23:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Web AS ABAP, Logon via HTTPS Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-as-abap-logon-via-https-help/m-p/1883630#M370863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Serge, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did use the it00 example app and Mozilla 2.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There was no pop up in my case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;please award points to the person(s) that helped solving your question and tell us what the solution was.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2007 07:30:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-as-abap-logon-via-https-help/m-p/1883630#M370863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-08T07:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Web AS ABAP, Logon via HTTPS Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-as-abap-logon-via-https-help/m-p/1883631#M370864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Patrick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to close this thread but on my side the problem is not solved yet. I don't know what I did wrong.&lt;/P&gt;&lt;P&gt;Again here is a list of the things I've done to allow user authentification through HTTPS on Web AS ABAP :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Configure SSL on the server :&lt;/P&gt;&lt;P&gt;a) Install SAP Cryptolib&lt;/P&gt;&lt;P&gt;b) Create SSL Server PSE (STRUST)&lt;/P&gt;&lt;P&gt;c)  Send a certificate request to SAP (http://service.sap.com/ssltest)&lt;/P&gt;&lt;P&gt;d) Import the certificate response&lt;/P&gt;&lt;P&gt;e) Add the certificate to the certificate list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Configure ICM for HTTPS support (RZ10)&lt;/P&gt;&lt;P&gt;ssl/ssl_lib=/usr/sap/&amp;lt;sid&amp;gt;SYS/exe/run/libsapcrypto.o&lt;/P&gt;&lt;P&gt;sec/libsapsecu=/usr/sap/&amp;lt;sid&amp;gt;SYS/exe/run/libsapcrypto.o&lt;/P&gt;&lt;P&gt;ssf/ssfapi_lib=/usr/sap/&amp;lt;sid&amp;gt;SYS/exe/run/libsapcrypto.o&lt;/P&gt;&lt;P&gt;ssf/name = SAPSECULIB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;icm/server_port_&amp;lt;xx&amp;gt; = PROT=HTTPS, PORT=1443&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Verify the activation of HTTPS&lt;/P&gt;&lt;P&gt;SMICM -&amp;gt; Goto -&amp;gt; Services&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) Configure the IT00 application (SICF)&lt;/P&gt;&lt;P&gt;a) Logon Data&lt;/P&gt;&lt;P&gt;Procedure = Standard&lt;/P&gt;&lt;P&gt;Use All Logon procedures not checked&lt;/P&gt;&lt;P&gt;Security requirements = standard&lt;/P&gt;&lt;P&gt;Authentification = standard SAP user&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) Error Pages&lt;/P&gt;&lt;P&gt;System Logon -&amp;gt; Configuration&lt;/P&gt;&lt;P&gt;Define Service-specific settings&lt;/P&gt;&lt;P&gt;Actions during Logon : Logon via HTTPS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Serge&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2007 08:50:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-as-abap-logon-via-https-help/m-p/1883631#M370864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-08T08:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Web AS ABAP, Logon via HTTPS Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-as-abap-logon-via-https-help/m-p/1883632#M370865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Serge, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that's the same I did, except that I did use port 443 instead of 1443. What Mozila did you use ? I'm still on 1.5.0.9.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;please award points to the person(s) that helped solving your question and tell us what the solution was.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2007 09:01:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-as-abap-logon-via-https-help/m-p/1883632#M370865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-08T09:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Web AS ABAP, Logon via HTTPS Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-as-abap-logon-via-https-help/m-p/1883633#M370866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've uninstalled Firefox 2.0 and installed 1.5.0.9. I still have the same issue &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I even use port 443 instead of 1443. It makes me crazy &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a copy of my ICM parameters (SMICM -&amp;gt; Goto -&amp;gt; Parameters -&amp;gt; Display)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ICM Parameter                                                                                &lt;/P&gt;&lt;P&gt;Services                                                                      &lt;/P&gt;&lt;P&gt;icm/server_port_0     = PROT=HTTP,PORT=80,EXTBIND=1                           &lt;/P&gt;&lt;P&gt;icm/server_port_1     = PROT=SMTP,PORT=0                                      &lt;/P&gt;&lt;P&gt;icm/server_port_2     = PROT=HTTPS,PORT=443,EXTBIND=1                                                                                &lt;/P&gt;&lt;P&gt;Hard limits                                                                   &lt;/P&gt;&lt;P&gt;icm/max_services               = 30                                           &lt;/P&gt;&lt;P&gt;icm/listen_queue_len           = 512                                          &lt;/P&gt;&lt;P&gt;icm/req_queue_len              = 500                                          &lt;/P&gt;&lt;P&gt;icm/max_conn                   = 500                                          &lt;/P&gt;&lt;P&gt;icm/max_sockets                = 2048                                                                                &lt;/P&gt;&lt;P&gt;Thread handling                                                               &lt;/P&gt;&lt;P&gt;icm/min_threads                = 10                                           &lt;/P&gt;&lt;P&gt;icm/max_threads               = 50                                           &lt;/P&gt;&lt;P&gt;icm/min_spare_threads      = 3                                                                                &lt;/P&gt;&lt;P&gt;Tracing and statistic                                                         &lt;/P&gt;&lt;P&gt;rdisp/TRACE                    = 1                                            &lt;/P&gt;&lt;P&gt;icm/tracefile                  = dev_icm                                      &lt;/P&gt;&lt;P&gt;icm/log_level                  = 0                                            &lt;/P&gt;&lt;P&gt;icm/stat_level                 = 1                                            &lt;/P&gt;&lt;P&gt;icm/security_log               = LOGFILE=dev_icm_sec,MAXSIZEKB=500            &lt;/P&gt;&lt;P&gt;icm/accept_remote_trace_level  = 0                                                                                &lt;/P&gt;&lt;P&gt;Monitoring                                                                    &lt;/P&gt;&lt;P&gt;icm/ccms_monitoring            = 1                                            &lt;/P&gt;&lt;P&gt;icm/ccms_refresh_rate (sec.)   = 30                                                                                &lt;/P&gt;&lt;P&gt;Timeout handling                                                              &lt;/P&gt;&lt;P&gt;icm/keep_alive_timeout (sec.)  = 60                                           &lt;/P&gt;&lt;P&gt;icm/conn_timeout (msec.)       = 5000                                                                                &lt;/P&gt;&lt;P&gt;HTTP settings                                                                 &lt;/P&gt;&lt;P&gt;icm/HTTP/max_request_size_KB   = 102400                                       &lt;/P&gt;&lt;P&gt;icm/HTTP/j2ee_0                = PREFIX=/,HOST=localhost,CONN=0-10,PORT=50000,&lt;/P&gt;&lt;P&gt;   SPORT=50003                                                                &lt;/P&gt;&lt;P&gt;icm/HTTP/server_cache_0        = PREFIX=/, CACHEDIR=/usr/sap/ZT3/DVEBMGS00/dat&lt;/P&gt;&lt;P&gt;   a/cache                                                                    &lt;/P&gt;&lt;P&gt;icm/HTTP/admin_0               = PREFIX=/sap/admin,DOCROOT=/usr/sap/ZT3/DVEBMG&lt;/P&gt;&lt;P&gt;   S00/data/icmanroot/admin,AUTHFILE=/usr/sap/ZT3/SYS                         &lt;/P&gt;&lt;P&gt;icm/HTTP/auth_0                = PREFIX=/,FILTER=SAP                                                                                &lt;/P&gt;&lt;P&gt;HTTP(S) error handling                                                        &lt;/P&gt;&lt;P&gt;is/HTTP/show_detailed_errors   = 1                                                                                &lt;/P&gt;&lt;P&gt;HTTPS (SSL) settings                                                          &lt;/P&gt;&lt;P&gt;icm/HTTPS/verify_client        = 1                                            &lt;/P&gt;&lt;P&gt;ssf/name                       = SAPSECULIB                                   &lt;/P&gt;&lt;P&gt;ssf/ssfapi_lib                 = /usr/sap/ZT3/SYS/exe/run/libsapcrypto.o      &lt;/P&gt;&lt;P&gt;sec/libsapsecu              = /usr/sap/ZT3/SYS/exe/run/libsapcrypto.o      &lt;/P&gt;&lt;P&gt;ssl/ssl_lib                     = /usr/sap/ZT3/SYS/exe/run/libsapcrypto.o                                                                                &lt;/P&gt;&lt;P&gt;Context Quotas                                                                &lt;/P&gt;&lt;P&gt;icm/HTTP/context_quota         = 90%                                          &lt;/P&gt;&lt;P&gt;icm/HTTPS/context_quota        = 90%                                          &lt;/P&gt;&lt;P&gt;icm/SMTP/context_quota         = 90%                                                                                &lt;/P&gt;&lt;P&gt;Memory Pipe settings                                                          &lt;/P&gt;&lt;P&gt;mpi/total_size_MB              = 80                                           &lt;/P&gt;&lt;P&gt;mpi/buffer_size                = 65536                                                                                &lt;/P&gt;&lt;P&gt;J2EE settings                                                                 &lt;/P&gt;&lt;P&gt;rdisp/j2ee_start               = 0                                            &lt;/P&gt;&lt;P&gt;is/HTTP/default_root_hdl       = J2EE                                                                                &lt;/P&gt;&lt;P&gt;Content Filter settings                                                       &lt;/P&gt;&lt;P&gt;csi/enable                     = TRUE                                         &lt;/P&gt;&lt;P&gt;csi/SAP/csa_lib                = /usr/sap/ZT3/SYS/exe/run/libsapcsa.o                                                                                &lt;/P&gt;&lt;P&gt;Misc                                                                          &lt;/P&gt;&lt;P&gt;icm/host_name_full             = pcyydsdv.pcy.edfgdf.fr                       &lt;/P&gt;&lt;P&gt;icm/cancel_strategy            = cancel requests without session (stateless)  &lt;/P&gt;&lt;P&gt;rdisp/plugin_auto_logout       = 1800                                         &lt;/P&gt;&lt;P&gt;is/HTTP/virt_host_0            = &lt;STRONG&gt;:&lt;/STRONG&gt;;                                         &lt;/P&gt;&lt;P&gt;is/SMTP/virt_host_0            = &lt;STRONG&gt;:&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I might give up but it will be a pity cause I'm close.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2007 10:10:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-as-abap-logon-via-https-help/m-p/1883633#M370866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-08T10:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Web AS ABAP, Logon via HTTPS Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-as-abap-logon-via-https-help/m-p/1883634#M370867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not have the SMTP port open, but this is the only real difference (and I have some doubts, that this could be the reason). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you do a http trace or did you use tamper data to check what is happening ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2007 10:33:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-as-abap-logon-via-https-help/m-p/1883634#M370867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-08T10:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Web AS ABAP, Logon via HTTPS Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-as-abap-logon-via-https-help/m-p/1883635#M370868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Patrick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a Tamper log of the request to IT00 :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;12:55:37.826[291ms][total 301ms] Status: 200[OK]&lt;/P&gt;&lt;P&gt;POST &lt;A href="https://pcyydsdv.pcy.edfgdf.fr/sap/bc/bsp/sap/it00/default.htm?sap-sessioncmd=open" target="test_blank"&gt;https://pcyydsdv.pcy.edfgdf.fr/sap/bc/bsp/sap/it00/default.htm?sap-sessioncmd=open&lt;/A&gt; Load Flags[INHIBIT_PERSISTENT_CACHING  LOAD_DOCUMENT_URI  LOAD_INITIAL_DOCUMENT_URI  ] Content Size[765] Mime Type[text/html]&lt;/P&gt;&lt;P&gt;   Request Headers:&lt;/P&gt;&lt;P&gt;      Host[pcyydsdv.pcy.edfgdf.fr]&lt;/P&gt;&lt;P&gt;      User-Agent[Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.9) Gecko/20061206 Firefox/1.5.0.9]&lt;/P&gt;&lt;P&gt;      Accept[text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,&lt;STRONG&gt;/&lt;/STRONG&gt;;q=0.5]&lt;/P&gt;&lt;P&gt;      Accept-Language[en-us,en;q=0.5]&lt;/P&gt;&lt;P&gt;      Accept-Encoding[gzip,deflate]&lt;/P&gt;&lt;P&gt;      Accept-Charset[ISO-8859-1,utf-8;q=0.7,*;q=0.7]&lt;/P&gt;&lt;P&gt;      Keep-Alive[300]&lt;/P&gt;&lt;P&gt;      Connection[keep-alive]&lt;/P&gt;&lt;P&gt;      Referer[https://pcyydsdv.pcy.edfgdf.fr/sap/bc/bsp/sap/it00/default.htm?sap-sessioncmd=open]&lt;/P&gt;&lt;P&gt;      Cookie[sap-usercontext=sap-language=FR&amp;amp;sap-client=100]&lt;/P&gt;&lt;P&gt;   Post Data:&lt;/P&gt;&lt;P&gt;      sap-system-login-oninputprocessing[onLogin]&lt;/P&gt;&lt;P&gt;      &amp;lt;b&amp;gt;sap-urlscheme[http]&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;      sap-system-login[onLogin]&lt;/P&gt;&lt;P&gt;      sap-system-login-basic_auth[]&lt;/P&gt;&lt;P&gt;      sap-client[100]&lt;/P&gt;&lt;P&gt;      sap-accessibility[]&lt;/P&gt;&lt;P&gt;      sap-system-login-cookie_disabled[]&lt;/P&gt;&lt;P&gt;      sap-user[smadja]&lt;/P&gt;&lt;P&gt;      sap-password[...]&lt;/P&gt;&lt;P&gt;      sap-language[FR]&lt;/P&gt;&lt;P&gt;   Response Headers:&lt;/P&gt;&lt;P&gt;      Set-Cookie[MYSAPSSO2=AjExMDABAAxTTUFESkEgICAgICACAAMxMDADAAhaVDMgICAgIAQADDIwMDcwMjA4MTIwMgUABAAAAAgGAAFYCQABRgoADFNNQURKQSAgICAgIAsAA1pUMwwACFpUMyAgICAgDQAMMjAwNzAyMDgxMjAyDgAA%2fwKBMIICfQYJKoZIhvcNAQcCoIICbjCCAmoCAQExCzAJBgUrDgMCGgUAMAsGCSqGSIb3DQEHAaCCAYYwggGCMIIBQgIBADAJBgcqhkjOOAQDMA4xDDAKBgNVBAMTA1pUMzAeFw05NzEwMDEwMDAwMDBaFw0zODAxMDEwMDAwMDBaMA4xDDAKBgNVBAMTA1pUMzCB8TCBqAYHKoZIzjgEATCBnAJBAP%2f5NHN2y2abI%21kKFJStt%21ZEUcTVOz91DY6%21eP3H0syn75MU7%2fqAbsBCTKZl7Egcf9xoS0sZ0nO37pSoeTVNzwUCFQCK8B09W%21NPS6CUPRz0v0MMAG81qwJAa1Fw%21e9ZrQ2zGkzF%2flsfRO8IcNG4kLa23nP%2fxjsJOzLHRXc93ZMIp6gcmAQ0AbNSRtgA%21feqlnlr1Rf7%21ktvXANEAAJBAJ3dxO1lgagSp12ZLJvYfszkIwNsm8anwfwNZeLHgDguNzYJG797eqHRZ3BFMKnuTtb%21OI0SCLSPz%21KZaEhM0AkwCQYHKoZIzjgEAwMvADAsAhQfFOuI0mDltQeTVlaaYqYexUEEcAIUOVkFxWKzDOH1NhMn4aAAaYZxhhUxgcAwgb0CAQEwEzAOMQwwCgYDVQQDEwNaVDMCAQAwCQYFKw4DAhoFAKBdMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA3MDIwODEyMDIwMFowIwYJKoZIhvcNAQkEMRYEFNlsFxxVr5jBe2ONBmgbX5bNiDuYMAkGByqGSM44BAMELjAsAhQX56F7K04d8XHb6yAvAtOSdenzNwIUXJY1UzvsP4hvfE3vmPzqqEqGSr0%3d; path=/; domain=.pcy.edfgdf.fr]&lt;/P&gt;&lt;P&gt;      Content-Type[text/html; charset=iso-8859-1]&lt;/P&gt;&lt;P&gt;      Content-Length[765]&lt;/P&gt;&lt;P&gt;      Pragma[no-cache]&lt;/P&gt;&lt;P&gt;      Cache-Control[no-cache]&lt;/P&gt;&lt;P&gt;      Server[SAP Web Application Server (1.0;700)]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shouldn't be the sap-urlscheme parameter set to https ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Serge&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2007 12:06:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-as-abap-logon-via-https-help/m-p/1883635#M370868</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-08T12:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Web AS ABAP, Logon via HTTPS Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-as-abap-logon-via-https-help/m-p/1883636#M370869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the post is done via HTTPS (so this data is secure).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sap-urlscheme is HTTP as you requested only the logon to be HTTPS, not the subsequent pages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does firefox already bring his pop up now or only later ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2007 12:19:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-as-abap-logon-via-https-help/m-p/1883636#M370869</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-08T12:19:26Z</dc:date>
    </item>
  </channel>
</rss>

