Steps to enable Web Proxy for https

I have an S160 WSA and want to enable the Web service for http and https. I am using transparent mode with WCCP.
This is part of the router configuration:
ACL:
access-list 110 permit tcp 192.168.80.0 0.0.7.255 any eq 80
access-list 120 permit tcp 192.168.80.0 0.0.7.255 any eq 443
ip wccp 97 redirect-list 110
ip wccp 98 redirect-list 120
interface FastEthernet0/0.380
ip wccp 97 redirect in
ip wccp 98 redirect in
It is the same configuration for http and for https, but only http traffic is working. When I see the logs in the WSA, it looks like accepted connections for https.
In Security Services -> Web Proxy it is enabled, when I put the port 443, I get an https error in the end user laptop; when I dont, it keeps trying and I get a timeout.
I tried enabling https proxy but some sites (as gmail), wont work with self-generated certificates.
Would you please, list me the steps to enable Proxy services for https.
Thanks!!!
Sergio L.

Hi Sergio,
When WSA is configured as transparent proxy, it also accepts explitcit connections. So in order to test HTTPS proxy, you can configure client browser to explicitly use WSA as proxy and see if it is working before testing in transparent mode.
When WSA is used as HTTPS proxy, it uses its self-generated certificate to encrypt the connection between itself and the client browser. Since this certificate is not trusted by browser, it'll throw SSL certificate error when connecting via WSA. In order to get rid of this error, download the self-generated certificate from WSA and install it in your browser as a trusted certificate. That should resolve SSL issue with gmail also.
Hope this helps.
Thanks,
Chetan

