HTTPS and portal

I've done all passages described by Paul Encarnacion for enabling ssl on portal, but at the end, when I try to request:
https://server-linux.urmetdomus.net/pls/portal30/
I read this message:
"The request for content either timed out, or produced an error, after 0 seconds"
Who can help me???
I'm lost...
P.S. If I write:
https://server-linux.urmetdomus.net/pls/portal30_sso/
I can see Portal30_sso page.

I'm using a trial certificate, and now I changed the Certificate Chain File. There is a problem: the CA certificate has expired 1/01/2001 so it is not valid anymore. I don't know if this may be a problem...
Anyway:
After I changed the Certificate Chain File, these are the messages I found in Jserv.log, starting with the startJServ.sh procedure start (having changed the command Apachectl start with Apachectl startssl) ending with the request Https://server-linux.urmetdomus.net/pls/portal30
[01/03/2001 09:56:14:121](EMERGENCY)wrapper:Jerv(2412)did'nt die nicely, killing it
[01/03/2001 09:58:09:778 CET] page/oracle.webdb.page.ParallelServlet:init
[01/03/2001 09:58:09:797 CET] page/Starting a pool of 25 handlers.
[01/03/2001 09:58:10:317 CET] page/Content Fetcher Exception, name=content-fetcher()
Javax.net.ssl.SSLException:SSL handshake failed
at oracle.security.ssl.OracleSSL socketImpl.startHandshake (Native Method)
at oracle.security.ssl.OracleSSL socketImpl.startHandshake (Unknown source)
I don't know what to do...
Thank you for interest.

