Using webgui with HTTPS protocol

Hi All
I have a WAS 700 (abap + java) where I have activated:
- webgui
- SSO
Webgui works fine on port HTTP (8000) but now I want to use HTTPS protocol.
I have tried to change the instance parameter icm/server_port_0
from
PROT=HTTP,PORT=80$$
to
PROT=HTTPS,PORT=80$$
but unfortunately this is not sufficient or is completely wrong!
After this change webgui do not work anymore !!
Any suggestions ??
thx in advance
Pierfrancesco
Edited by: Pierfrancesco Cocco on Sep 4, 2008 4:31 PM

Hello,
To HTTPS enable your application server
Follow the steps provided here:
http://help.sap.com/saphelp_nw70/helpdata/EN/65/6a563cef658a06e10000000a11405a/frameset.htm
That should get HTTPS working in SMICM.
Also,
After the above configuration, you would also need to enable HTTPS in SICF for your webgui in
SICF ->navigate to /default_host/sap/bc/gui/sap/its/
Right click on the service and click on Display element, you should see a window where you can specify the service details.
Switch to service data tab (which is normally the first tab selected) on this tab , there is a security requirement box.
Select SSL over here.
Regards,
Siddhesh

Similar Messages

  • Wget with HTTPS protocol

    Hi,
    I am trying to download a file from Oracle site through "wget". I am getting connection time out error. The parameter http_proxy is also set. The file I am trying to download has URL with "https" protocol.
    wget no-check-certificate http-user=<username> http-passwd=<passwd> output-document=<zip file name> "HTTPS URL"
    Please advice. Is the above command correct to download the file through https protocol?
    Thanks

    Please see (Patch download automation for Sun products using wget [ID 1199543.1]) for the correct syntax.
    You may also review these docs/links.
    Using WGET to download My Oracle Support Patches [ID 980924.1]
    Retrieving Oracle patches with wget
    http://only4left.jpiwowar.com/2009/02/retrieving-oracle-patches-with-wget/
    Thanks,
    Hussein

  • Some internet radio stations with http protocol and mp3 format not working in AIR 2.0

    First, i am sorry for my bad english. When I publish swf for Flash 10 player all stations in my list works. If I publish them for AIR 2.0 stations with adress end ":XXXX", where XXXX is port number, they cannot work. What is problem? Thanks in advance.

    Perhaps,  in the previous post I wasn't clear enough, so I'll try to make it better: I am using the Adobe Flash CS5 and AS3. I wrote the script for listening internet radio stations. In the station list I named only those that use HTTP protocol and mp3 format, cause I know the limits of Flash in audio streamings. If I publish FLA file in SWF for Flash 10 player all the stations can be listened.. If swf file is made for AIR 2.0 there's a problem: the stations with adress  http://xxx.xxx:xxx/<something> can be listened, and those without extension behind the port number (:xxx) can not. Main parts of the script are:
    startButton.addEventListener(MouseEvent.CLICK, listen);
    req.url= "<adress>";
    snd = new Sound();
    snd.load(req);
    private function listen(event:MouseEvent):void {
    req = snd.play();
    Example:
    adress=http://scfire-ntc-aa08.stream.aol.com:80/stream/1010 - working
    adress=http://www.radionovosti.rs:443/radionovosti56s.mp3 - working
    adress=http://sh1.beotel.net:8002 - not working
    adress=http://77.105.36.58:8881 - not working
    It would be great if someone of Adobe employers explain to me what is the problem. Thanks.

  • HTML 5 and the use of the HTTP protocol.

    In our company we upgraded to fms 4 and installed the apache that comes bundle up with the installation. We had it configure and now we can play videos in html 5 by using the http protocol. The question I have is, can we use https protocol instead of rtmps? I've been doing a lot of research and I found documentation that says to put a minus sign in front of port 443 (-443) in the fms.ini file in the ADAPTOR.HOSTPORT line but it also says that with this configuration port 443 will only recieve rtmps connections. My next step is to put the minus sign in front of the port number and restart the server and just try to establish connection using https to see if i works. Any ideas are definetly welcome.

    Hi,
    It is possible to serve the content via the Apache that bundles with the FMS.
    For that you need to eneble mos_ssl.so module in httpd.conf and create a virtual host and give appropriate parameters ( refer any document for ssl configuration in apache ). Also make sure that the 443 port is not used by any other service (eg : RTMPS ).
    Thanks.

  • Update-Help cmdlet not able to update the help with https protocol.

    Hi all,
    I am using powershell 3.0 and trying to implement this updatable feature for our custom powershell module. But I getting the below error:
    PS C:\Users\scorchsvc> update-help -Module <modulename> -Force
    update-help : Failed to update Help for the module(s) 'modulename' : HelpInfoURI
     https://10.65.182.141/dev_releases/modulename/onlinehelp does not start with http.
    At line:1 char:1
    + update-help -Module modulename-Force
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (HelpInfoUri:Uri) [Update-Help], Exception
        + FullyQualifiedErrorId : InvalidHelpInfoUriFormat,Microsoft.PowerShell.Commands.UpdateHelpCommand
    I am able to get this work if I use "http". Error message clearly says that it only expects http. But in the Microsoft help topic for Update-Help cmdlet, it is mentioned that cmdlet works for both http and https both.
    Here are my enteries:
    •HelpInforURI entry in module manifest file is:
                        HelpInfoURI = "https://10.65.182.141/dev_releases/modulename/onlinehelp"
    •HelpContentURI in HelpInfo.xml file is:
                       <HelpContentURI> https://10.65.182.141/dev_releases/modulename/onlinehelp </HelpContentURI>
    I am running powershell as an administrator.
    I am not behind any proxy.
    Windows firewall is off.
    I am mentioning it AGAIN that I am ABLE to update help for our custom module if I use http in HelpInfoURI.
    I am also able to access the URI in IE with http/https.
    Can any one please help?
    Thanks,
    Vinay Ravish

    Hi vinay,
    It seems the certificate issue.
    Please access HelpInfoURI =
    https://10.65.182.141/dev_releases/modulename/onlinehelp with https header to see if your computer could access that.
    If it doesn't work, add it to your trusted site and download to see if there is related certification on that website to download and install it to trusted root certificate for test.
    Karen Hu
    TechNet Community Support

  • Need Help for  SOAP sender with HTTPS protocol

    Hi Team
    We have a scenario where the sender is a 3P system and they will be sending the message using web service.They will send the data using SSL ( HTTPS) using certificates.
    In the sender soap adapter , I have two options
    1. HTTPS with client Authorization
    2. HTTPS without client Authorization
    I think I need to use the first option. But I have doubt regarding certificates
    1. Who is going to provide the certificate? is it PI Team or the third party team.
    2. Once we have the certificate where we need to store it in NWA? is it in the TrustedCA keystore view or service_ssl keystore view.

    Hi Indrajit,
    Krupa already shared a valuable resource on how to set up on Double Stack PI, so I'll focus on what's left to deal with / open questions.
    Indrajit Sarkar wrote:
    In the sender soap adapter , I have two options
    1. HTTPS with client Authorization
    2. HTTPS without client Authorization
    I think I need to use the first option. But I have doubt regarding certificates
    1. HTTPS with client authorization means that the 3rd party would not give username / password to authenticate to your PI but present a certificate you are trusting. You can think of this as an admission ticket to communicate with your PI server
    2. HTTPS without client authorization means they will authenticate with username password.
    In both cases the caller (3rd party) would need to trust your PI server. Most commonly this trust is established by not trusting your PI server's explicit certificate but in trusting the CA that issued your PI server's certificate. This CA can very well be a company internal CA. That way, if you happen to need changing the hostname of the server some time in the future, trust situation is still valid.
    In case of 1. (HTTPS with client authorization) your PI server in turn would also need to trust the 3rd party caller. This is often done in such ways that the interal CA on your side issues a client certificate with the CN of the caller. The caller presents this certificate to your server upon making a call (see here for a picture https://help.sap.com/saphelp_nw74/helpdata/en/43/dc1fa58048070ee10000000a422035/content.htm). You will also need to back up this process on your PI server by mapping the certificate to a specific user.
    --> Option 2 is the more polished one with ability to withdraw a certificate and the like. However it does result in some overhead setting it up so I personally would go with Option 1 if there's no business need / security policy enforcing so.
    HTH
    Cheers Jens

  • Help with HTTP protocol.

    Hi every body.
    How can I get HTML code from some page in the internet with
    GET data and POST data?
    OR
    How can use on the usualy sockets like TelNET? I saw the
    MXLsocket class, this is the same thing?
    TNX all.

    Do not know if it's actual for you.
    request a XML with POST data is a little bit contraignent
    because you send only XML in the data field of the request.
    XML.sendAndLoad. (cf.
    http://livedocs.macromedia.com/flash/8/main/00002879.html
    But if you know how to handle that kind of datas on the
    server side, it seems to be your solution.

  • Using Reports with HTTPS vs HTTP

    We currently have reports deployed over the Web using Reports 6.0 and 6i to 2 different sites. One site currently went to secure socekts (https) and we've noticed some problems lately accessing these reports. The other site that remained using http still functions fine. Is there anything special that has to be done to the report or the report server on the https site to ensure the reports function properly?

    I have the same problem

  • Using Charts with HTTPS

    I have a corporate intranet that I have recently secured with
    an SSL certificate. My pages that have charts on them are now
    throwing an alert saying the page contains insecure items and asks
    the user if they want to display them. Has anyone run into this?
    How do I fix this?

    http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-a11.htm#wp2619630
    Search for https:// on that page.

  • Is dreamweaver version 4 compatible with https protocols?

    My file extension has recently changed to https from http, and when I try to connect to the remote site the error says it cannot find the remote file. Everything was working fine until they made that switch. Is version 4 (I realize its old) still compatible?

    I seriously doubt that Macromedia DW4 qualifies for any discounts. It's obsolete software as is   Macromedia DW6 (aka MX 2004). 
    The OP needs to step up to Creative Suite 6 or higher.
    My advice is to download a 30-day free trial of the Creative Cloud.
    Download a free trial or buy Adobe products | Adobe downloads
    Nancy O.

  • WL510 SP 6 InitialContext with http/https/rmi protocol IS NOT WORKING

    Hi
    I wanted to try SP6 for WL510 and noticed that
    that you can not create initial context with http protocol anymore.
    Is this a feature or you guys made t3 tuneable?
    I couldn't find any documentation related to that.
    If I try t3 everything is fine. (If I revert to SP5 all protocols are
    working.)
    Here is some stack trace with the rmi protocol as example
    javax.naming.ServiceUnavailableException. Root exception is
    java.net.UnknownHost
    Exception: Unknown protocol RMI for somehost/10.1.110.1
    at
    weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java
    :239)
    at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:223)
    at
    weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:186
    at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:155)
    at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:200)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLIni
    tialContextFactoryDelegate.java:195, Compiled Code)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLIni
    tialContextFactoryDelegate.java:148)
    at
    weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialCont
    extFactory.java:123)
    at
    javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:6
    71)
    at
    javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:242
    at javax.naming.InitialContext.init(InitialContext.java:218)
    at javax.naming.InitialContext.<init>(InitialContext.java:194)

    I would like to retract this complaint :)
    I did not read the sp document thouroughly. There is a new property
    introduced called
    weblogic.httpd.tunnelingenabled=
    It needs to be set to true in order to enable tunneling with SP6. Maybe more
    visible sp docs ?
    see issue33320 in the Readme.txt file, coming with SP6.
    Thanks,
    Antoan Nikolaev.
    "Antoan Nikolaev" <[email protected]> wrote in message
    news:3a299ac5$[email protected]..
    Hi
    I wanted to try SP6 for WL510 and noticed that
    that you can not create initial context with http protocol anymore.
    Is this a feature or you guys made t3 tuneable?
    I couldn't find any documentation related to that.
    If I try t3 everything is fine. (If I revert to SP5 all protocols are
    working.)
    Here is some stack trace with the rmi protocol as example
    javax.naming.ServiceUnavailableException. Root exception is
    java.net.UnknownHost
    Exception: Unknown protocol RMI for somehost/10.1.110.1
    at
    weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java
    :239)
    at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:223)
    at
    weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:186
    at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:155)
    at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:200)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLIni
    tialContextFactoryDelegate.java:195, Compiled Code)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLIni
    tialContextFactoryDelegate.java:148)
    at
    weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialCont
    extFactory.java:123)
    at
    javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:6
    71)
    at
    javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:242
    at javax.naming.InitialContext.init(InitialContext.java:218)
    at javax.naming.InitialContext.<init>(InitialContext.java:194)

  • B2B using Generic HTTP Protocol

    Hello Gurus,
    Please note that I am very green to B2B. I created an B2B agreement to send xml file to a trading partner. I'm using a generic HTTP protocol and need to use a HTTPS Post. I have entered the target url... etc. My question is how can I config the agreement to use a POST instead of a GET or a PUT for HTTPS. Is there any documentation?
    Regards,
    Kathy

    Hi Kathy,
    You need to add property "http.form.parameter=msg" as transport header in Delivery Channel configuration. Please refer below doc (page#14)-
    http://www.oracle.com/technology/products/integration/b2b/pdf/B2B_Technical_Tips.pdf
    Regards,
    Anuj

  • Channel login error with HTTPS connection

    Hi!
    I have developed a Flex application which relies on remote object invocations to BlazeDS. I have applied custom authentication to the AMF channel, so login is required to invoke remote objects over the channel.
    Application worked perfectly in development environment but at production environment I cannot get channel sucessfully logged in. I have debugged application and no response is obtained from server after channel.login() invocation. Backend resides on Apache Tomcat that listens on port 80. Server is fronted by a Proxy Server that sets HTTPS protocol (https://domain:80/context is set at browser URL although I request http://domain:80/context).
    At development environment requests where made with HTTP protocol so I wonder if this issue is related with the HTTPS protocol present in the new server.
    Do I need to configure my channels to use secure (HTTPS) communications? Why am I not getting any error response from channel login operation?
    I reviewed server logs and It seems login AMF invocation are been tracked but I cannot get any response.
    Thank you in advance.

    Thank you Alex.
    I've set this configuration in services-config.xml. First I tried using SecureAMFEndpoint but then I got an exception on Server that said a secure destination was needed (as it was secured) but was not receiving a secured request. I saw a post in a forum that said AMFEndpoint must be used instead of SecureAMFEndpoint when SSL is applied to a proxy that redirects request to Tomcat, not to Tomcat itself, and this is my case.
    <services-config>
        <services>
            <service-include file-path="proxy-config.xml" />
            <default-channels>
               <channel ref="amf-channel"/>
            </default-channels>
        </services>
        <channels>
            <channel-definition id="amf-channel" class="mx.messaging.channels.SecureAMFChannel">
                <endpoint
                    uri="https://{server.name}:{server.port}/{context.root}/messagebroker/amf"
                    class="flex.messaging.endpoints.AMFEndpoint" />
                <properties>
                    <add-no-cache-headers>false</add-no-cache-headers>
                </properties>
            </channel-definition>
    </services-config>
    After setting this, channel is succesfully logged in and a remote invocation that is executed inmediatly after channel loggin is completed works OK. But when later I call another remote objects, I get request timeout errors and server is not reached.
    Any idea of the issue?

  • Web Service wdsl file getting generated as a HTTPS protocol instead of HTTP

    Hi Experts,
    I have a   requirement
    I have created a web service in development client  which is used in interactive adobe form.
    After moving the web service to production only defination is getting generated.
    I have tried to manually create the service in SOAMANAGER , it is getting created as with https protocol.
    In development client it was created as a http protocol.
    Warm Regards
    Abhinav

    Hi Abhinav,
    I'm assuming you don't have a QA system in your landscape if you're transporting straight from Dev to Production. I'm also assuming this because if you transported to QA before production you would have noticed that 'only' the definition is always transported. You have to do the configuration again each time you transport your change, this is SAP default behaviour because each webservice is client dependant so SAP won't know which client this service will be relevant for in the environment you're transporting to.
    The HTTPS issue, this makes sense to me in the production environment. You don't normally have the HTTP protocol enabled in a production environment, only HTTPS for security reasons.
    In yout production environment, check Transaction Code SMICM --> Got (drop down menu) --> Services
    Check what protocols are active there (with a green tick). This will indicate whether the HTTP protocol in enabled in Prod or not.
    Regards, Trevor

  • Https protocol issue

    I have been getting the following error while trying to call a web service on the
    server with https protocol from a client class.
    [java] java.io.IOException: unable to find resource:https://localhost:7002/basic_javaclass/LoginUser?WSDL
    [java] at weblogic.webservice.tools.wsdlp.DefinitionFactory.getWsdlURL(
    DefinitionFactory.java:61)
    I could view all the web service methods and links to WSDL and client jar on a
    browser with the url, https://localhost:7002/basic_javaclass/LoginUser. I could
    even open WSDL file and download client jar file from the browser. I tried without
    success with the client jar file that was created using Weblogic ant task and
    then with the one, downloaded from the browser. There were no problems, when I
    used http protocol.
    Thanks in advance,

    I double checked with our operation team.
    It seems that we started having this issue when our clients were updated on java 1.6.31.
    The applet worked correctly before that version.
    So I'm not sure if only build the applet using the new build will solve the problem.
    Do you have any other suggestions?
    Thank you

Maybe you are looking for

  • List Of Values not getting displayed in BI launchpad

    Hello All, When i am running the report in BI launchpad, List of values are not displaying . throwing below error. Detail Error: com.businessobjects.sdk.core.server.CommunicationException$UnexpectedServerException: while trying to invoke the method c

  • Execution of Clob through dynamic sql

    Hi, Here in below code.I am trying to execute the CLOB dynamically.Its giving an error as ORA-6502 Numeric or value error. Declare SQL3 CLOB := ''; SQLSTRING1 LONG; SQLSTRING2 LONG; SQLSTRING3 LONG; Begin SQL3 := GENUPD(RECTABLE => 'REC_TARGET_TABLE'

  • HT1567 trying to preview song but only plays for 5 seconds

    When i preview a song it will only play for 5 seconds instead of the 1min/half it allows. I 've never had this problem before. I update the software, but it still will not allow me to listen to the song no more tham 5 seconds

  • Export OMF with levels

    Hi there, I am trying to export an omf in FCP 7.0.3 with levels, but the audio guy doesn't see the levels. He is using a pyramix system. I have heard that automatic duck has a plug in where you can export to aaf with levels, but this is an expensive

  • Time calculation in MO-Reg

    Hi, In the Workcenter,I have specified START time as 08:00:00and END time as 17:00:00 and No Break. Scheduling is Forward scheduling  Now If I use this workcenter in MO,it always calculate the Start time as 8am ,eventhough user creates MO by 12pm on