Port# - proxy settings

I have dreamweaver CS6 through adobe cloud. I am using in a commercial application (business).
My host changed my port# from 21 to 12420.
I changed all the appropriate settings and it is not working. I test the FTP connection and dreamweaver says (successful). Then I go to upload my data update and it gives me an error message of (file activity incomplete).
I was online with one of your techs this afternoon and hit a wall, told me to post my situation on this forum to get help. I was told that dreamweaver only supports FTP 21 port and it is a proxy setting that I need the proxy host name and settings to get this to work. ... & no my host will not give me this information I have tried and gone rounds. I looked up alternate port # to see if I could find this info somewhere else online and my port # of 12420 came up with no info. I need this to work, I am hitting a wall, any suggestions you might have would be welcome. OH, I am told from my host that they have done this to other clients, using dreamweaver, and it works, that it is a dreamweaver issue.

I am in an office environment.
It is as suspected, my host would not give me the root directory, so we
had to hunt for it and quess and finally figured it out.
If my host would have given me the information as asked I would not have
had this issue.
Thank you for all your support in and help.
- Tamra J.

Similar Messages

  • Proxy settings for dynamic ftp send port

    Does anyone have an idea how to configure the proxy settings when using a dynamic send port to connect to an ftp server?
    When using the FTP send port there is the property 'Server' to specify the proxy settings, but how would this be done with a dynamic send port?
    I can't find anything about this. And there doesn't seem to be a property
    FTP.Server according to intellisence in my orchestration.
    Kind regards,
    Mitch Vanhelden
    Blog: http://mitchvanhelden.blogspot.com

    It seems like most or all of the FTP properties are exposed in the Global Property Schemas assembly.  The FTP properties are under the "FTP" namespace (see FTP property schema below).
    One thing you might try is to get it working (simple messaging) using a static FTP send port.  Once it is working, turn on send port tracking of message properties (before and after port processing).  Inspect the tracked message for the FTP
    related properties set during static transmission and try setting these within your orchestration.
    <?xml version="1.0" encoding="utf-16"?>
    <xs:schema xmlns="http://schemas.microsoft.com/BizTalk/2003/ftp-properties" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" targetNamespace="http://schemas.microsoft.com/BizTalk/2003/ftp-properties" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:annotation>
    <xs:appinfo>
    <b:schemaInfo schema_type="property" xmlns:b="http://schemas.microsoft.com/BizTalk/2003"/>
    </xs:appinfo>
    </xs:annotation>
    <xs:element name="RepresentationType" type="xs:string">
    <xs:annotation>
    <xs:appinfo>
    <b:fieldInfo propSchFieldBase="MessageContextPropertyBase" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" propertyGuid="198b2027-4cde-4677-88f1-7b66caf6473a"/>
    </xs:appinfo>
    </xs:annotation>
    </xs:element>
    <xs:element name="SSOAffiliateApplication" type="xs:string">
    <xs:annotation>
    <xs:appinfo>
    <b:fieldInfo propSchFieldBase="MessageContextPropertyBase" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" propertyGuid="8045bcbe-3285-412c-8b5a-dc3be5978c9b"/>
    </xs:appinfo>
    </xs:annotation>
    </xs:element>
    <xs:element name="UserName" type="xs:string">
    <xs:annotation>
    <xs:appinfo>
    <b:fieldInfo propSchFieldBase="MessageContextPropertyBase" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" propertyGuid="6E789556-2F81-4fa6-B8E2-5214F1662289"/>
    </xs:appinfo>
    </xs:annotation>
    </xs:element>
    <xs:element name="Password" type="xs:string">
    <xs:annotation>
    <xs:appinfo>
    <b:fieldInfo propSchFieldBase="MessageContextPropertyBase" isSensitive="true" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" propertyGuid="FEFD9283-C98A-470d-8E0A-C00214EE4047"/>
    </xs:appinfo>
    </xs:annotation>
    </xs:element>
    <xs:element name="BeforePut" type="xs:string">
    <xs:annotation>
    <xs:appinfo>
    <b:fieldInfo propSchFieldBase="MessageContextPropertyBase" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" propertyGuid="58C0F130-2D2D-4374-8418-714A31046A58"/>
    </xs:appinfo>
    </xs:annotation>
    </xs:element>
    <xs:element name="AfterPut" type="xs:string">
    <xs:annotation>
    <xs:appinfo>
    <b:fieldInfo propSchFieldBase="MessageContextPropertyBase" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" propertyGuid="CFBD9956-B0C6-48af-9257-4E27C7771998"/>
    </xs:appinfo>
    </xs:annotation>
    </xs:element>
    <xs:element name="ReceivedFileName" type="xs:string">
    <xs:annotation>
    <xs:appinfo>
    <b:fieldInfo propSchFieldBase="MessageContextPropertyBase" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" propertyGuid="441B372A-23A1-4465-8329-F56AC0BDBFD8"/>
    </xs:appinfo>
    </xs:annotation>
    </xs:element>
    <xs:element name="MaxConnections" type="xs:unsignedInt">
    <xs:annotation>
    <xs:appinfo>
    <b:fieldInfo propSchFieldBase="MessageContextPropertyBase" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" propertyGuid="0A580338-036A-411B-A28A-1BCC86E56458"/>
    </xs:appinfo>
    </xs:annotation>
    </xs:element>
    <xs:element name="CommandLogFileName" type="xs:string">
    <xs:annotation>
    <xs:appinfo>
    <b:fieldInfo propSchFieldBase="MessageContextPropertyBase" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" propertyGuid="CCE01F9B-8869-4216-BD7A-8F476FA40327"/>
    </xs:appinfo>
    </xs:annotation>
    </xs:element>
    <xs:element name="AllocateStorage" type="xs:boolean">
    <xs:annotation>
    <xs:appinfo>
    <b:fieldInfo propSchFieldBase="MessageContextPropertyBase" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" propertyGuid="4945CA1F-A812-483B-B32F-C98513EBF51E"/>
    </xs:appinfo>
    </xs:annotation>
    </xs:element>
    <xs:element name="PassiveMode" type="xs:boolean">
    <xs:annotation>
    <xs:appinfo>
    <b:fieldInfo propSchFieldBase="MessageContextPropertyBase" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" propertyGuid="74B6373E-550F-4434-B2D1-DE912ACDB3A7"/>
    </xs:appinfo>
    </xs:annotation>
    </xs:element>
    <xs:element name="SpoolingFolder" type="xs:string">
    <xs:annotation>
    <xs:appinfo>
    <b:fieldInfo propSchFieldBase="MessageContextPropertyBase" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" propertyGuid="1C703221-ADE1-4DF7-9D6E-1770903DC614"/>
    </xs:appinfo>
    </xs:annotation>
    </xs:element>
    <xs:element name="UseSsl" type="xs:boolean">
    <xs:annotation>
    <xs:appinfo>
    <b:fieldInfo propSchFieldBase="MessageContextPropertyBase" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" propertyGuid="D032AB42-E927-470C-B5E8-E59A5E32851D"/>
    </xs:appinfo>
    </xs:annotation>
    </xs:element>
    <xs:element name="UseDataProtection" type="xs:boolean">
    <xs:annotation>
    <xs:appinfo>
    <b:fieldInfo propSchFieldBase="MessageContextPropertyBase" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" propertyGuid="42E3D7F0-5FF5-4C6E-8E72-BD76D203C6DD"/>
    </xs:appinfo>
    </xs:annotation>
    </xs:element>
    <xs:element name="FtpsConnectionMode" type="xs:string">
    <xs:annotation>
    <xs:appinfo>
    <b:fieldInfo propSchFieldBase="MessageContextPropertyBase" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" propertyGuid="EDA0F134-3F42-4DD7-8428-75BA65E7C4CA"/>
    </xs:appinfo>
    </xs:annotation>
    </xs:element>
    <xs:element name="ClientCertificateHash" type="xs:string">
    <xs:annotation>
    <xs:appinfo>
    <b:fieldInfo propSchFieldBase="MessageContextPropertyBase" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" propertyGuid="423E6603-652E-4A61-B49F-B632031E3180"/>
    </xs:appinfo>
    </xs:annotation>
    </xs:element>
    </xs:schema>
    David Downing... If this answers your question, please Mark as the Answer. If this post is helpful, please vote as helpful.

  • What are the PROXY SETTINGS (port) for HP Photosmart printer 7520 ???

    CANNOT   FIND  THE  CORRECT  PORT  ( proxy  setting )  for  my
    HP  7520  Photosmart  PRINTER???

    Hi torino71,
    Welcome to the HP Support Forums! I see you would like to know which proxy settings to set for your HP Photosmart 7520. I was able to find a great thread from a fellow Community member windrunner123, see below:
    In some network setup, proxy settings may need to be configured on the printer to enable connection to the Internet.
    1. Make sure the printer is on a network and must have an IP address assigned by a Network Router or a DHCP server. Alternatively, you may also configure the printer to use a static IP address.  Check and retrieve the IP address of the printer from the Home Screen menu selection: Network -> View Network Summary -> View Wired (or View Wireless)  or Setup -> Network > View Network Summary (depending on printer model)
    2. In a web browser on your computer, type the IP address or hostname that has been assigned to your printer.
    3. Go to the Network Tab > Proxy Settings and enter the proxy settings into the fields and click Apply button.  You may have to check with your ISP or IT Administrator for the correct Proxy Setting.
    As well as the port settings below you will want your router company to make sure that multicasting is enabled, bonjour protocol needs to be enabled, make sure that mac filtering is disabled, and have them check if there are any firmware updates for the router, and check firewalls on the router to make sure not blocking the communication
    The following ports are also used by your HP device and might need to be opened on your firewall configuration
    Incoming ports (UDP) are destination ports on the computer while outgoing ports (TCP) are destination ports on the HP device:
    Incoming (UDP) ports
    137, 138, 161, 427
    Outgoing (TCP) ports
    137, 139, 427, 9100, 9220, 9500
    The ports are used for the following functions:
    Printing
    UDP ports 427, 137 161
    TCP port 9100
    Photo card upload
    UDP ports 137 138 427
    TCP 139
    Scanning
    UDP port 427
    TCP 9220, 9500
    Faxing
    UDP port 427
    TCP port 9220
    HP Device Installation
    UDP port 427
    Web Services
    80, 443, 5222 and 5223
    I hope this helps! If you have any more questions please let me know.
    Thank you,
    HevnLgh
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • Detect proxy settings and ports

    Hello forum, I have a project to find out which servers or applications/services are going through ISA 2006 proxy. The servers comprise of WIndows 2003 and 2008 R2 boxes. I tried proxcfg.exe (pre 2008) and netsh winhttp show proxy (post 2008) but I get following
    results. I know that these boxes do use proxy servers because they show up when I query ISA logs.
    C:\proxycfg
    Microsoft (R) WinHTTP Default Proxy Configuration Tool
    Copyright (c) Microsoft Corporation. All rights reserved.
    Current WinHTTP proxy settings under:
      HKEY_LOCAL_MACHINE\
        SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Connections\
          WinHttpSettings :
         Direct access (no proxy server).
    C:\netsh winhttp show proxy
    Current WinHTTP proxy settings:
        Direct access (no proxy server).
    I have also looked at registry keys HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet
    Settings but found nothing of relevance. Checked IE settings and found no proxy configuration. How can I check which application or service is using proxy and on which port? Thanks again.

    Thanks Quan, a little background, ISA version is 2004 and the traffic logging is done on a different box with SQL 2005. Which means that all server, service/application or user generated traffic first hits ISA boxes and data is logged in SQL server. Now, I
    ran a query on SQL boxes to see if there are servers or applications still accessing old ISA servers and found that many still are using that route. The query I ran is 
    select clientusername,Max(logtime)
    from webproxylog
    where logtime > '2014-03-04'
    Group by Clientusername
    Outcome is a list of servers and users accessing old ISA servers, please see below
    clientusername
    TimeStamp
    Domain\USER1
    12/03/2014 9:42
    Domain\USER2
    10/03/2014 8:29
    Domain\SERVER1$
    12/03/2014 6:33
    Domain\SERVER2$
    7/03/2014 23:05
    Domain\SERVER3$
    7/03/2014 23:09
    Domain\SERVER4$
    7/03/2014 22:18
    Domain\SERVER10$
    12/03/2014 0:15
    Domain\SERVER12$
    6/03/2014 13:00
    Domain\SERVER21$
    9/03/2014 15:05
    Domain\USER46$
    6/03/2014 7:17
    Domain\SERVER22$
    5/03/2014 17:25
    Domain\SERVER73$
    12/03/2014 9:11
    Domain\SERVER14$
    5/03/2014 17:31
    So I logged on to few servers to check proxy settings. The server list comprise of Windows 2003 and 2008 R2 boxes. On a handful of servers I found proxy, under IE settings but on others I didn't find any proxy settings (under IE). Then I tried proxcfg.exe (pre
    2008) and netsh winhttp show proxy (post 2008) but I got following results, please see below. 
    C:\proxycfg
    Microsoft (R) WinHTTP Default Proxy Configuration Tool
    Copyright (c) Microsoft Corporation. All rights reserved.
    Current WinHTTP proxy settings under:
      HKEY_LOCAL_MACHINE\
        SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Connections\
          WinHttpSettings :
         Direct access (no proxy server).
    C:\netsh winhttp show proxy
    Current WinHTTP proxy settings:
        Direct access (no proxy server).
    I have also looked at registry keys HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings but found nothing of relevance. Checked IE settings and found no proxy configuration. Then why are my servers using old proxy servers?

  • Port# change - proxy settings

    How do I get dreamweaver CS6 proxy settings for port# 12420?

    Go to Edit > Preferences > Site. 
    Complete
         Proxy Host: 
         Proxy Port:
    Then click on Manage Sites.
    Nancy O.

  • How to use proxy settings for one website

    Hello,
    I have to access the only one website using Proxy settings and for others I don't need proxy to access. Is there a way to configure the internet settings to allow one website using Proxy... Please advise. Thanks!
    Regards,
    Aravin S

    I am also getting this "error".  The printer (8500 A910) connected to the web well enough that it went out and supposedly downloaded a new update, but then it was supposed to print a page showing the email address, but did not.
    So I go in and try to set up the eprint, and it tells me it cannot connect to the sever and I'll need to enter a proxy address and port number.  But my ISP's cable modems do NOT have any static IP address nor do they provide any sort of proxy service.  Everything works just fine with "automatic discovery" (DHCP) for every computer in the house.  No problems there.
    So, since  that's the case, of course I cannot look up some proxy address and port number in my web browser because they're all set up for "automatically detect settings".
    What's baffling is that the printer connected to something at HP to download the "update", and it went through a process that appeared to be what I'd expect it to do if it was updating its firmware.  But it won't connect to whatever it's supposed to connect to to have an email address assigned.
    Does HP supply a proxy server?  If so, what's its IP address or URL, and what port should a person set the printer to try to use?
    UPDATE:
    It appears that the HP site must have just been "down" for about six or seven hours while I was trying to get the printer to connect because it now connected and I got an email address asigned without needing to have any "proxy" stuff set up at all.  It's a shame that the printer does not simply report "HP Site down - try again later" instead of reporting that you need to use a proxy when that's impossible.
    "Now, on to the next problem which is that my emails to the assigned address are all bouncing with a "550 5.7.1 Command rejected" error!

  • Steps to apply Proxy settings for all Server in a specific OU using Group Policy ?

    People,
    I have several terminal server (2008 R2) running as RDSH in an OU called Terminal Servers.
    So how can I create the GPO setting to make sure that everyone who login to this terminal server will be getting the proxy settings automatically to proxy.domain.com on port 3128 ?
    I've created the GP object and then link it directly to the Terminal Servers OU using the following options:
    User Configuration (Enabled) > Policies > Windows Settings > Internet Explorer Maintenance >
    Connection/Proxy Settings > Enable proxy settings 
    But somehow when I login as myself and DOMAIN\Administrator the proxy settings in the IE11 is still unchecked with the old Proxy value and sometimes blank in some servers.
    /* Server Support Specialist */

    > I've created the GP object and then link it directly to the Terminal
    > Servers OU using the following options:
    >
    > User Configuration (Enabled) > Policies > Windows Settings > Internet
    > Explorer Maintenance >
    > Connection/Proxy Settings > Enable proxy settings
    User policies apply to user objects - the servers will ignore them, and
    as long as there is no user in your terminal servers OU, no one will get
    this setting.
    Link your policy to the OUs where the users are, then use item level
    targeting to filter for a security group you create for this purpose,
    and add all your terminal servers to this group. Don't forget to reboot
    the servers after changing group memberships...
    Greetings/Grüße,
    Martin
    Mal ein
    gutes Buch über GPOs lesen?
    Good or bad GPOs? - my blog…
    And if IT bothers me -
    coke bottle design refreshment (-:
    Martin,
    Since the browser in the Terminal Servers are all running IE 11, do I need to do the GPO using IEAK or GPP with the new ADMX template ?
    /* Server Support Specialist */

  • How to display the proxy settings for a specific group of servers in an OU ?

    Hi,
    Can anyone here please assist me in how to display the value of Proxy server settings from the computers in a specific OU member ?
    $Computers = Get-ADComputer -Filter * -SearchBase "OU=Terminal Servers,OU=Servers,DC=domain,DC=com" | Where-Object { Test-Connection $_.Name -Count 1 -Quiet }
    ForEach ($Computer in $Computers) {
    | Export-csv "C:\Proxy-Setting-Results.csv" -Append -NoTypeInformation -UseCulture
    I've done similar script for some other task but not sure how to do this for Proxy setting.
    Thanks.
    /* Server Support Specialist */

    Proxy settings are not set in Active Directory
    The below code works for 2003 servers and Win XP
    $colItems = get-wmiobject -class "Win32_Proxy" -namespace "root\CIMV2" `
    -computername $env:computername
    foreach ($objItem in $colItems) {
    write-host "Caption: " $objItem.Caption
    write-host "Description: " $objItem.Description
    write-host "Proxy Port Number: " $objItem.ProxyPortNumber
    write-host "Proxy Server: " $objItem.ProxyServer
    write-host "Server Name: " $objItem.ServerName
    write-host "Setting ID: " $objItem.SettingID
    write-host
    You can try checking the registry values- Works in 2008 + and Windows 7
    Get-Item 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Internet Settings'
    or use netsh
    netsh winhttp show proxy -r <remotemachinename>
    Regards Chen V [MCTS SharePoint 2010]

  • BizTalk published WCF service throwing HTTP 404 error using ISA reverse proxy settings

    I have published my schemas as a WCF service from BizTalk 2010 "Publish WCF Service" wizard. I used Wcf-basicHTTP adapter in receive port. I am able to run the service successfully on localhost IIS and I tested my biztalk solution by sending request using SOAP UI and got response successfully.... Now: Actually, I need to give this service endpoint to my vendor who will send request from outside my company's network i.e. internet. In my infrastrucrue BizTalk is behind the firewall so, we setup a REVERSE proxy server at DMZ layer and it is configured properly. I have tested a simple WCF service by replacing the localhost with Proxy server configured address <DNSName> and it worked absolutely fine. But when I change localhost in my BizTalk schema based published WCF service it is not working and I am getting following error. Really strugling to get it resolved. I wasted a whole 3 days....very upset. Please help me out by giving the detailed step solution. Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly. Requested URL: /BizTalkServiceInstance/MyService.svc I am surprized why other c# code based WCF services are working fine with reverse proxy settings. Server Error in '/' Application. The resource cannot be found.Is there any special things to consider Biztalk exposed wcf servcie over ssl in IIS cluster with ISA

    Hi Singam :)
    First I would start by browsing any other files (files other than the one from WCF) just to ensure that the reverse-proxy’s redirection rules are set correctly. If you get the same 404 error when you try to access other service/files “through reverse-proxy”,
    then it’s an issue in the redirection rule(s) in reverse-proxy.
    If others are fine i.e. no issue in reverse-proxy setup as such, then try the following for WCF service's web.config file. I have seen this issue in WCF service (not just BizTalk’s artifacts exposed as service in reverse-proxy). Add serviceHostingEnvironment
    config as show with in serviceModel section.
    <system.serviceModel>
    <serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true" />
    </system.serviceModel>
    Regards,
    M.R.Ashwin Prabhu
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • Windows 8 and IE10 not accepting Proxy Settings via Group Policy

    We have recently introduced a couple of Windows 8 computers in our network, and we are having issues applying the Internet Explorer Proxy Server settings.
    We use a Microsoft TMG 2010 server as our proxy server for accessing the internet.
     We have been using a GPO with the following settings to automatically configure our Windows 7 computers running IE9 with the appropriate Proxy settings:
    User Configuration\Policies\Windows Settings\Internet Explorer Maintenance\Connection/Proxy Settings
    “Enable Proxy Settings” : Checked
    “Address of proxy” : server.domain.local
    “Port” : 8080
    “Use the same proxy server for all addresses” : Checked
    “Exceptions” : Here we have a list of several internal or partner sites that should not be proxied.
    This GPO has worked beautifully for our Windows XP and Windows 7 users with IE 7, 8 and 9.
     Now with Windows 8 and IE10, this no longer works. 
    I’ve therefore added a Windows Server 2012 Domain Controller to the network, and using GPMC on that new DC, I created a new GPO with the following settings:
    User Configuration\Preferences\Control Panel Settings\Internet Settings\Internet Explorer 10
    Now, seeing as these are preferences, it’s a little different.  But, I’ve “checked off” the option “Use a proxy server for your LAN” as well as “Bypass proxy server for local addresses”. 
    Then I click on “Advanced” and setup all my proxy settings the way I would like them, including the proxy server name, port and exceptions list.
    When this new group policy gets applied to my Windows 8 PC, the only setting that gets applied is the “Use a proxy server for your LAN”. 
    It does not configure the name or port of the proxy server nor does it configure the exceptions list. 
    If I go back to the GPMC, and edit the new GPO, the settings are all there. 
    However, if I just view the settings from the main GPMC screen (without opening the GPO itself), 
    I don’t see all of those settings (again, only the one “Use a proxy server…”)
    What am I missing???

    Hi All, - (Revised Answer by myself)<o:p></o:p>
    I banged my head against the keyboard on this one for some time trying to get this group policy to apply.  I
    did every thing that was suggested, learning about the F6 and F7 keys to Green underline and Red underline the options required and not required.  I even gave in and used the registry settings and it still did not work.  It turned out that I had
    2 issues.  The first one is obvious and the second not so obvious, this is how it is setup:
    I have a 2012 R2 Standard DC with Windows 8.1 clients/workstations and IE 11.  As you are aware you must make
    sure that the following are underlined in green:
    Automatically detect settings - (but not ticked)<o:p></o:p>
    Use proxy server for your LAN<o:p></o:p>
    Bypass Proxy for local address<o:p></o:p>
    Next I made sure that the following had red dotted lines:
    Address<o:p></o:p>
    This still didn't work, so I went through my 'Do Not use proxy servers for addresses beginning with' removed all
    of these and then re-added one by one until the problem materialized.  The first issue was when using wildcards I had added an entry with the following:
    http://domain.subdomain.com/*
    Then caused my proxy fields not to be applied, I re-added this just with:<o:p></o:p>
    http://domain.subdomain.com/
    <o:p>This next one is IMPORTANT.</o:p>
    I had these entries in a Word document of which I had copied and pasted from the entry box for 'Do
    Not use proxy servers for addresses beginning with'.  As shown in the screen shot above provided by SVEN_BURGER I had very similar entries:
    http://domain.subdomain.com/;10.*.*.*;172.27.*.*;http://172.27.*.*
    Each time I copied and pasted the line (+ more) above the proxy field on the Windows 8.1 client
    be blank after using 'gpupdate /force' I then noticed that in my Word document the whole string was being seen as 1 URL due to the http part at the beginning, so I changed my entry to look like this:
    10.*.*.*;172.27.*.*;http://172.27.*.*;http://domain.subdomain.com/
    I again noticed that this section:
    http://172.27.*.*;http://domain.subdomain.com/
    Was being seen as one URL in my Word document.  To resolve this I had to add the URL's individually and
    apply and OK these before going back in and making the next entry.  So I ended up adding them all individually after separating the
    URL's in my Word document.
    I hope this helps.

  • Proxy Settings Issue Adobe Creative Cloud

    Hello,
    I am running the Adobe Creative Cloud Desktop App for Windows 7 and it cannot connect to the Internet when my IE proxy settings are set to "automatically detect"
    The isssue can be allieveiated if I manually enter in the proxy server and port as stated in http://forums.adobe.com/thread/1264828
    This does not pwork well in my environment because we use a proxy script to send web traffice to other proxies
    Is there any other way to get the Adobe Creative Cloud Desktop App to connect to the Internet?

    [email protected] I would recommend reviewing the Adobe Creative Cloud Service Access Documentation for IT section of http://www.adobe.com/devnet/creativesuite/enterprisedeployment.html.  In particular the Network Endpoint documentation maybe useful to help ensure requests to those addresses are handled properly.

  • Windows - Use system proxy settings not working as expected

    Hi everyone,
    I have a bit of an issue that I could use some help with. We currently have remote users that utilize an SSTP VPN connection to access our internal network. Once connected, those users are required to use an internal proxy server to connect to the Internet. The proxy server is Microsoft's TMG and utilized domain authentication.
    On our remote Windows clients we have their Internet Options configured to utilize a proxy as follows:
    Internet Options -> Connections -> LAN Settings -> No proxy configured at all
    Internet Options -> Connections -> Highlight SSTP Connection -> Settings
    Use a proxy server for this connection -> IP/Port of Proxy Server
    Firefox and Chrome are both configured to use system proxy settings.
    Here is my process to demonstrate the issues:
    Remote client workstation is rebooted.
    With the above configuration just after a reboot, a remote user that is not connected to the VPN can browse the Internet with Internet Explorer, Chrome, and Firefox. None of the browsers prompt for credentials.
    A remote VPN connection is then established.
    FF is opened and HTTP connections utilize the proxy server. However, HTTPS connections do not use the proxy server, but instead attempt to use the default gateway. FF does not prompt for credentials. FF is closed.
    Chrome is opened and can access both HTTP and HTTPS sites without issue. No credential prompt. Chrome is closed.
    IE is opened and can access both HTTP and HTTPS sites without issue. No credential prompt. IE is closed.
    Here's where it gets weirder...
    FF is then reopened. The VPN connection is still up. FF will prompt for credentials. Domain credentials are supplied and FF can now utilize the proxy for both HTTP and HTTPS connections. FF is closed.
    VPN is disconnected.
    FF is opened and cannot access the Internet as it is still trying to use the proxy server. FF is closed.
    IE is opened and can access the Internet. IE is closed.
    Chrome is opened and can access the Internet. Chrome is closed.
    FF is reopened and can now access the Internet. FF is closed.
    In summary, in the above scenario FF acts in an unexpected manner with regards to proxy usage when "use system proxy settings" is applied. However, Firefox begins acting as expected after IE is opened and closed. For example, connect to VPN, open IE, close IE, open FF, and everything works accordingly. Disconnect the VPN, open IE, close IE, open FF and everything works as expected.
    Any insight you can provide would be appreciated as it is affecting our FF users and the sooner we can achieve resolution the better. As a note, we've also worked through this issue with WPAD and proxy auto-detect. I've intentionally removed these from the equation to simplify troubleshooting.
    Thanks

    Quick update. Added to a previously filed bug. Looks like it's assigned now so maybe we'll see a fix for this soon.
    https://bugzilla.mozilla.org/show_bug.cgi?id=563169

  • How to find the system's proxy settings programatically

    Hi,
    I am creating a ABAP class which acts as a HTTP client and thus I use the standard object  "call method cl_http_client=>create_by_url". This method takes the proxy host and proxy port as input and i want to know how can I find the proxy settings of my system programatically so that I do not ask customers to add these values as configurations for my code.
    Is there any standard API in ABAP to find this information?
    Regards,
    Vikas

    hi,
    hope this may help u,
    Re: Error when trying to run IF_HTTP_CLIENT->RECEIVE()
    Regards,
    Ravi

  • Web service client ignores http proxy settings

    I have a web service client using Weblogic's web service client library. I'm trying to instruct it to use a http proxy. I've set all the following system properties:
    -Dhttp.proxyHost=127.0.0.1
    -Dhttp.proxyPort=8080 -Dweblogic.webservice.transport.http.proxy.host=127.0.0.1 -Dweblogic.webservice.transport.http.proxy.port=8080
    No traffic is passing through the proxy.
    When the proxy is down, the application works fine too. I suspect that the proxy settings are completely ignored for some reason.
    I'm using Weblogic 8.1 SP4 on a Windows XP box and JDK 1.4.2 (Sun's bundled JDK with Weblogic).

    Sorry about the delay,
    You just need to use the standard java http proxy properties, take a look at:
    http://download-west.oracle.com/docs/cd/A97329_03/web.902/a95453/useservices.htm
    Does this help?
    Gerard

  • ProxySelector does not pull proxy settings from configuration file?

    Hi everyone,
    I try to use class ProxySelector to find proxy settings on Windows XP. When a proxy server URL and port is set explicitly in the "Internet Options" control panel, this proxy setting is detected by class ProxySelector - no problem.
    When a proxy configuration file is set in the control panel, class ProxySelector returns no proxy setting (i.e. DIRECT) - PROBLEM
    (yes, the configuration file works otherwise, i.e. the proxy is pulled when using Firefox or Internet Explorer
    and yes, the proxy works too, i.e. when using the proxy url and port directly, HTTP can be used in Java too).
    Does anyone have a hint on how to find out the proxy server url and port to use for HTTP out of Java, when the proxy is set through a configuration file as described above?
    Thanks a lot for any help
    Ulrich

    Hi again,
    I found a solution in the mean time: ProxySelector does return the local "browser settings" for a proxy server (i.e. proxy type and address) when an application is started with Java Web Start. When started with Java Web Start, a correct proxy type and address is also returned, when a ".pac" file is set in the browser settings.
    So, when an application needs to determine a proxy configuration, although it might be started locally one needs to create a JNLP file and launch respective application (locally) using Java Web Start.
    Ulrich

Maybe you are looking for

  • Invoice Qty from VBFA

    Hello folks!: I have made a query and created a new field related to the invoice qty. All at item level and referenced to the sales order. This new field is configured to pull the invoice qty from the document flow: FACPOS = ' '. select  RFMNG  into

  • How to uninstall software in macbook pro

    I installed Adobe Reader but would like to uninstall it now.  Please tell me how.  I tried to make it wiggle but there is no "X" at the top conner.  I also tried to drag it to Recycle bin, but no luck.

  • OLEDB data not updating

    I have several drop-down lists that I want to pull data from a MySQL database on a server. I have set up data sources to use a system DSN (using mysql-odbc 3.51?) and a SQL query. The drop-down lists are using dynamic properties for the list items. T

  • How can I use the CustomEvent in custom Item Renderer

    Hi all. I have a small problem, which i must solve. I have a ImageRenderer - TileList with a custom ItemRenderer. When I choose a picture a button appears (in the ItemRenerer) and when I click it it throws an event with the name of the picture. The P

  • Accounts payable/recievable??

    I run a small business and want to use numbers to track my income/expenses. Is there a template for that? If not does anyone know how to create one? I dont need it to be very complex. Just somewhat of a spreadsheet with columns for money owed and owe