Similar Messages

  • Can XI /PI be configured with a web proxy for outbound communication.

    We have a business to business scenario. There is a firewall and web dispatcher for inbound from the partner.
    I want to know if the XI system can be configured with a web proxy for any communication that is outbound from the XI system to the partner (outside the company).
    Your help will not only be appreciated, but also be rewarded.
    Thanks.
    Param.

    2 cases for the configuration of HTTP Proxy:
    1) If you use an adapter type running on the ABAP Stack (table PPROXY_C) and the RFC destination SAPHTTPA must to work.
    Refere to this: Simple connection to a remote HTTP Server using Port, Server, Username & Pw
    2) If you use adapter running in the Adapter Engine then you have to configure the proxy for the JAVA Stack:
    Refere to this: http://help.sap.com/saphelp_erp2005/helpdata/en/7c/f257422d095542e10000000a1550b0/frameset.htm
    Regards,
    Sandro

  • Can't enable web services for groups (wiki) in WGM

    I'm having trouble creating a wiki on my server. More specifically, in WGM, I cannot enable web services for a group. The pull-down menu is accessible, but the only option is "(None)."
    I have users and groups set up in OD (they are not local).
    I have a working default web page.
    I have web services enabled in Server Admin.
    I can create and access user blogs.
    My user and group folders are on a raid drive instead of the main drive - I'm wondering at this point if there's a problem with a folder name or permissions. WGM just doesn't seem to recognize that there's a site on my server.

    OK - wikid is failing to start.
    2/5/09 1:36:17 PM com.apple.wikid[37723] Removing stale pidfile /var/run/wikid.pid
    2/5/09 1:36:17 PM com.apple.launchd[1] (com.apple.wikid[37723]) Exited with exit code: 1
    2/5/09 1:36:17 PM com.apple.launchd[1] (com.apple.wikid) Throttling respawn: Will start in 9 seconds
    From the wikid error log:
    2009-02-05 13:36:17-0600 [-] Log opened.
    2009-02-05 13:36:17-0600 [-] twistd 2.5.0 (/System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/ Contents/MacOS/Python 2.5.1) starting up
    2009-02-05 13:36:17-0600 [-] reactor class: <class 'twisted.internet.selectreactor.SelectReactor'>
    2009-02-05 13:36:17-0600 [-] twisted.web.server.Site starting on 8086
    2009-02-05 13:36:17-0600 [-] Starting factory <twisted.web.server.Site instance at 0x2eb19e0>
    2009-02-05 13:36:17-0600 [-] twisted.web2.channel.http.HTTPFactory starting on 8087
    2009-02-05 13:36:17-0600 [-] Starting factory <twisted.web2.channel.http.HTTPFactory instance at 0x2eb1648>
    2009-02-05 13:36:17-0600 [-] set uid/gid 94/94
    2009-02-05 13:36:17-0600 [-] Traceback (most recent call last):
    2009-02-05 13:36:17-0600 [-] File "/usr/share/caldavd/bin/twistd", line 21, in <module>
    2009-02-05 13:36:17-0600 [-] run()
    2009-02-05 13:36:17-0600 [-] File "/usr/share/caldavd/lib/python/twisted/scripts/twistd.py", line 27, in run
    2009-02-05 13:36:17-0600 [-] app.run(runApp, ServerOptions)
    2009-02-05 13:36:17-0600 [-] File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 379, in run
    2009-02-05 13:36:17-0600 [-] runApp(config)
    2009-02-05 13:36:17-0600 [-] File "/usr/share/caldavd/lib/python/twisted/scripts/twistd.py", line 23, in runApp
    2009-02-05 13:36:17-0600 [-] _SomeApplicationRunner(config).run()
    2009-02-05 13:36:17-0600 [-] File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 158, in run
    2009-02-05 13:36:17-0600 [-] self.postApplication()
    2009-02-05 13:36:17-0600 [-] File "/usr/share/caldavd/lib/python/twisted/scripts/twistdunix.py", line 213, in postApplication
    2009-02-05 13:36:17-0600 [-] startApplication(self.config, self.application)
    2009-02-05 13:36:17-0600 [-] File "/usr/share/caldavd/lib/python/twisted/scripts/twistdunix.py", line 183, in startApplication
    2009-02-05 13:36:17-0600 [-] app.startApplication(application, not config['no_save'])
    2009-02-05 13:36:17-0600 [-] File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 400, in startApplication
    2009-02-05 13:36:17-0600 [-] service.IService(application).startService()
    2009-02-05 13:36:17-0600 [-] File "/usr/share/caldavd/lib/python/twisted/application/service.py", line 233, in startService
    2009-02-05 13:36:17-0600 [-] service.startService()
    2009-02-05 13:36:17-0600 [-] File "/usr/share/wikid/lib/python/apple_utilities/service.py", line 62, in startService
    2009-02-05 13:36:17-0600 [-] SettingsManager.globalSettings.rebuildIndex())
    2009-02-05 13:36:17-0600 [-] File "/usr/share/wikid/lib/python/apple_utilities/SearchManager.py", line 424, in buildAllIndexes
    2009-02-05 13:36:17-0600 [-] buildSearchIndex(aPath, doRebuild)
    2009-02-05 13:36:17-0600 [-] File "/usr/share/wikid/lib/python/apple_utilities/SearchManager.py", line 406, in buildSearchIndex
    2009-02-05 13:36:17-0600 [-] GroupSqliteIndex.buildSearchIndex(whichPath, forceRebuild)
    2009-02-05 13:36:17-0600 [-] File "/usr/share/wikid/lib/python/apple_utilities/GroupSqliteIndex.py", line 551, in buildSearchIndex
    2009-02-05 13:36:17-0600 [-] con = sqlite.connect(indexDBPath, isolation_level=None)
    2009-02-05 13:36:17-0600 [-] sqlite3.OperationalError: unable to open database file
    I would like to fix this without reinstalling. If there's a way to restore this specific database file or any part of the wiki, I would prefer to do that. Does anyone have an idea what files I should check/restore?

  • Safari can't connect to the web proxy server (HTTP)

    Hello,
    I have following problem. I need to connect to the internet using a proxy server. I went to System Preferences/Network/Wi-Fi/Advanced.../Proxies. Then, I selected Web Proxy (HTTP) and enetered server's IP address and port. It looks like I did everything correctly, but Safary can't open any page because "Safari can't connect to the web proxy server (HTTP)". Does anyone know how to solve this problem?

    There are three possibilities:
    1. You entered the wrong address and port number for the proxy.
    2. You entered the wrong user name and password, if applicable.
    3. The proxy doesn't work or is incompatible.

  • Safari cannot open the page ~ The error was: "There was a problem communicating with the web proxy server (HTTP)

    Help!  I was cruzing along just fine and went out tonight only to receive the message above:
    Cannot open Page
    Safari cannot open the page
    The error was: "There was a problem communicating with the web proxy server (HTTP)."
    I have had all the Apple iPhone phone.  Have never encountered anything like this. 
    All systems are GO as soon as I log on to wifi. 
    Can anyone help, please. 

    I am also fixed.  I also loaded Onavo, but that was the other day ... this is what I did with the help of online chat with AT&T ...
    I went to:
    Settings
    Wifi
    I selected the network I was working on by hitting the blue arrow located on right side
    At the detail page of that network I scolled down to the bottom to find HTTP Proxy boxes
    I was on Off and changed it to Auto and it worked! 
    I was soo jazzed!!
    Instructions said if it was already on AUTO, to change it to Manual and make your Port = 80 but I didn't have to do that!
    YIPPIE!!  I'm a new man!!
    Go to settings -----> WI-FI  -----> select the network you're using  ------> hit the blue arrow located on the right-side of the network name (ie: show details of that network), this takes you to another page.  
    --------> at the bottom of the page you'll see "HTTP Proxy" boxes (located below the "renew lease" button) ---------------> change the proxy to AUTO.   Note: if you're already at AUTO, change it to "Manual" and make your Port = 80.

  • Web Proxy for client desktops

    I'm preparing to install Windows Server 2012 R2 Essential on a standalone server, and it will be the main host.  
    My question is whether there is a role/feature in this OS, that I can enable as a web proxy server for the network desktops, mainly to be used in IE proxy settings.  If so, where it is and any information on setup/config?
    Will it come with any web filtering function (e.g.whitelist/blacklist or keywords filter)?

    No, it does not include anything like this.
    Microsoft used to produce ISA Server / TMG but these were also discontinued.
    http://en.wikipedia.org/wiki/Microsoft_Forefront_Threat_Management_Gateway
    Robert Pearman SBS MVP
    itauthority.co.uk |
    Title(Required)
    Facebook |
    Twitter |
    Linked in |
    Google+

  • Enable web services for hp envy 5530

    I keep getting enable web services when I am trying to scan a document. I have clicked on yes about a million times but it wont let me move forward with scanning my documents. I am using MAC OS system.

    Hi @cixxpac77, 
    Welcome to the HP Support Forums.   I see that you are getting a message to enable the web services on your Envy 5530 printer when trying to scan.
    From your description I suspect that you are trying to use the scan to email feature of your printer.  This feature requires that you setup the ePrint feature of the printer. 
    The first step is to please ensure your printer is connected to your wireless network.  This can  be easily accomplished from the front panel of the printer using the Wireless Setup Wizard.  If you are unsure how to do this, the steps can be found in your User Guide on page 55 in the section titled “To connect the product with the Wireless Setup Wizard”. 
    Once the printer is connected to your wireless network, let’s enable web services.  The steps to enable the web services can be found in the Getting the Printer Claim Code document.   If you wish to customize the printer’s ePrint email address I have included the Setting Up a Custom Email Address for HP ePrint document.
    If you encountered an connection error message when trying to enable web services, please set a manual IP address and manual DNS servers for the printer.  I have included a link to another post with the steps, including screenshots, on how to do this.  Don’t worry that the screen shots are for an Officejet 4630  the steps are the same.
    Please let me know the outcome.
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

  • How to enable Web services for CP 1525nw

    Hi,
    I am unable to use ePrint for LaserJet CP 1525nw. Printer connected over WiFi. Tried to Enable Web services and saw the message "Connection error Check connection". Firmware is up-to-date. Use the printer in different applications on PC, iPad and iPhone. Everything is working well not ePrint. HP diagnostics did not describe any problems.

    Hello Prophet097,
    Setting manual network information may help the enabling of Web Services for ePrint on your printer.
    To do so:
    On the printer's control panel, press "OK" two times to access the reports menu.
    Press the right arrow to select "Network Summary" and press "OK" to print the report.
    Open an internet browser on a computer within the same network as the printer.
    In the address bar, type the printer's "IPv4 Address" and press "Enter", this should take you to a page about your printer.
    Click on the "Network" tab at the top of the page.
    Click on "IPv4 Configuration" on the left-hand side.
    Click the bubble to the left of "Manual" to allow you to input manual settings.
    Input the same information from the "Network Summary" into the fields for "IP Address", "Subnet Mask", and "Default Gateway".
    Note- None of those fields should be "0.0.0.0"0 or "169.254.xx.xx". If they are, there maybe network issues with the printer.
    In the "Preferred DNS Server" and "Alternate DNS Server", this could vary by the size of your network.
    -Preferred DNS Server- If you are on a small network, input the same value as the "Default Gateway".
    -Alternate DNS Server- If you are on a small network, input either "0.0.0.0" or "8.8.8.8."
    Note- If you are on a domain, you may have specific DNS Server information that needs to be in the fields. 
    Click "Apply" on the page.
    Power the printer off and then on.
    Try to enable Web Services again.
    If I have solved your issue, please feel free to provide kudos and make sure you mark this thread as solution provided!
    Although I work for HP, my posts and replies are my own opinion and not those of HP.

  • Configured web role for https but it is not working

    Hello all
    I have a web role which is configured for 2 endpoints, one http, one https 443 - see
    http://imgur.com/74ZcVHz
    Then I have 3 certs (one is the main and 2 are CA).  I have uploaded all of these and also checked thumbprints are correct.
    But when I deploy, the http site works fine but the https site does not.... ????  Fiddler shows:
    Authentication failed because the remote party has closed the transport stream
    Any ideas?
    Note: Also worth noting this https works fine when on local machine through Visual Studio and only reports the certificate error, which is expected.
    me,.

    Hi,
    From my experience, this error message “Authentication failed because the remote party has closed the transport stream” may be caused by the client application has not been
    configured to trust fiddler’s root certificate, the client closes the connection to fiddler because of untrusted certificate.
    I suggest you to configure Windows Client to trust Fiddler Root Certificate. As following steps.
    Open fiddler=> click Tools=> click fiddler options => click HTTPS
    Hope this helps
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • OSB proxy for HTTP GET servlet

    Hello,
    I need to create a proxy in OSB that will accept HTTP/GET requests (with ?param1=value1&param2=value2.... parameters).
    My goal is simply to forward this request to another servlet in J2EE instance that will actually serve the request and send back to OSB the text/xml response.
    Can you please point me to the correct proxy and business service configuration for this?
    Our SOA version is 10.3.6 and we have OSB and J2EE servers in our domain.
    Thanks
    Edited by: 995036 on May 31, 2013 4:19 AM
    Edited by: 995036 on May 31, 2013 4:20 AM

    Hello again,
    I found the solution so I will share it with you in case someones needs it the future.
    I created a business service with Service Type "Messaging service", request message type "none", response message type "text" and Http transport "GET".
    I created a proxy service with Service Type "Messaging service", request message type "text", response message type "text". I created a routing node my flow directed to the business service mentioned above. In the routing pipeline request i put the following actions:
    1) Assign:
    Expression $inbound/ctx:transport/ctx:request/http:query-string/text()
    variable queryString
    to assign the inbound query string in a variable
    2)Insert
    expr: fn-bea:inlinedXML('<http:query-string xmlns:http="http://www.bea.com/wli/sb/transports/http"></http:query-string>')
    location: as first child
    Xpath: ./ctx:transport/ctx:request
    in variable: outbound
    3)insert
    expr: $queryString (created in step 1)
    location: as first child
    Xpath: ./ctx:transport/ctx:request/http:query-string
    in variable: outbound
    Now the query string should be redirected properly to your business service/ GET servlet.
    George

  • Using a proxy for http requests and forward

    Hi. My company won't allow access to mail.yahoo.com and www.hotmail.com. However, I can get to my own web server on my Cable Modem at home. Can I use the proxy to accept the http connections and forward them to hotmail ...will this work? If not any other solutions?

    Yes, that would work if you configure it as a reverse proxy.
    IMHO proxy would be overhead for this. There's many freeware out this which is exactly designed for that, see
    http://freshmeat.net/search/?q=http+tunnel&section=projects&Go.x=0&Go.y=0

  • Setting Proxy for HTTPs Connections

    Hi,
    I have a multi-threaded program where i need to decide which gateway system i would need to post my http requests.
    Both these gateways (eg, GW1, GW2) have to be accessed by proxy. Currently i set the proxy and port as follows:
    System.setProperty("https.proxyHost",PROXY_HOST);
    System.setProperty("https.proxyPort",PROXY_PORT);
    But, this gives me a problem as thread 1 ends up with the proxy details for GW2 and vice versa.
    Any workaround apart from setting this on the system level.
    I do not intend to run two seperate instances of JVM.
    Appreciate your time and input :)
    - Cheers
    Sakthi

    This is called concurrency, and the object needs to be locked while one thread is using it and then relased so the other thread can use it.

  • How to enable web services for the HP envy 4500

    I am settin up my new HP ENVY 4500, have the printer working to my wireless rounter but am unable to connect to web services so I can update the printer. How do I do this?

    Hi,
    Have you activated it yet ? Looks like the setup is not right or missing, it's not connected to the internet.  Please use the following tool to run the setup:
        http://ftp.hp.com/pub/softlib/software12/COL50403/​mp-122330-1/hppiw.exe
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Steps to Publish Live Audio for HTTP Streaming

    I wanted to confirm some steps in order to stream Live Audio from FMS to a mobile device using HTTP Streaming and HTML 5 audio/video tags.  I have a system setup like below:
    Lets say my application which recieves the live audio is called CLASSROOM.
    Lets say my application instance is called "TEST"
    So I have application code like:
    In "onAppStart()"
    this.broadcast_live_stream = Stream.get("f4f:livestream");
    this.broadcast_live_stream.liveEvent = "TEST";
    this.broadcast_live_stream.record("record");
    To play the incoming audio:
    application.broadcast_live_stream.play(streamName); // name of the stream sending audio to the server
    Thus, I have a folder:
    Flash Media Server 4.5\applications\CLASSROOM\streams\TEST\livestream
    which contains a bootstrap, control, meta, f4f, and f4x files.
    Since I specified the Event name as "TEST", I also created the folder:
    Flash Media Server 4.5\applications\livepkgr\events\_definst_\TEST
    Which contains event.xml:
    <Event>
    <EventID>TEST</EventID>
    - <Recording>
    <FragmentDuration>4000</FragmentDuration>
    <SegmentDuration>400000</SegmentDuration>
    <DiskManagementDuration>3</DiskManagementDuration>
    </Recording>
    </Event>
    and manifest.xml:
    <manifest xmlns="http://ns.adobe.com/f4m/1.0">
    <media streamId="livestream" bitrate="100" />
    </manifest>
    Should I then be able to create a video tag and hear the live audio:
    <video id='slide1' controls='controls'><source src='http://fms-dns/hls-live/livepkgr/_definst_/Test/livestream.m3u8'></video>
    I am not sure what other steps are needed, or a good way to test.  I don't understand how the Live Media Encoder would be needed in this situation.

    So I implemented the above change, using code from the livepkgr.
    My custom application is called Unity3, and the instance is Test, and I am trying to  publish to an event called "Test".
    I now have:
    applications\Unity3\streams\Test\livestream
    Which contains segment files, which update when I send audio in my application.
    I have:
    C:\Program Files\Adobe\Flash Media Server 4.5\applications\Unity3\events\Test\Test
    Which contains my event.xml (EventId Test), manifest.xml (StreamId livestream).  I also have a ".stream" file in this folder.  The contents of which are:
    <?xml version="1.0" encoding="UTF-8"?>
    <stream xmlns="http://ns.adobe.com/liveevent/1.0">
    <type>
    f4f
    </type>
    <name>
    livestream
    </name>
    <path>
    C:\Program Files\Adobe\Flash Media Server 4.5\applications\Unity3\streams\Test\livestream
    </path>
    </stream>
    So everything there seems to be good.  I try to use:
    <video id='live' controls='controls'><source src='http://[fms-dns]/hls-live/Unity3/Test/Test/livestream.m3u8'></video>
    or
    <audio id='live' controls='controls'><source src='http://[fms-dns]/hls-live/Unity3/Test/Test/livestream.m3u8'></audio>
    I don't hear audio, the controls don't seem to respond as though they recognize a source.  Are there certain browsers which can be confirmed work?  Any other mistakes stand out?
    Thanks.

  • I just recieved my Iphone yesterday, and today I was reading somthing off of Safari and recieved "error:there was a problem communicating with the secure web proxy server (HTTPS)" .Now I get this whenever I try opening any of my apps. Even my facebook app

    I have never done this before so I do not know if I am even doing this correctly. Anyways, I cleared my history and cookies! I even deleted many apps thinking it might of been from them. I have even turned my phone off for a good thirty minutes. THe last thing I did was set my network settings to default.
    I dont know what to do. Since I changed my network settings to default I turned my phone off again. I might just restore all setting to default and go from there..and if this doesnt work, I will just return the iphone for a different one I guess.
    this is from my IPHONE4s

    Attached is Dennis Linam’s Audition – “Log File” and “Log – Last File”
    Contact information Dennis [email protected]
    Previous contact information with your organization (DURIM):
    Dennis - i just finished my audition trial and bought the subscription the 2014 version.
    created by durin in Audition CS5.5, CS6 & CC - View the full discussion 
    DURIM - Okay.  I would expect the "Cache Warning" message because your default directories would not be the same as the ones in the settings file I generated.
    If you go back to the "7.0" directory and open the "Logs" folder, can you copy the "Audition Log.txt" file and send it as an attachment to [email protected]?  We'll take a look in that logfile and see if it gives us more information about why this is failing now.
    Also, do you have any other Adobe applications installed on this machine, such as Premiere Pro?  If so, do they launch as expected or fail as well?
    I do have the trial Pro version of Adobe reader, but I have not activated it, because I fear the same thing will happen did it. I cannot afford to activate the subscription for that product and take the chance of it not working either. I depend on those two programs religiously. Here is the files that you requested. I appreciate any help you can give me to get this audition program started
    Audition Log- file
    Ticks = 16       C:\Program Files (x86)\Common Files\Adobe\dynamiclink\7.0\dynamiclinkmanager.exe
    Sent from Windows Mail

Maybe you are looking for