Https communication not connecting from sm59

Hi Team,
Scenario is , via sm59 we are connecting https URL  to third-party using a proxy server within our network  , and https port also opened in proxy server.
Is there any configurations required in sap for https communication with third party URL.
Error Logs:- While trying to connect https connection from proxy server to a third party URL , we are getting proxy 502 error.
My doubt is do we need to activate https service from ICM , Also  is it required to open 443 port number on that particular box
Can anyone help on this. Really appreciate your inputs.
Please suggest.
Regards,
Pradeep G.

Hi Amit,
Please find the below ,
Status HTTP Response    502
Status Text    Proxy Error ( No data record is available.  )
Duration Test Call    18895 ms
Technical Information (for support personnel)
Error Code 11004: Host not found
Background: This error indicates that the gateway could not find the IP address of the website you are trying to access, possibly due to lack of information in the DNS server.
Date: 2/07/2014 11:36:51 AM [GMT]
Server: adelisa001.originenergy.com.au
Source: DNS error
Thanks,
Pradeep G.

Similar Messages

  • SMP 3.0 with SP3 AgentryApp is not Connecting from Client : Communications error (14)

    Hello,
    In SMP 3.0 : Version 3.0.2, SP Level:02, my Agentry App : Work Manger 6.0 is working fine, it is running from device and running properly. After i migrate my SMP3.0 from SP02 To SP03, it is not connection from Any Device,(it is not showing any Error in Log file, Means App deployed successfully.) whenever we try to connect from Any device it is showing following Error Message.
    Requesting Public Key from Server
    Communications error (14)
    Connection failed
    Ending transmission
    ??? :  Is there any other confugration need to do in SMP 3.0 : SP03???? please help on this Issue...
    Thanks
    Krishna

    Hello Steve,
    i go through the SAP Note 2008882. based on that Note i run the following
    command.
    C:\windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -pa
    "C:\SAP\MobilePlatform3\Server\configuration\com.sap.mobile.platform.serv
    er.agentry" smpServiceUser.
    Now that Error is Gone from Log file but still it is not allowing to
    connect. Even from ATE also.
    Event Log File :
    06/19/2014 17:54:00, 0,         0,         0, Thr       3192, New files opened events.log, messages.log
    06/19/2014 17:54:00, 0,         0,         2, Thr       3192, Loading the Agentry Runtime's public/private key for password exchanges.
    06/19/2014 17:54:01, 0,         0,         2, Thr       3192, Upgraded the Agentry key pair from pre-SP03 format
    06/19/2014 17:54:01, 0,         0,         2, Thr       3192, Key pair loaded successfully.
    06/19/2014 17:54:01, 0,         0,         2, Thr       3192, Agentry Startup
    06/19/2014 17:54:01, 0,        17,        14, Thr       3192, WebSockets Front End v7.0.3.205
    06/19/2014 17:54:01, 0,         1,         4, Thr       3192, Agentry Server Agent v7.0.3.205
    06/19/2014 17:54:01, 0,        20,       150, Thr       1656, Loading Development application definitions
    06/19/2014 17:54:07, 0,        24,         4, Thr       1656, Loaded HTTPXML-HTTPXMLSystemConnection (HTTPXML v7.0.3.205) from ag3httpxmlbe.dll
    06/19/2014 17:54:07, 1,         3,         9, Thr       1656, Java-1, Chickaming Java, initialHeapSize, File: , ..\agentry\SystemLogger.cpp#792:DTLoggerHandler::badKey
    06/19/2014 17:54:07, 1,         3,         9, Thr       1656, Java-1, Chickaming Java, maxHeapSize, File: , ..\agentry\SystemLogger.cpp#792:DTLoggerHandler::badKey
    06/19/2014 17:54:07, 1,         3,         9, Thr       1656, Java-1, Chickaming Java, reduceOSSignalUse, File: , ..\agentry\SystemLogger.cpp#792:DTLoggerHandler::badKey
    06/19/2014 17:54:07, 1,         3,         9, Thr       1656, Java-1, Chickaming Java, nonStandardJavaOptions, File: , ..\agentry\SystemLogger.cpp#792:DTLoggerHandler::badKey
    06/19/2014 17:54:20, 0,        23,         4, Thr       1656, Loaded Java Back End (Java v7.0.3.205) from ag3javabe.dll
    06/19/2014 17:54:20, 0,        20,       152, Thr       1656, Loading Development application definitions for default localization
    06/19/2014 17:54:20, 0,        20,       153, Thr       1656, Finished loading Development application definitions for default localization
    06/19/2014 17:54:20, 0,        20,       151, Thr       1656, Finished loading Development application definitions
    06/19/2014 17:54:21, 0,        20,         4, Thr       3192, Server v7.0.3.205
    06/19/2014 17:54:21, 0,        17,        10, Thr       3192, WebSockets Front End v7.0.3.205
    06/19/2014 17:54:21, 0,         0,         0, Thr       3192, Old log files moved into C:\SAP\MobilePlatform3\Server\log\agentry\rolled\2014-06-19-175400
    06/19/2014 17:54:21, 0,         0,        23, Thr       3192, Agentry startup is complete.
    Thanks
    Krishna

  • SSH and media wiki not connecting from outside of my LAN

    I cant seem to connect to ssh or my mediawiki server from outside of my LAN. Ive forwarded all the needed ports and been going over my config all night. I also made sure my router wasn't blocking anything.
    -ssh tells me connection denied
    -when i go to my http server i can list directorys but as soon as i try to load media wiki i get a 502 error
    *these problems do not happen if im connecting from another machine in my local LAN
    This is my sshd_config
    # $OpenBSD: ssh_config,v 1.25 2009/02/17 01:28:32 djm Exp $
    # This is the ssh client system-wide configuration file. See
    # ssh_config(5) for more information. This file provides defaults for
    # users, and the values can be changed in per-user configuration files
    # or on the command line.
    # Configuration data is parsed as follows:
    # 1. command line options
    # 2. user-specific file
    # 3. system-wide file
    # Any configuration value is only changed the first time it is set.
    # Thus, host-specific definitions should be at the beginning of the
    # configuration file, and defaults at the end.
    # Site-wide defaults for some commonly used options. For a comprehensive
    # list of available options, their meanings and defaults, please see the
    # ssh_config(5) man page.
    #Host *
    # ForwardAgent no
    # ForwardX11 yes
    # RhostsRSAAuthentication no
    # RSAAuthentication yes
    # PasswordAuthentication yes
    #HostbasedAuthentication yes
    # GSSAPIAuthentication no
    # GSSAPIDelegateCredentials no
    # BatchMode no
    # CheckHostIP yes
    #AddressFamily any
    # ConnectTimeout 0
    # StrictHostKeyChecking ask
    # IdentityFile ~/.ssh/identity
    # IdentityFile ~/.ssh/id_rsa
    # IdentityFile ~/.ssh/id_dsa
    #Port 22
    Protocol 2
    # Cipher 3des
    # Ciphers aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc
    # MACs hmac-md5,hmac-sha1,[email protected],hmac-ripemd160
    # EscapeChar ~
    # Tunnel yes
    # TunnelDevice any:any
    # PermitLocalCommand no
    # VisualHostKey no
    #RSAAuthentication yes
    #PubkeyAuthentication yes
    #HostbasedAuthentication no
    #PasswordAuthentication no
    #HashKnownHosts yes
    #StrictHostKeyChecking ask
    #LoginGraceTime 120
    #PermitRootLogin no # (put yes here if you want root login)
    hosts.deny
    # /etc/hosts.allow
    sshd: ALL
    mysqld: ALL
    # End of file
    # /etc/hosts.deny
    ALL: ALL: DENY
    # End of file
    hosts.allow
    # /etc/hosts.allow
    sshd: ALL
    mysqld: ALL
    # End of file
    I feel like its a security policy or something im not catching.
    Ive been searching and working to fix this all night to no avail.
    Thanks ahead of time for any help.

    djszapi wrote:
    Hello ahronzombi!
    Do you try it with apache web server ? If yes, is there any related information in the apache.log when someone try to connect from out. What's in your http server related config files, vhosts, etc?
    Ill try that today. i tried something similar with sshd and looked at the verbose output of the program when trying to connect remotely. it was never touched, like no one tried to connect. i feel like its a network security issue since i can connect locally. but ill check these logs as well

  • Http tool not connecting with the PI

    Hii,,
    I have done http to soap scenario... but when i want to test from http tool (HTML file which i got from sdn) its not connecting with PI
    i given the right information in Header portion and copied my payload to html tool. when i press send button its asking PI server username and password. when i give the username and password its not connecting.. after three tries its giving the error like " logon error".. Through RWB i have checked the scenario its working fine..
    server: Pi server name
    port: 8001
    sender service: sender business system
    message interface:sender sync message interface,
    QOS: BE
    Sender Namesspace : also entered in the tool
    Is there any special configuration should done on PI server side??
    Regards,
    Balaji

    @Michal
    i gone through that link.. but i can see the design of the code.. but i can get the actual code.. how to get the actual code of the http tool..
    and in SMICM it was right.. http port is 8001 only.
    @josh
    that url is woring fine.. thanks for ur reply..
    @Kubra
    its already got activated.. thanks for ur reply..
    Regards,
    Balaji

  • Oracle 8 not connecting from client machines

    hello
    i am using oracle 8 on windows environment. the problem is that oracle is connecting on the server machine but not on client machine for some days. sometimes i do connects but sometimes the application helds for long time and no response is obtained. Application is residing on the server and drive has been mapped on the client machines. What can be the possible cause. ping on the network is ok.
    Waiting...
    iftikhar ahmad
    Lahore

    oracle 8Wauv a historic database from 1997 - http://tonguc.wordpress.com/2006/12/27/history-of-oracle/
    do you really have to stay at that version first of all, 11gR1 is out and 9iR2 is de-supported recently and I couldnt find this release's documentation also.
    What about tnsping and sqlplus connection from your clients and listener status on your server - lsnrctl status
    You may need to set, take and analyze sql*net traces - http://download.oracle.com/docs/cd/B19306_01/java.102/b14355/apxtblsh.htm#i1004660
    Best regards.

  • Could not connect from SQLPLUS

    hi guys, i have a problem with my Oracle
    My Database 10g database is on AIX 5L, I can connect to this database from local and i can connect from others computer, but i have a problem when i want connect from one oh my server which is installed with Oracle 10g as well. here is the error
    ora10g@prod01:/home/ora10g> sqlplus system@devbant01
    SQL*Plus: Release 10.2.0.1.0 - Production on Fri Sep 28 15:02:38 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter password:
    ERROR:
    ORA-00600: internal error code, arguments: [kssadd_stage: null parent], [], [],
    ERROR:
    ORA-00600: internal error code, arguments: [kssadd_stage: null parent], [], [],
    Error accessing package DBMS_APPLICATION_INFO
    SP2-0575: Use of Oracle SQL feature not in SQL92 Entry Level.
    SQL>
    anyone knows about this problem and how to fixed it?..it could not connect only from this server where others i can connect
    please help
    Thanks

    Seems a bug described in the metalink note 419992.1 solved by applying patchset 10.2.0.3.
    Nicolas.

  • My keynote remote will not connect from my iPhone 5s to my iMac after updating to iOS 8.1

    I updated my iPhone 5s to iOS 8.1 earlier today and now my remote for Keynote will not connect with my iMac Keynote. I had a presentation tonight and it didn't work. I tried rebooting the phone and it still does not work. Any ideas? (I have Yosemite on my computer and it worked fine with iOS 8.02)

    This question is posted regularly, the remedy is to unlink Keynote Remote in Mac Keynote:
    Keynote > Preferences > Remote, then re-establish the link.

  • FTP server not connected from SAP

    Hi Expert,
    I want to access FTP server thru SAP.But when I try to check RFC Destination SAPFTP connection test. It's gives error 'Error Details     timeout during allocate / CPIC-CALL: 'ThSAPCMRCV' : cmRc=20 thRc=456 Timeout dur'
    What will be the reason.what setting I have missed to set.
    Can anybody give me some tips of setting for connection of SAP to FTP server.
    To complete these requirement what will be the prerequisite and what will be the steps to complete these task.
    Answer should be rewarded.
    Thanks in advance.

    Hi,
    SAPFTP runs on the client (local PC), and SAPFTPA runs on the application server.
    If you are connecting from your SAP application server to another remote host, then you use SAPFTPA.
    If you are connecting from your PC to the remote host, use SAPFTP.
    Please confirm about it.
    These are standared FTP programs which allows you to FTP from within SAP.
    The SAPFTP.EXE should be pre-installed in the users local harddisk before you can used this functions.
    Do a check first by executing program RSFTP005. It will tell you whether it can detect the SAPFTP.EXE program.
    RSFTP001 - SAPFTP version
    RSFTP002 - Execute FTP Command
    RSFTP003 - Test
    RSFTP004 - FTP copy
    RSFTP005 - SAPFTP check
    RSFTP006 - FTP command list
    RSFTP007 - Test FB:FTP_SERVER_TO_R3 / FTP_R3_TO_SERVER
    RSFTP008 - Test FB:FTP_CLIENT_TO_R3 / FTP_R3_TO_CLIENT
    Thanks
    Swarup

  • Web browsers not connecting from Managed Accounts

    I was out of town last week when my daughter called to say that her iMac has developed a very strange problem. Suddenly, Saturday afternoon, users of the managed accounts could no longer connect to the internet via Safari 5.0.2. The Administrator's and two other Standard accounts worked fine. I could not think of anything that might cause the problem but I did suggest that she create another Managed account. It has the same problem.
    Today I went over to her house and spent 4 hours cleaning, repairing, and just doing everything I could. But to no avail! Strangely, iTunes connects to the Apple Store in the these accounts. I tried Firefox and it too would not connect. And it is not just the gear grinding away - the "cannot connect ..." message pops up right away.
    I created a new Standard account and I could connect fine.
    She has a 2006 iMac running 10.5.8
    Her router is an Airport Express (which I reset)
    Safari version is 5.0.2
    Firefox was 3.6.10
    Please help. Thanks
    PS I originally made the mistake of posting in the 10.6 topics - Sorry

    I found the following information in the Console log:
    com.apple.familycontrols (2014) Internal Error: Error retrieving file /Library/Applications Support/Apple/Parental Control/Content Filtering/httpd.pid
    abnormal termination of /usr/sbin/httpd (returned 1)
    I looked the file up in the library. It is there. Is this a file that can be safely deleted and it will re-generate itself?

  • Can not connect from Forms6i to PO8i.

    Hi,
    My PC is a NT named 'oracle'. I have first installed Forms6i in DEFAULT_HOME, c:/orant.
    PO8i is installed as:
    Oracle Home: ora8i
    Full Path: c:\orant\ora8i
    Choose Typical Install
    Global Database Name: ora8i.oracle.master.com.au
    SID: ora8i
    Then I added an entry in c:\orant\net80\admin\tnsnames.ora as:
    test.world
    (DESCRIPTION
    (ADDRESS_LIST
    (ADDRESS
    (PROTOCOL = TCP)
    (Host = 127.0.0.1)
    (Port = 1521)
    (CONNECT_DATA = (SID = ora8i)
    I can connect to PO8i from SQL*Plus using scott/tiger or scott/tiger@ora8i.
    When I tried to connect to PO8i from Forms6i using scott/tiger@test or scott/tiger@ora8i. I got ORA-12154: TNS:could not resolve service name.
    If I use scott/tiger@test from SQL*Plus, I got the same error.
    If I use scott/tiger from Forms6i, I got ORA-12203: TNS:unable to connect to destination.
    Help please.
    Sue
    null

    Try taking off the .world in the NET80 tnsnames.ora file
    Jason Pepper
    Snr Product Manager
    Oracle Enterprise Internet Tools

  • HTTPS does not connect with Safari iOS 7.1.1

    After upgrading to 7.1.1, using broadband over WiFi, can no longer connect to Outlook Web Access (OWA), a https url.

    Go step by step and test.
    1. If adware is installed without your knowledge,
        download  free AdwareMedic by clicking “Download ” from here
         http://www.adwaremedic.com/index.php
       Install , open,  and run it by clicking “Scan for Adware” button   to remove adware.
       Once scanning and removing the adware is done, quit the app by clicking AdMedic in the menubar
        and selecting “Quit AdwareMedic”.
    Safari
    2. Safari > Preferences > Extensions
        Turn those off one by one and relaunch Safari again to test

  • DI Server is Not Connected from the Client Machine

    Hi all,
    There was a problem to connect DI Server.But It runs on the Server Correctly.When we run on the Client Machine to connect the SAP DB, It throws an error: -111.
    Code :
            cmp = New SAPbobsCOM.Company
            cmp.Server = "Sap-Server"
            cmp.CompanyDB = "FAST"
            cmp.UserName = "manager"
            cmp.Password = "manager"
            cmp.language = SAPbobsCOM.BoSuppLangs.ln_English
            cmp.UseTrusted = True
            mretcode = cmp.Connect
            If mretcode <> 0 Then
                cmp.GetLastError(merrcode, merrmsg)
                MsgBox(merrmsg)
            Else
                MsgBox("SAP B1 - Data base Connected Successfully!")
            End If
    Thanks in Advance
    Regards,
    Suresh.G

    you are not using DI server to connect, your using DI API.  Check if your client machine has the DI API installed.  If not you can get from the installation cd or the lastest patch installed under packages/DI API folder.

  • Oracle 11g is not connecting from network client machine.

    Oracle 11g was installed on windows server 2003.
    ORA-12514: TNS:listener does not currently know of service requested in connect descriptor ._
    we are getting the above oracle exception when we give the following command:
    LSNRCTL> services oracle11g_listener
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=CBR-SRV-HPORA.CIBER-INDIA.IN)(PORT=1522)))
    The listener supports no services_
    The command completed successfully.
    C:\Documents and Settings\oracle>sqlplus scott/tiger@oracle11g_netservice
    SQL*Plus: Release 11.2.0.1.0 Production on Wed Jul 28 18:10:40 2010
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    Please advice what could be the problem.
    Thanks.

    Your Lstener doesn't know anything about services. You must configure the dynamic registration of the service in your database, e.g.
    alter system set local_listener="(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=CBR-SRV-HPORA.CIBER-INDIA.IN)(PORT=1522)))";
    (for permanent setting don't forget pfile or spfile)
    After that the database will register the services at thie address und you will see the service when asking 'srvctl services oracle11g_listener'
    Regards,
    dojo

  • DB-link is not connected from Forms 10g

    Hi,
    I have created the db-link(visdev) from mytest schema to APPS schema -- created successfully
    ->Login to mytest schema and ran the query: select * from all_objects@dblink -- Return values.
    -> I have used the same dblink with below code from Forms 10g (Datablock - Pre-insert trigger)
    cursor_handle := dbms_sql.open_cursor;
    dbms_sql.parse(cursor_handle, 'select decode(object_type,''TABLE'',''T'',''VIEW'',''V'',null) col1 from all_objects'||'@'||db-link, 1);
    dbms_sql.define_column(cursor_handle,1,col1,30);
    execute_feedback := dbms_sql.execute (cursor_handle);
    execute_feedback := dbms_sql.fetch_rows(cursor_handle);
    dbms_sql.column_value(cursor_handle,1,col1);
    Its throws error in Pre-insert trigger : select decode(object_type,'TABLE','T','VIEW','V',null) col1 from all_objects@db-link ---- Not return values -- error out
    I found this error using log message.
    Can you please help us... its very critical for us.
    Edited by: user775668 on Jun 17, 2011 5:46 AM
    Edited by: user775668 on Jun 17, 2011 5:46 AM

    In terms of trying to debug this why don't you login to your schema and create a view:
    create view testview as select * from all_objects@dblink
    and deal with that instead?
    (You would need to grant permissions to that view.)
    I mean as a way to keep the complex dbms_sql out of the loop and look
    more to permissions and schema issues. In the long term the view hard codes the structure and is
    not a good solution if the structure changes. I just mean as a test.
    BTW you know there is an all_objects already? Didn't know if you meant that literally or not.
    You could not use that name.

  • Why is smtp iCloud outgoing mail server not connecting from iPod?

    My Macbook mail app works find with smtp iCloud setting?

    I deleted the MM account on the phone and reinstalled it again. Now it is working.

Maybe you are looking for