Use proxy server/ DMZ with ECXpert https

Can anybody tell me how to set up the Integration server when the outgoing XML https is going via a proxy.
The AS2 plugin has special fields for this in ECX.ini.
We have our backlan seperated from the internet by a DMZ. The integration server is situated in the Backlan. How should we setup the server so that messages coming in via https (internet) go into Ecxpert.

What type of internet service do you have?<br />
i.e., dial-up, cable, DSL or ?
http://whatismyipaddress.com/
Do you have a fixed IP address? <br/>Most broadband providers use "dynamic" assignment of IP address via DHCP, so you may not always have the same IP address. Those DHCP assigned IP addresses usually expire in 72 hours, so if you wouldn't use your PC from that connection for 3 days chances are your IP address may have been automatically changed.
And you might want to check with your ISP to find out if you can change your IP address via a "refresh".

Similar Messages

  • Connect to Internet use proxy server (N82/WLAN)

    I can not connect my N82 to Internet use proxy server

    15-May-2008 09:10 AM
    duchung91 wrote:
    I can not connect my N82 to Internet use proxy server
    Hi I have had the same problem but think I've cracked it with the help of the IT guys at work.
    Steps:
    1)Goto Wifi wizzard,
    2) find the network you want to connect to.
    3) Click on options
    4) click on 'define as access point'
    5) enter the key when prompted. Go back to main screen.
    6)Now goto tools, (from main screen), settings, connection, access points.
    Find your network, click on options and then edit. Check your details are correct.
    7)Click on options, advanced settings. Type in your proxy address and port number. Get back to the main screen.
    8)Click on the web icon. Find your network. You might have to scroll past the standard gprs networks.
    9) Surf (hopefully).
    This worked for me. I hope it will for you too. Not an expert but just determined.
    Dan

  • "do not use proxy server for local (intranet) addresses" IEM setting

    Hi, i would like to find out where can i find the following setting in GPO which used be found in IEM.
    "do not use proxy server for local (intranet) addresses" Enabled/Disabled
    as currently im setting the IE proxy exception list via GPP, i don't see that option.

    Hi,   
    As you notice that when we use GPP Internet Setting item to configure bypass proxy servers, there is no "do not use proxy server for local (intranet) addresses" option in GPP Internet
    Setting item. However, as suggested by zanderol24’s reply, we can use bypass proxy server for local addresses option under
    Proxy server to achieve the same function.
    Best Regards,
    Erin

  • Unable to use proxy server with MAC OS X Anyconnect client

    Hi All,
    I have a VPN setup thru a Cisco 5520, Windows clients connect just find and the end users configure there browser to use our internal proxy servers.   Users with the MAC OS X Anyconnect client can connect, they configure their Mac to use our proxy server, but the broswers will not work, clients can reach networks and resources behind the VPN gateway and have access to the Proxy(Tried a telnet to that hostname/port).  Anyone run into this issue before?  I am running ASA 8.3(2), Anyconnect(OS X) 3.1.01065.
    Thank You

    We had the same problem.
    We are behind government firewall so I don't know which Cisco firewall is used but we are using AnyConnect to establish VPN from internet to LAN behind firewall. We have no problems with Windows. With Mac OS X connection through proxy didn't work with Safari and Chrome (both are using system Proxy setting), but it did work with Firefox (which has it's own Proxy).
    Finally we found out that ethernet MTU size was the culprit. When we set it to manual, with size being 1347 (or less), proxy started to work.

  • Problem while connecting to site using proxy server in weblogic 8.1

    Hi All,
    I am able to connect to the site www.testtest.com when i am running the below
    program out side a bea weblogic server. but i couldn't able to connect to the
    www.testtest.com when i am accessing thru a progam that was running in weblogic
    server. i am getting the below exception
    Tried all: '1' addresses, but could not connect over HTTP to server: 'www.testtest.com',
    port: '80'
    I am using weblogic server 8.1. Pls help me out in solving this.
    import java.io.*;
    public class testurl
    public static void main(String[] args)
    try
         String username = "username";
         String password = "password";
         String proxy_internet_address = "111.111.12.12";
         String proxy_internet_port = "80";
         String urlString ="http://www.testtest.com/";
         java.net.Authenticator.setDefault(new SimpleAuthenticator(username,password));
         java.net.URL url = new java.net.URL(urlString);
         java.util.Properties systemProperties = System.getProperties();
         systemProperties.setProperty("http.proxyHost",proxy_internet_address);
         systemProperties.setProperty("http.proxyPort",proxy_internet_port);
         java.net.HttpURLConnection aConnection = (java.net.HttpURLConnection)(url.openConnection());
         aConnection.setDoInput(true);
         aConnection.setDoOutput(true);
         aConnection.setUseCaches(false);
         aConnection.connect();
         java.io.InputStreamReader insr = new java.io.InputStreamReader(aConnection.getInputStream());
         java.io.BufferedReader br = new java.io.BufferedReader(insr);
         String s="";
         String textString =null;
         while((textString = br.readLine())!=null)
         s = s + textString;
         }//end of while
         br.close();
         aConnection.disconnect();
         PrintWriter pw = new PrintWriter(new FileOutputStream("test.html"));
         pw.println(s);
         pw.close();
    }catch(Exception e){
         System.out.println(e.toString());

    I have a similar problem. I want to connect to a URL, but not using proxy. From outside BEA or in BEA 6.1 it works OK, but not in BEA 8.1.
    Did you get to solve your problem ?

  • Using SQL Server credentials with Secure Store Target Application for Data Connection in Dashboard Designer

    [Using SharePoint 2013 Enterprise SP1]
    I would like to use SQL Server credentials in a Secure Store Target Application, and
    this page makes it look like it's possible but when I attempt to use the new Target Application ID as authentication for a Data Connection in Dashboard Designer, I get a generic "Unable to access data source" with no error logged in SQL Server
    logs.
    I am able to use a Target Application with AD credentials to access the SQL db without a problem. Suggestions?

    Hi,
    1. Make sure that the credential is set to
    Secure Store Target Application. Navigate to the Central Administration. Click on the
    Application Management. Click on the Manage Service Applications. Click on the
    Secure Store Service Application. Select the application ID and from the ECB menu click on the
    Set Credentials. Enter the Credential Owner, Windows User Name and the
    Windows Password.
    2. Make sure that in the Dashboard Designer “Use a stored account” is selected in the “Authentication” and the proper application ID is mentioned.
    Please refer to the link below for more information:
    http://www.c-sharpcorner.com/Blogs/14527/unable-to-access-data-source-the-secure-store-target-applic.aspx
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] .
    Rebecca Tu
    TechNet Community Support

  • Use proxy server

    I have installed Fiddler software but it seems it changes proxy server settings beside tracking all browser activity due to statistics.
    When I uninstalled Fiddler I noticed error in Mozilla as all browsing was refused:
    The proxy server is refusing connections
    Firefox is configured to use a proxy server that is refusing connections.
    Check the proxy settings to make sure that they are correct.
    Contact your network administrator to make sure the proxy server is working.
    I have seen that login as another user will work but the same settings will not work under user where is installed Fiddler.
    There is AUTO detecting proxy and use a proxy server.
    How to manage that it will be set use a proxy server but solve browsing when I uninstall Fiddler?
    Is there some Windows 8 configuration as Mozilla is hit by Fiddler.

    Hi,
    I have checked previous posts. I understand it is default Use proxy system and I can use NO proxy. It is an issue that software hits Mozilla settings for the user as Use proxy system and browsing will not work anymore. Fiddler should warn users that even if you use uninstall it will not bring back settings.
    This is time consuming as Mozilla is not responsible.
    Is there system data inside Windows 8 to bring back working Use proxy system in Mozilla for user where is installed Fiddler? I like to use default due to security.

  • Error -9808 using Proxy Server

    Hey All,
    I can't log in to the iTunes Store or authorize my computer. Trying to do so brings up error -9808. I can however view the store and download free songs etc. I think the problem is related to my proxy server. I live on a university campus and have to go through their proxy, which has all sorts of nasty security settings and such. It has also been suggested that my firewall (Norton 2007) is to blame, but I tried turning it off to no avail. iTunes says they can't give technical support. Anyone have any idea what I can do about it? At least can anyone tell me what error -9808 actually means so I can talk to the administrators?
    Thanks,
    Tom Siebert

    code level setting proxy into the HttpTransportInfo should work, maybe you can add the line to see the error details:
    System.setProperty("javax.net.debug","all");
    or can you sure your stub has been obtained before setting the proxy?
    if not, JAX-RPC has another way to create service:
    Proxy p = new Proxy(Proxy.Type.HTTP, new InetSocketAddress("myhost.in.here", 8600));
    HttpTransportInfo info = new HttpTransportInfo();
    info.setProxy(p);
    XXXService aa = new XXXService(wsdl, info);
    ... to get the stub through proxy.
    HTH,
    Kevin

  • Use Proxy Server in front of StandAlone

    Hi All,
    I have a Standalone XMLP deployed in my environment.
    As standalone is by default deployed on 15101, I need use a reverse proxy server in front of it so that all reports are accessed from port 80.
    After I set the proxypass/reverseproxypass in my httpd.conf, I am able to login and see sample reports but the images are still pointing to old host:port.
    Please advice what further changes are requried to implement this.
    Thanks in advance.
    Rishi

    Did you ever get an answer to this?
    Kathryn

  • User Banned from the forum using proxy server??

    HI for awhile now I cannot get on the forum without disabling my proxt server. Why is  this? Does adobe need my IP so badly??? This has been going since they started the cloud.. Please help me find out how to get on while on a proxy server. I use netshade and a VPN. It just can't find the server.
    Here are the screen shots
    and

    Thanks for the advise Pat. this is recent problem. So I guess adobe does not have a work around in the offing? Does this mean that my proxy server is funeling some of those IPs?? Is it flagged somehow?? I suppose I can't reinstall while the proxy is in place then so it will see and recognize it? well thanks anyway. do you have any idea if this is why adobe thinks I am in trial mode when I really have a full license?? I keep getting the pop-up and the days keep counting down and I keep putting in my full license and it keeps asking every time I open the app. I don't wnat to get to day 0 and not be able to use photoshop which I paid full price for when it first came out! Any help would be most welcome. thanks aloha, Uhane
    Pat Willener wrote:
    I don't think Adobe is interested in your IP address.  Also, banning proxy servers is not directed against you, but against certain people who really want to hide their IP addresses: spammers.
    You don't know how many spam messages are removed daily from this forum by moderators and administrators.  Forum spam has become a great problem over the last few years, and banning IP ranges from where forum spam originates has been quite effective.
    So I don't think there is a way of letting legitimate users like you using a proxy server to login, while at the same time keeping spammers at bay.

  • Using Exchange Server 2007 with 755p ???

    After three phone calls to Palm customer service, I still cannot get my 755p to connection to Microsoft Exchange Server 2007 via Versamail. I have tried enumerous combinations without success. One customer service person told me I had to have a "certificate" with Server 2007 (unlike) but she could never tell me how to use it. (I have a line in my regular Outlook account set-up that reads "Only connect to proxy servers that have this principal name in their certificate:" I have that name in Outlook , but see no way of using it in Versamail. Without that certificate, it seems to reject my username and password.)
    Any help here from someone who has actually been able to connect using the basic Versamail wizard and Exchange 2007? (I'm using Windows XP, but setting this up in the 755p -- not the computer. My service is Sprint.)
    Post relates to: Treo 755p (Sprint)

    Click on the following link for the support page for your device on the kb.palm.com webpage.
    http://www.palm.com/us/support/treo/treo755psprint/
    There are links on the page to the user guide, troubleshooting, how to's, downloads, etc.
    Click on the link for "email setup (Versamail)"
    There are instructions there for setting up an exchange account.
    If you need to install a certificate on the device, click on the following link for instructions on installing a certificate on a Palm OS device.
    http://www.palm.com/us/support/downloads/versamail/certmodtool.html
    Post relates to: Palm i705

  • Performance degradation when using proxy.pac file with FF ESR 31

    With Bug 923458 many people complained about a performance issue compared to other browsers when a proxy.pac file is used.
    The issue initially reported with the bug was resolved for ESR25 according to the statistics, but the general performance issue remained.
    I had the same issue with ESR24 and ESR31.3 .
    I was testing with www.bild.de.
    It took about 40 seconds to load the content completely. Without the proxy.pac file it took about 10 seconds.
    I added a few alerts to the pac-File in order to get logs within the console for some analyses.
    I found the following:
    1. the pac.file is executed for every request, no matter if the host changed or not.
    With us the pac-File checks for IP-Adresses and host-names only.
    It is not necessary to execute the pac file for each and every request to the same remote host.
    So the question is, if we are able to disable this behaviour via about:config?
    2. the content referenced by www.bild.de seems to be loaded sequentially and with a delay
    The overall time consumed by the proxy.pac file executions was about 4 Seconds compared to the 40 seconds of overall load time.
    So I checked the delay between executions of the pac-file and found an overall delay of 40 seconds. I expect that the delay between the calls to the pac-file is caused by the retrieval of contents from the remote host.
    So why are the requests executed sequentially?
    Hint: Due to the times necessary for executing the pac-file and downloading the contents from the remote host, I would expect the logs generated by my alerts to be mixed (especially if myIpAddress took 1 Second). But the log is cleanly ordered by URL. (see attachment)

    Hi guigs2,
    thanks for your response. As we only use myIpAddress once within our pac-File and only rely on dnsDomainIs(), ==-Comparisons and shExpMatch() and the sum of all pac-Executions was about 4 seconds compared to 40 seconds overall load time, I do not think that dns resolving is our issue.
    I checked the seetings of the configuration you mentioned above. It is set to "false", so the client would try the resolve the dns names. Our admin told, that we do not use socks-Proxies, only http-Proxies.
    Regarding sequential load of the contents included on www.bild.de from other web sites, I attached a screenthot.
    Please note the red highlights. These show the start time in milliseconds of the pac-execution. I added this as a kind of id which represents a unique identifier together with the URL if the log items are mixed. But they are not, instead they are cleanly ordered by URL (for all 360 pac-file calls).
    Moreover in the picture you can see the delay between the end of the last pac-file execution and the next one (blue timestamp in millisonds compared to the red timestamp of the next row saying "entered proxy.pac"). The delay sum up exactly to the 40 seconds the FF took to load the page completely.
    Alone the fragment shown represents a delay of 630ms between the pac-file executions. If the contents would be loaded in parallel, there should be no such delay.

  • Using Lync server 2010 with office 365 email in the cloud

    We have a 5 year old install of Lync server 2010 in house that interacts with a local install of exchange 2008 via unified messenger. If down the road we want to try email in the cloud like office 365 can we still keep our local Lync server install? Thanks in advance.
    This topic first appeared in the Spiceworks Community

    I am reporting back with my solution.  I can now confirm that one can have Lync servers on-premises with Exchange Online using Office 365 and the Lync Phone Edition devices will work.  Contact search, calendar (although it only shows the day's
    Lync meetings), and visual voice mail all work.
    Summary of fix: AD FS certificates have to be issued by CAs that Lync Phone Edition trusts.
    The problem was when the Lync Phone Edition came back and tried to log in through AD FS.  Since we had single sign-on with Office 365 set up before we even ventured down the Lync path, the certificates for AD FS weren't issued by a CA that Lync Phone
    Edition trusted.  Getting new certificates solved the issue.  (They were issued by the same CA that did the "external web" certificate on the Lync Front End in case that matters.)
    I tried hard to get the phones to trust the original certificate first, putting it in Active Directory using the
    certutil -dsPublish method, putting the original CA on the Lync Web Services trusted list using
    Set-CsWebServiceConfiguration.  But nothing seemed to work until I finally just gave up and got a new certificate issued.  I am now running without any certificates listed in Active Directory nor any explicitly listed in Lync's Get-CsWebServiceConfiguration
    and it works great.
    The Technet articles are woefully out of date when it comes to the trusted CA list, but here's a link to the list of trusted CAs (with the updated firmware): http://blog.schertz.name/2014/10/lync-phone-edition-and-public-certificates/ 

  • Using Windows Server 2008 with After Effects as Render Slave?

    Hi guys,
         We have a fair number of servers that run Windows Server 2008 64bit.  We wanted to further utilize these boxes and wanted to know if it's possible to use them as render slaves with After Effects?  Anybody doing this?  We couldn't find anything for system requirements on Windows Server 2008.
    Thanks for everyone's input.
    Jason

    Hi Todd,
         Another question for ya.  Does it matter if we have some machines still running 32-bit render slaves for after effects and implement a master 64-bit CS5 after effects Master?  Can you mix it up OR do all the machines have to be upgraded to the same version, eeven though they are just render slaves?  We are just doing some thinking on reconfiguration and what to do so it's right the first time.
    Thanks for the input.
    Jason

  • What DNS settings to use in server setup with a time capsule

    I have a mac mini and am to install leopard server on it for our office.
    i think the standard install is for me...small business needing filesharing and vpn access only. We have outsourced exchange which i'm probably going to keep, and also an outsourced web server.
    I had a trial run at install and came across some problems (clients couldn't use vpn or ichat) so thought I better check my assumptions with you experts!
    i presume DHCP will be run by the time capsule, and 5 or 6 macbooks will share the broadband connection. Got to the 'Network address pane' and it had an IP and subnet assigned by the time capsule (10.0.2.2, 255.255.255.0).
    I clicked next and got the 'network names' pane...maybe this is where i went wrong...I set primary DNS name as macserver.[mycompany].com and the computer name as Mac Server.
    I went through the rest of the set up...added some users and file sharing is all work fine. Client machines auto set up via directory utility
    PROBLEMS:
    iChat says it cannot connect due to mac server ...something to do with ssl
    VPN says internet connection problem
    i can access internet from clients and server machine; can file share no problem.
    There is something obvious that I am missing...

    iChat says it cannot connect due to mac server ...something to do with ssl
    It would help if you quoted the actual error message, rather than some vague reference.
    The chances are it's complaining about the SSL certificate that the server is using - it probably doesn't match the server name. There are many reasons for this, but the upshot is that you need an SSL certificate that is valid for the hostname that users use to connect to the server with.
    So if you're using 'ichat.mycompany.com' as your iChat server name, you will need a SSL certificate for 'ichat.mycompany.com'. Or you'll need to turn off SSL.
    You can manage SSL certificates via Server Admin.
    VPN says internet connection problem
    I assume this is remote clients trying to connect to the server, right?
    Have you setup all the port forwarding rules in the router to allow incoming VPN connections to get routed to the server?

Maybe you are looking for

  • Web service problem URGENT

    Hello **I used xsd file (XML schema) to generate data classes by choosing tools-->JAXB compilation** **and the classed where generated successfully** **when I tried to call a method that set data in one of the classes I got the following exception at

  • Unable to add a hyperlink to an ID

    I'm unable to add a hyperlink to an ID on the page. Inserting in an ID into the hyperlink menu prepends the "http:///" to it. At the very least, it would be helpful to be able to link to "#top" as most browsers handle that by default these days. But,

  • Pre - Low battery alarm and battery status don't match.....

    I am a Volunteer here, not employed by HP. You too can become an HP Expert! Details HERE! If my post has helped you, click the Kudos Thumbs up! If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you

  • Redeeming iTunes credit has worked before, but not now.

    I have an iTunes credit that won't apply when I make an inapp purchase. It went straight to the bank account. Before, iTunes credits were applied before other means were applied. Any suggestions?

  • How to detect 'publisher gone away'

    I've written a simple publish/subscribe solution using a topic as opposed to a queue paradigm. I start the server, establish a JMS destination, etc., etc., then start the client last (of course). All is well. Now imagine the server gets stopped for s