Similar Messages

  • PORTAL ACCESS  THROUGH HTTP and HTTPS BOTH

    Hi,
    Is it possible to make the portal listen on both http and https ports at the same time? What is the required configuration for the same?
    Please let me know for any other details.
    Any input is highly appreciated.
    regards,
    Chandra

    Hello Chandra,
    you can activate SSL in the J2EE engine and then you have both Protocolls avaliable. The documentaiton can be found at <a href="http://help.sap.com/saphelp_nw04/helpdata/en/f1/2de3be0382df45a398d3f9fb86a36a/frameset.htm">Configuring the Use of SSL on the SAP J2EE Engine</a>.
    Regards
    Gregor

  • HTTPS/SSL and portal-based apps -- alternatives to 'all or nothing' ?

    hi,
    I've been told by oracle support via metalink that it is not possible to have one or two pages in a portal application accessible though HTTPS and all the others through HTTP. They said that Portal as a whole must use only HTTPS or only HTTP.
    This is frankly quite unbelievable, but I double checked two or three times, and they assured me that this is the case. Having just one or two pages in a large site be SSL -- for credit card submission or whatever -- is obviously an incredibly common real-world use case, and others must have already faced this problem and come up with alternatives.
    We thought about going outside portal for the two pages that we need to be SSL, but this isn't possible because the processing that needs to occur on those pages is too dependent on Portal.
    What have others done to get around this problem and use HTTPS only for select pages?
    thanks,
    calvin

    Hello ,
    I have to do the same thing : only protect certain URLs of my portal with SSL.
    Checking my.oracle.com, you can see they do this :
    1. Home page in HTTP mode
    2. post login/password in HTTPS
    3. login successful page in HTTP mode
    Opening the source, you can see :
    1. function Javascript doLogin() rewriting form.action.value using https://.. as follow :
    function doLogin(form) {
    if (!isValidUsername(form)) {
    return;
    form.action = "https://login.oracle.com/pls/orasso/orasso.wwsso_app_admin.ls_login";
    2. The post is not done to the login procedure from portal schema, but to a proc of orasso schema : we skip the redirection and cookie positioning. So how can this work. Checking further in the code you see :
    if (!parent.frames.s2pFrame) {
    form.site2pstoretoken.value = "v1.2~1356~3BDF1F08432CD55....";
    } else {
    var hw = parent.frames.s2pFrame.window;
    var hd = hw.document;
    var s2p = hd.forms.freshTokenForm.site2pstoretoken.value;
    form.site2pstoretoken.value = s2p;
    3. The site2pstoretoken is already in the page as a Javascript variable , but how is this value retrieved? Playing with Etherreal, we see that there is an hidden frame : parent.frames.s2pFrame calling the procedure /pls/moc/moc.wwptl_login.show_site2pstoretoken, returning a simple html page :
    <HTML>
    <FORM NAME="freshTokenForm">
    <INPUT TYPE="hidden" NAME="site2pstoretoken" VALUE="v1.2~1356~FB597....">
    </FORM>
    </HTML>
    This tokenId is then picked by the javascript function before login/password action submit.
    Checking in my portal schema (9.0.2.3), i don't see this procedure wwptl_login.show_site2pstoretoken
    My portal middle tiers are in 10g , but the infrastructure database is installed on a remote host and is a 9.0.2.3 iAS release.
    my.oracle.com seems to be full AS 10g :
    My question is : does this procedure exist in a 10g portal schema.
    Or is this procedure a special patch for my.oracle.com portal.
    I'm blocked again today as i want only protect 2 or 3 pages but to the whole site.
    This shows there is a hope for what we want to do.
    Hope too my.oracle.com or Portal security/Login Server specialists will answer....
    Laurent

  • Can one portal 11g middletier listen on both https and http simultaneously?

    Specifically behind a reverse proxy?
    I know in 10G I was able to do this but in 11G there is a configuration item in the weblogic enterprise manager (Portal Farm) where you configure the:
    Portal Wire Congiguration
    - Portal Middle Tier
    Specify the Middle Tier settings that Portal should use.
         Published Host     
    Listening Port     
    SSL Protocol     (is a checkbox whose hover over text is: "Specifies the protocol of the Portal URL. It can be either HTTP (NONSSL) or HTTPS (SSL)")
    These setting would indicate to me that for a given portal middle tier you can not have it listen and respond to requests on http and https at the same time.
    IE...
    https://myhost/portal/pls/portal/
    http://myhost/portal/pls/portal/
    Can someone verify if this is indeed true?
    D

    Have you tired using wlw-runtime-config.xml?
    http://e-docs.bea.com/workshop/docs81/doc/en/workshop/reference/configfiles/con_wlw-runtime-config_xml_ConfigurationFile.html?skipReload=true
    -D

  • SSO and portal timeout  -- other bug?

    ...this is very probably related to the other post talking about SSO and portal timeout...
    I am having another weird issue with dotnet portlets that uses inline refresh (done automatically by dotnet accelerator) and SSO.
    When you let the portal session expire, and then click on a button/link within a portlet (hence generate an inline refresh gatewayed request), the full portal window (header/footer etc...) appears within the portlet, instead of the portlet content alone.
    I did some http traces (see below) and it seems the problem is due to the windows SSOLogin.aspx (we are using windows auth SSO) not taking the requested portlet gatewayed request url as a post login redirect info... but taking instead the current page url (which is wrong)
    Thus, after the gatewayed portlet request is successfully authenticated by the SSOLogin.aspx component, it is automatically redirected to the wrong urll...making the full portal page refresh into the portlet.
    So my question is: have anyone already seen such behavior? And has anything been done to fix this?
    It really seems like a bug with the SSO servlet...but maybe i am doing something wrong...Just want to have your thoughts on this.
    Thanks,
    Fabien
    ============================================================================================
    HTTP Trace:
    POST     302     Redirect to /portal/sso/SSOLogin.aspx?in_hi_userid=15046&space=CommunityPage&parentid=1&cached=false&control=SetCommunity&PageID=0&CommunityID=205&parentname=Login     http://your.portal.com/portal/server.pt/gateway/PTARGS_0_15046_362_205_0_43/http%3B/your.portletserver.com/yourapp/youraspx.aspx
    GET     401     text/html     http://your.portal.com/portal/sso/SSOLogin.aspx?in_hi_userid=15046&space=CommunityPage&parentid=1&cached=false&control=SetCommunity&PageID=0&CommunityID=205&parentname=Login
    GET     401     text/html     http://your.portal.com/portal/sso/SSOLogin.aspx?in_hi_userid=15046&space=CommunityPage&parentid=1&cached=false&control=SetCommunity&PageID=0&CommunityID=205&parentname=Login
    GET     302     Redirect to http://your.portal.com/portal/server.pt?in_hi_userid=15046&space=CommunityPage&parentid=1&cached=false&control=SetCommunity&PageID=0&CommunityID=205&parentname=Login     http://your.portal.com/portal/sso/SSOLogin.aspx?in_hi_userid=15046&space=CommunityPage&parentid=1&cached=false&control=SetCommunity&PageID=0&CommunityID=205&parentname=Login
    GET     200     text/html; charset=utf-8     http://your.portal.com/portal/server.pt?in_hi_userid=15046&space=CommunityPage&parentid=1&cached=false&control=SetCommunity&PageID=0&CommunityID=205&parentname=Login

    I have this happen in v6.0 sp1. We have worked around the problem with a bit of work and synchronization of settings. Below, I've outlined how we've worked around the problem (which is indeed a problem that should be fixed). Also, if you have a load balancer, you'll need to set your session timeout on the load balancer to a bit more than the refresh rate that you set for your communities and My Pages.
    Resolving the Portlet Timeout / Refresh Problem in ALUI Portal_
    Problem: Users occasionally receive the portal page within a portlet error
    Cause: The root cause has not been determined; however it appears that the primary event that exhibits the behavior is when a teammember’s session has expired on the portal server and they then utilize a .NET form-based portlet which refreshes in place. Because we are using WIA SSO to enable automatic logins to the portal, it makes the error seem to occur randomly.
    Resolution:
    The workaround solution is to – 1) increase the portal session timeout on the portal web servers from the default 20min to 4 hours, and 2) set the MyPage refresh interval setting for all portal users to 3 hours. The setting name is a bit of a misnomer, as it will actually refresh the entire portal page automatically if the user is idle on either a My Page or a Community Page, as these are the only two places that portlets reside.
    Increasing the portal session timeout:
    The portal session timeout is controlled in two places, and both settings should match. On the portal virtual directory in IIS, edit the configuration and increase the timeout setting to 240 (minutes). Then, edit the portal application’s web.config file (d:\portal\ptportal\6.0\webapp\portal\web\) and increase the sessionState Timeout variable to 240. Editting the config file will require you to restart the services before you see the change.
    Initial setting of the MyPage refresh interval:
    The initial setting will need to be done by a SQL script in order to apply it to all existing users. The Default Profile should also be updated so that all new user synched from AD will have this setting applied automatically.
    /* Delete refresh interval settings for all users first so that there are no conflicts on the inserts */
    DELETE FROM portaldbuser.ptprefs WHERE prefname = 'intMyPageRefreshRate'
    /* Insert desired page refresh setting for all users */
    INSERT INTO portaldbuser.ptprefs (userid,gadgetid,prefclassid,prefobjectid,prefname,prefvaluetype,prefvalue,pagenumber) SELECT objectid,0,0,0,'intMyPageRefreshRate',3,180,0 FROM portaldbuser.ptusers
    From Administration, access the Default Profiles utility. Check the Default Profile entry and click on the Edit Profile Layout link. Click on the My Account link in the Portal Settings portlet and then on the Display Options link on the next page. In the Page and Portlet Settings, update the Your My Page will be updated: setting to 4 hours. Click Finish twice to return to Administration.
    Updating the MyPage refresh interval:
    To update the setting just modify the insert portion of the SQL script. Change the prefvalue number (180) to the desired timeout in minutes and rerun both statements of the script.
    The Default Profile should be also be modified per the instructions above.
    I hope this helps...
    -tom

  • SSO and Portal down after upgrade from AS 10.1.2.0.2 to 10.1.2.3

    SSO and Portal is down after upgrade from AS 10.1.2.0.2 to 10.1.2.3. All others are running fine. Any similiar experience and solution?
    Thanks.
    Andy

    cn=XXX information is missing for the SSO Server (orasso) when going to http://servername:7777/pls/orasso/orasso.home. Is that causing the problem? If so, how can I resolve it?
    Thanks.
    Andy

  • Integration of outlook express with R/3 and Portal

    Hi,
       I have seen a new system setup where we can assign security group to a user in Outlook express and it will give some authorization in R/3 and Portal. I am first time seeing this concept .Can anybody pls explain me how to create the security group in outlook express and method of integrating it with both R/3 and Portal.
    I appreciate all your help.
    Thanks in advance

    Hello Daniel,
    You can look on help.sap.com for some pointers on this.
    Here is a good link to start with:
    http://help.sap.com/saphelp_nw70/helpdata/EN/48/05c93e4af7664ee10000000a114084/frameset.htm
    Regards,
    Siddhesh

  • Eclipse build error for R/3 WSDL file and Portal 6.0.2

    I have had some problems getting a .wsdl from R/3 ABAP to work when using the eclipse plug-ins.  Eclipse will read the .wsdl and create the classes for the service, however, the build will fail and opening the class up you see the methods are all empty. 
    public class P_YEAR {
         public P_YEAR () {}
    I can get the new Netweaver developer tool for 6.4 to work on a new crash portal box running WAS 6.4 and portal 6.0.9.  I don't think our upgrade will be done before the current project I am on needs to move.  So, I am trying to get EP 6.2 to work.  Our ABAP engine will remain WAS 6.2.  I am using eclipse 2.1 and jdk 1.3.1_08.  I have tried jdk 1.4.  I have also tried eclipse 3.0, but the plug-ins don't even work in the new version.
    I am using plug-in version 6.2.20040517
    Any ideas on what we are doing wrong.  The only note I saw from SAP was 705106.  However, it didn't seem to make since because the error is not in the portal it is locally when trying to use the plug-in to generate the service.

    Hi,
    here an uodate of the progress I am making to solve the problem described above.
    Due to the output of the logfile (User not authorized), I think the "Administration" user does not have enough rights to perform the required actions needed for the installation.
    Well, I looked it up (Visual Administrator --> Cluster --> Server 0 ... --> Services --> Security Provider -->Runtime --> Policy Configurations --> "service.naming" in "Components" List --> Security Roles).
    According to http://help.sap.com/saphelp_webas630/helpdata/en/de/83343ecc7f892ee10000000a114084/frameset.htm, all users and groups that are granted permission "jndi_all_operations"  can perform all operations available in the naming system.
    I checked and found out that jndi_all_operations is merely a role reference to security role "administrators". Group "Administrators" is assigend to security role "administrator". As I mention before, user "Administrator" is member of group "Administrators". I think user "Administrator" has been granted all required permissions.
    Am I wrong, what else could cause such an error message! Need some guideance.
    Martin

  • Minimum settings required to implement the https in portal

    Hi,
    Currently SAP Portal connected with SAP R/3 and ADS server and all are running on http protocol.
    Current requirement is to implement the Https in portal only. So can you please write me what is minimum settings are required to implement the https in portal.
    Regards
    Ali

    Hi,
    Forums is available from NW07 SP12 and to create forums check this:
    http://help.sap.com/saphelp_nw70/helpdata/EN/44/93780e2d206999e10000000a11466f/frameset.htm
    If you want to enable Trex to search forum content then check this:
    http://help.sap.com/saphelp_nw70/helpdata/EN/47/17904a21fa3696e10000000a11466f/frameset.htm
    If you want to create index:
    http://help.sap.com/saphelp_nw70/helpdata/EN/52/20bc407e71712ae10000000a155106/frameset.htm
    Regards,
    Praveen Gudapati

  • Implementation guide for ESS/MSS. Urgent for ECC6 and Portal 7.

    HI ALL,
    i need documents on Implementation guide for ESS/MSS. Urgent for ECC6 and Portal 7.
    Thanks in advance.

    Hi
    Please go through the link in the below thread.
    /message/3262434#3262434 [original link is broken]
    Also try this ESS - 4.6C version to gain some knowledge:
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CAESS/ESSIAC.pdf
    If this helps, pl do reward.
    Thanks
    Narasimha

  • J2EE_Admin Unable to Add iView Permissions (Connecting BEx and Portal)

    Hi guys,
    I'm trying to set up a connection between BEx Web and Portal in a Netweaver 2004s environment.
    Following notes 917950, I have made the configuration using Template Installer and RSPOR_SETUP.
    Perhaps unsurprisingly, there are some issues.
    Diagnostics & Support Desktop Tool (note 937697) shows 6 red lights:
    1. BI iView Permissions
    2. BI Mastersystem
    3. BI Portal System Permissions
    4. URLs Prefixes Customized on Both J2EE and ABAP Side
    5. User Mapping of User DDIC
    6. WebAS ABAP Certificate and Login Modules Configuration
    Here, let's just look at
    1. BI iView permissions.
    <b>Error: </b>
    The BI Report-Report Interface iView does not have the necessary permissions for being called directly.
    My question is
    Why can't the J2EE_Admin user do the following fix (Note 983683)?
    1) In the portal, follow the path
    "Content Administration -> Portal Content"
    "Portal Content -> Content Provided by SAP -> Platform Add Ons ->
    "Business Intelligence -> iViews -> BEx Launcher (transactions for RRI)"
    (pcd:portal_content/com.sap.pct/platform_add_ons/com.sap.ip.bi/iViews/com.sap.ip.bi.rritransaction).
    2) From the context menu for this entry, choose "Open" -> "Permissions".
    3) "Search" for the "User Group" (Caution: not the "role") "Everyone" and add this to the list of assigned authorizations.
    Set the value "None" in the selection field of the "Administrator" column and set the indicator "User". Save your changes.
    The "ADD" button is not clickable!! Is it because the J2EE_ADMIN user is not authorized to add permissions?
    I hope the experts here can provide some light into the situation. Points will be awarded for helpful answers. Thank you!!
    Regards,
    SJ

    2. BI Mastersystem
    it depends on the type of error, see the hint given by the disgnostics tool, if it is sothing to do with BW system alias, so you have to connect to your portal and in system configuration->systemlandscape-> right click on SAP_BW then choose system alias and add the one proposed earlier in the diagnostics tool
    3. BI Portal System Permissions
    add group everyone on you SAP_BW system on systemlandscape
    4. URLs Prefixes Customized on Both J2EE and ABAP Side
    the one declared in the portal should be the same as the one in RSPOR_T_PORTAL table. you can modify this table to include the domain name of your URL
    5. User Mapping of User DDIC
    open your java admin consol (http://server....:5sid00 and then click on user administration, choose ddic the in the mapping tabulation click on modify the enter j2ee_admin as a user for the mapping, it should solve this point, don't forget to save.
    6. WebAS ABAP Certificate and Login Modules Configuration
    for this one you have to give the error text so i can help.
    if it helps give points.
    Regards.
    Lakhdar Mourad

  • OiD and Portal Integration (WWC-41400)

    Outside of the steps below what can be done to integrate Portal and OiD ?
    Thanks in Advance !
    This is a new install of Oid and Portal.
    Portal is installed using ias10221 in a 8.1.7.2 database on Sun Solaris 2.7 w/patches.
    Used Configuring Oracle 9iASPortal for LDAP Authentication. White Paper.
    December 2000. To defined OID/Portal steps.
    I've reviewed
    Note: 133123.1 WWC-41400 trying to login to Portal using LDAP authentication
    http://otn.oracle.com/products/iportal/htdocs/portal_faq.htm selecting from dba_libraries shows these items.
    PORTAL30_SSO AUTH_EXT
    /u01/app/oracle/product/8.1.7.2/lib/ssoxldap.so
    Y VALID
    SYS AUTH_EXT
    /u01/app/oracle/product/8.1.7.2/lib/ssoxldap.so
    Y VALID
    PORTAL30 AUTH_EXT
    /u01/app/oracle/product/8.1.7.2/lib/ssoxldap.so
    Y VALID
    The file exists:
    -rw-r--r-- 1 oracle dba 8324 Dec 5 14:37
    /u01/app/oracle/product/8.1.7.2/lib/ssoxldap.so
    cmrapp:/ >echo $TNS_ADMIN
    /u01/app/oracle/product/8.1.7.2/network/admin
    cmrapp:/ >tnsping extproc_connection_data
    TNS Ping Utility for Solaris: Version 8.1.7.2.0 - Production on 10-DEC-2001
    (c) Copyright 1997 Oracle Corporation. All rights reserved.
    Attempting to contact (ADDRESS=(PROTOCOL=IPC)(KEY=extprocO))
    OK (30 msec)
    Here is the listener.ora
    LISTENER2 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = cmrapp.ssd.census.gov)(PORT = 1526))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = extprocO))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (PROGRAM = extprocO)
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u01/app/oracle/product/8.1.7.2)
    (ENVS =
    'LD_LIBRARY_PATH=/u01/app/oracle/product/8.1.7.2/ctx/lib:/u01/app/oracle/product/8.1.7.2/lib:/u01/app/oracle/product/8.1.7.2/bin:/u01/app/oracle/product/8.1.7.2/ctx/bin')
    (SID_DESC =
    (GLOBAL_DBNAME = oiddev)
    (ORACLE_HOME = /u01/app/oracle/product/8.1.7.2)
    (ENVS = 'TNS_ADMIN=/u01/app/oracle/product/8.1.7.2/network/admin')
    (SID_NAME = oiddev)
    TNS_ADMIN is set to /u01/app/oracle/product/8.1.7.2/network/admin in the
    apachectl script and at the OS level.
    Additionally
    The Apache/Apache/logs and Apache/Jserv/logs are clear and no invalid database objects.
    I also looked within the Portal30 schema for errors, but found none.
    SQL> select * from wwv_rw_errors$;
    no rows selected
    SQL> select * from wwv_errors$;
    no rows

    Hello Lorenzo,
    Currently the procedure on how to do this can be found at:
    http://technet.oracle.com/products/iportal/pdf/conf_ldap.pdf
    9iAS v2 will be in production sometime in the next month or two.
    The procedure for setting this up will be more siplified in 9iAS
    v2.
    Thanks,
    Jay

  • Passing parameter spage id and portal language to a report portlet

    Hi,
    how can I pass the page id and portal language to a report portlet so I can filter my query according to that page id and language. See the report query below:
    select <information required> from ana_statistics
    where portal_page = :page_parameter
    and language = :portal_language
    Thanks

    Yes, you can.
    Here is an example.
    Form: on scott.emp table.
    Define the On successful submission of a form as
    go('http://<server>:<port>/servlet/page?_pageid=<page id>&_dad=<dad>&_schema=<schema>&dept='||p_session.get_value_as_NUMBER(
    p_block_name => p_block_name,
    p_attribute_name => 'A_DEPTNO',
    p_index => 1));
    Report: alos on scott.emp table:
    select * from SCOTT.EMP where DEPTNO = :dept
    and define the "before displaying the page" as
    <portal schema>.wwv_name_value.replace_value(
    l_arg_names,
    l_arg_values,
    p_reference_path||'.dept',
    <portal schema>.wwv_standard_util.string_to_table2(nvl(get_value('dept'),10)));
    Put those two portlets on a page, after you submit the form (after Insert, Update, Delete),
    the page will be refreshed and the deptno will be passed to the report.
    Hope this helps.
    This example was built on portal 309.

  • Web dynpro documents regarding dynpro and Portal

    Hi,
    I am new in web dynpro so i need some documents regarding dynpro and portal. So please provide it and if possible send it my personal mail [email protected]
    I am also looking for some examples applications .If any budy have links of it provide it.
    Regards,
    gurprit

    Hi Gurprit,
    I have sent Complete Webdynpro Examples to your mail.
    And also please check the following links for more clear understanding
    Programming UI and Navigation
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9214b1e5-0601-0010-fdb0-ec32d43b06e0
    Webdynpro for Java
    http://help.sap.com/saphelp_nw2004s/helpdata/en/15/0d4f21c17c8044af4868130e9fea07/frameset.htm
    Webdynpro Samples
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webdynpro/web%20dynpro%20sample%20applications%20and%20tutorials.htm
    Web Dynpro User Interface
    https://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/webcontent/uuid/ce44a14c-0a01-0010-af89-d7dbd944f176 [original link is broken]
    PDf
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/com.sap.km.cm.docs/library/nw/netweaverdevelopersguide2004s/sap%20netweaver%20developer's%20Guide%202004s/UsingJava_00_PDFsList.ca
    SAP Netweaver Application Server eLearning Catalog
    https://www.sdn.sap.com/irj/sdn/elearn?rid=/webcontent/uuid/b1203f5e-0501-0010-bb88-915402c954f2 [original link is broken]
    give rewards if useful.
    regards
    Anil

  • HTTPS and UWL and port 50001

    When we click on the Manager Self Service tab in SAP portal when using https/ssl (https://server.company.com/irj/portal), all iViews appear correctly except for the UWL which is requested in a non-secure way over port 50000.
    http://server.company.com:50000/webdynpro/dispatcher/sap.com/tckmcbc.uwl.ui~wd_ui/UWL
    If I add the https port to the URL (50001), the UWL opens fine and secure:
    https://server.company.com:50001/irj/portal
    https://server.company.com:50001/webdynpro/dispatcher/sap.com/tckmcbc.uwl.ui~wd_ui/UWL
    Any ideas on why this would be? For some reason, if I don't put a port on there and use https, the UWL iView changes to the http/port 50000 location. But if I use https and include port 50001, the UWL opens with the secure link.
    Is there a setting somewhere that would cause the UWL to go to http and port 50000 unless I specifically tell it to go to port 50001?
    Other webdynpro pieces open up fine, such as the team calendar:
    https://server.company.com/webdynpro/dispatcher/sap.com/ess~lea/TeamView
    Note: UWL config has the same problem as the UWL itself:
    /webdynpro/dispatcher/sap.com/tckmcbc.uwl.ui~wd_admin/Configuration
    Unless I specifically put port 50001, it'll go to http and port 50000, which is unsecured.
    Hopefully this explanation makes sense.

    Hello
    Curious if there was any resolution to this issue - our situation is very similar, although I have not configured the portal to support HTTPS.  We are accessing via a load balancer (HTTPS) which then sends the request to the HTTP port of the portal. 
    Accessing the UWL by chaning the URL manually to HTTPS as you experienced works fine:
    https://loadbalancer.domain.net/webdynpro/dispatcher/sap.com/tckmcbc.uwl.ui~wd_ui/UWL

Maybe you are looking for

  • Scheduling function module execution in background jobs

    Hi, I have requirement where in after obtaining all the required inputs from the user we will call an function module to execute it. The requirement is that the execution of fm shld happen in background and a log must be created showing the user whth

  • The new shuffle is not user friendly

    I am so disappointed and frustrated with it.  I can't get my music and Podcasts to be in the device at the same time-and I have spent so much time trying different permutations of making this happen that I'm actually posting my displeasure!  I've bee

  • Processing Status in Transaction code IHC0

    Hi  In IHC -- Account Management -- Make Basic Settings for Payment Process In this node for your bank area under processing transactions, we specify whether the transaction type is provisional or final posted. Now requirement is i want to add one mo

  • Maintain spaces in variables

    Hi, How can I maintain spaces in a variable? For example, in a variable VAR1 we need to have this value - 'ABC  ' (after ABC there are two spaces). Any help would be appreciated. Thanks, Prasanna

  • Cannot read a file using Acrobat SDK in Adobe Reader 11 when Enable Protected Mode is checked

    I wrote a plugin using Acrobat SDK which reads a temporary file created by another program in TEMP folder. In Adobe 10, plugin can read the temporary file and everything works. In Adobe Reader 11, plugin fails to read the temporary file when Enable P