Polling over https not working

Hi,
How do I change below to make it work with https? I tried with AMFSecureChannel but that did not work. Appreciate any help... thanks!
<channel-definition id="my-amf-poll" class="mx.messaging.channels.AMFChannel">
    <endpoint
        url="http://{server.name}:{server.port}/{context.root}/messagebroker/amfpoll"
        class="flex.messaging.endpoints.AMFEndpoint"/>
    <properties>
        <polling-enabled>true</polling-enabled>
        <polling-interval-seconds>1</polling-interval-seconds>
    </properties>
</channel-definition>

Hi
I think you don't need to do all these things. With default setting create a HTTPService component and assign the required url to it. You can assign the resultFormat.Call the send() method. Optionally you can pass argument to it.
Hope this helps
Rush-me

Similar Messages

  • MAPI over HTTP not working correctly, Outlook 2013 clients prompting for credentials during profile creation or opening depending on security of virtual directory

    ENVIRONMENT
    -1 Exchange 2013 SP1 CU7 server with all roles that is also a hybrid server with Office 365 tenant, mailboxes are all on premise only LYNC online is being utilized right now.
    -Exchange 2013 public folders
    -Mix of Outlook 2013 SP1 and Outlook 2010 SP3 clients all fully update to day as of Feb 2015
    Outlook anywhere is working perfectly across all clients both internally and externally using autodiscover.  Both Outlook 2013 and 2010 clients can open the program and create a profile automatically via autodiscover and no additional logon prompts
    are seen.
    We set the internal and external mapi virtual directory URLs to a valid URL that also matches the Exchange 2013 SSL certificate.  We set the security to ntlm, negotiate on the mapi virtual directory.  We reset IIS and enabled mapi over http in
    the org config.  We run in to problems here.
    Outlook 2010 clients appear to be working fine.  We can create a new profile and open and close Outlook without any logon prompts and verify that MAPIHTTP and Negotiate are used to connect to Exchange.
    Outlook 2013 clients are having problems.  As soon as we try to create a profile it says your administrator has made a change that requires you to restart outlook and then a windows logon prompt appears. If we authenticate Outlook will open and connect.
      This logon prompt should not occur.    We can confirm that it is connecting via MAPI HTTP and Negotiate.
    If we set the mapi virtual directory to NTLM only then a logon prompt also appears during every open of Outlook 2013.  We can confirm that it is trying to connect with MAPIHTTP via NTLM in the outlook connection test screen.
    I do not understand this behavior by Outlook 2013 which was supposed to be designed with MAPI HTTP in mind.  I would think the same issues would occur with Outlook 2010 but they do not.  I am not sure how to resolve this and I am looking for help.

    I have the same problem. Exchange and Outlook are both up to date. After creating a new profile Outlook prompts for username/password. A lot of users also get this prompt while
    working - the profiles have been "migrated" from Exchange server 2010. <o:p></o:p>
    Niko, as i can see in your screenshot you do not have Mapi over HTTP enabled. Why? You can change settings in the security tab – if you have Mapi over
    HTTP enabled all options are grayed out (please correct me if I
    am wrong):
    This is a very annoying thing – does anybody else have the same problem?
    Any suggestions on this?
    Marc

  • Only HTTPS requests are working for SOAP Sender and HTTP not working

    wHi Experts,
    We have enabled our HTTPS port ( SSL ) in NWA -- >> Security -- >> SSL and Key stores. So understanding is HTTPS port is now enabled on top of HTTP. So PI should be able to cater requests at both ports.
    Now, we have developed a synchronous SOAP to RFC scenario and downloaded WSDL file. This file has both links -
    a. http:<host>:<port>
    b. https:<host>:<port>
    We intend to make a PI system where both ports can work. Now questions.
    1. When we test web service exposed from PI using SOAPUI tool, only HTTPS works fine and gets the response back. If we try HTTP URL, an error is encountered - HTTTPS scheme is required.
    2. Is this whole understanding that both ports  ( HTTP, HTTPS ) should be able to operate simultaneously correct ? Or this is not at all possible ?
    3. In SOAP Sender, we tried selecting all 3 options - 1. HTTP 2. HTTPS without client authentication 3. HTTPS with client authentication.
       None of the options have any effect on testing, Each time, only HTTPS request works and HTTP doesn't.
    Can anyone please provide some hints for troubleshooting ?
    Thanks..
    regards,
    Rajagopal.

    The error "HTTPS scheme is required" is normally returned when the HTTP Security Level on the SOAP adapter is not set to "HTTP". I can see you have mentioned you have tried all these, maybe a cache refresh has gone wrong? Could try recreating the channel with just HTTP specified as security level and this should allow HTTP or HTTPS
    I assume you are using a different port number for  your HTTP and HTTPS requests from SOAP UI. Normally the HTTPS port is the same as the HTTP port number but the final zero changed to a 1 i.e. https://<host>:50001 instead of http://<host>:50000.
    You should be able to confirm both HTTP and HTTPS work OK by loading some of the system webpages in a browser over HTTP and over HTTPS i.e. http://<host>:<port>/nwa and https://<host>:<port>/nwa
    Chris

  • [Solved] Remote X over ssh not working

    Hello, I'm trying to forward X11 over ssh but it's not working.
    I type
    ssh -X 192.168.1.101
    followed by my password, and I log in just fine.
    I try to launch an X11 application and I get
    $kate
    kate: cannot connect to X server
    SSH is supposed to be forwarding a dummy $DISPLAY to allow remote X.  So I type
    $echo $DISPLAY
    and and get back a empty newline.
    Well how about
    $xinit
    Fatal server error:
    Server is already active for display 0
    If this server is no longer running, remove /tmp/.X0-lock
    and start again.
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    Okay, I'll shut down xserver.
    I do it, and type
    $xinit
    again.  KDE launches on my remote box.  It makes sense, but contradicts many guides I have read which say it should launch on my local machine.
    What am I doing wrong here?  This should be ridiculously simple.
    Last edited by xenobrain (2010-07-06 20:45:16)

    Did you enable X forwarding in your sshd config?
    Did you xhost + (or ssh -Y)?
    Did you crop your DISPLAY variable in a bashrc or similar script run at login?
    Last edited by benob (2010-07-06 19:10:54)

  • SBS 2008 - SharePoint Connect to Calendar over HTTPS not available

    Hello,
    We have a client with a SBS2008 server using SharePoint internally without any issues through http://companyweb.
    Recently the Port forward (TCP-987) has been completed and the website loads with the correct certificate through the https://remote.domainname.com/RWW and then into the Internal Website http://remote.domainname.com:987.
    Internally we can configure the outlook clients to connect to the SharePoint client with the "Connect to Outlook" Action item, this works great. However if you navigate to https://remote.domainname.com:987/
    and try to do the same thing the "Connect to Calendar" and the button is not available to click on. This also doesn't work when
    externally either. It appears to only work over HTTP. Ideally I want to run this over HTTPS so the end users when remote aren't using VPN
    for access to the information. 
    Is this feature only available over HTTP? I was thinking it might come to the password prompt I receive when ever trying to log into the SBS Website over
    Https://.
    Any nudges in the right direction would be great!
    Thanks,
    Michael

    Hi Michael,
    Would you please let me confirm current situation of this issue? Did this method (Add the HTTPS site to Trusted
    sites) help you to solve this issue completely?
    If this issue still persists, please open Event Viewer and check if you can find some relevant events. It may
    help us to go further. Meanwhile, please run
    SBS BPA and fix all that it can find, then monitor the result.
    If any update, please feel free to let me know.
    Best regards,
    Justin Gu

  • Is it possible to call API over http(not on ssl) from inside a secure page which is on HTTPS

    Hi Guys
    We are running a httplistner on localhost exposing http based end point. can we call this url from a website which is exposed over https when it opens from the same machine.
    Note: the site is being opened in browser is using HTTPS and is on SSL.
    if possible can some one please help.
    regards
    Mukesh V

    hjuarez wrote:
    Please re-read my first post. I think it is clear.I disagree.
    I want to import a dll It is not clear if you are aware that .dll files are a windows thing.
    but I have to run the java code on a solaris box
    in order to use its methods in java, It is not clear if you are aware using .dll files in a Solaris environment has nothing to do with Java.
    My question was if there is a solution -or not- that faces this kind of issues.It is not clear if you are talking about Sun Solaris or x86 Solaris.
    I don't know if it makes any difference, but it might.
    Maybe your question is: why this guy wants to do something like this?No. I am not concerned with that.
    Just trying to help you ask the right questions.
    And maybe you will find the answers yourself once you have the right questions.
    I'm integrating some biometric solutions on Sun Access Manager. But the biometrics vendor only provides windows ocx's and DLL's. And Access Manager is running in a Solaris box.
    I want to know if I can do something by myself or just tell the biometrics vendor that they must provide a Java solution.
    I have been trying to find something on the web, but I asked this forum because maybe someone has tried to do something similar.The suggestion by jschell is probably your most promising option.
    Integrating the .dll files with Java on a Windows box
    and communicating between Access Manager / Java on the Solaris box and your Java code on the Windows box
    (possibly using RMI).

  • MMS over WiFi not working after Sense 6 Update

    A week ago Monday, the Sense 6 update hit my phone.  Once loaded, I could no longer send MMS over WiFi, stream Google Play Music over WiFi, access my content on Google Play Books, or back up my pics to Google Cloud over WiFi.  After several days of e-mails back and forth with HTC, it was determined that I had to perform a Hard Reset and lose all my information.  This after clearing the cache, re-booting, various Safe Mode re-boots, etc.  Nothing worked.  I finally gave in and performed the hard reset.  Now, the only thing NOT working is MMS over WiFi.  I've tried other WiFi networks and still no MMS functionality.  After about 10 minutes, I get a red triangle next to the message and an error notification, "Generic Network Failure."
    This is going to start costing me money.  Like so many of us, I no longer have unlimited data.  Now, every time I want to send an MMS, I have to use my data plan.  Not cool.  I'm hoping that someone sees this and is working on the problem.  I love my HTC One (M7), I really do.  But, we're talking basic smart phone functionality.  Without it, I'll be looking for another phone, and perhaps even another carrier.  I'd prefer not to do that, but so be it.  Please, Verizon, a little help?
    For what it's worth, the MMS does this first.  Notice the little MMS icon with the clock lower right...it just hangs there first...and sorry about the shoe pic.
    Next, it does the Red Triangle thing...
    And that's all I know.  Perhaps someone here, or a kindly VZW employee will see this and take pity.  Thanks!

    I am having the exact same issue with my HTC one, which started immediately after updating to sense 6. Very annoying since I do not have unlimited mobile data plan, so I have to manually turn mobile data on each time I want to send or receive mms texts, including texts with multiple recipients. Did not have this issue before the update. Love this phone, my very first smartphone. But it is hard to believe that I was able to send pics over text with my old flip phone with no data plan. And now I can't with the HTC. I just can't have the mobile data on at all Times. It has become very inconvenient ever since the upgrade. Wish I had never done sense 6.

  • Https not work in java1.6

    I have created a java application that communicates with a Server via HTTPS.
    I use both jdk and jre 1.4 application work find not error message but
    I use jdk 1.6 application not work and application have error message
    javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.
    provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Unknown Source)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(Unknown Source)
    at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Unknown Source)
    at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Unknown Source)
    at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(Unknown Source)
    at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(Unknown Source)
    at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Unknown Source)
    at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Unknown Source)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(Unknown Source)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(Unknown Source)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(Unknown Source)
    at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source)
    at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
    at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
    at HttpClient.execute(HttpClient.java:82)
    at HttpClient.main(HttpClient.java:254)
    Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertP
    athBuilderException: unable to find valid certification path to requested target
    at sun.security.validator.PKIXValidator.doBuild(Unknown Source)
    at sun.security.validator.PKIXValidator.engineValidate(Unknown Source)
    at sun.security.validator.Validator.validate(Unknown Source)
    at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.validate(Unknown Source)
    at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(Unknown Source)
    at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(Unknown Source)
    ... 14 more
    Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to reques
    ted target
    at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(Unknown Source)
    at java.security.cert.CertPathBuilder.build(Unknown Source)
    ... 20 more
    I set certificate by code
    System.setProperty("javax.net.ssl.trustStore", "certificate.cer");
    I don't understand error message
    Help me please.....

    Hello
    I connection by code
    System.setProperty("javax.net.ssl.trustStore", "certificate.cer");
                   Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider());
                     // override default hostname verifier, ignore hostname mismatch error
                     HostnameVerifier hnv = new HostnameVerifier() {
                          public boolean verify (String urlHostname, SSLSession session)
                             if (!urlHostname.equalsIgnoreCase(session.getPeerHost()))
                                  if(DEBUG){
                                 System.out.println("WARNING: Hostname mismatch (" +
                                                      urlHostname + "), certificate Hostname is "
                                                      + session.getPeerHost());
                             return true;
                  HttpsURLConnection.setDefaultHostnameVerifier(hnv);
                   URL url = new URL("https","URL",443,"FILE");
    System.out.println("Opening connection: " + url);
    URLConnection conn = url.openConnection();
                conn.setRequestProperty("username", "USERNAME");
                conn.setRequestProperty("userpassword", "PASSWORD");
                conn.setRequestProperty("Content-Encoding", "gzip");
                conn.setDoOutput(true);
                conn.setDoInput(true);
                GZIPOutputStream out = new GZIPOutputStream(conn.getOutputStream());
                Properties requestProp = new Properties();
                  try
                       requestProp.load(new FileInputStream("request.properties"));
                        System.out.println("HttPClient : Properties (request.properties) loaded.");
                  catch (IOException ioe)
                       System.out.println("HttPClient: Failed loading properties: request.properties");
                System.out.println("sending contents..");
                requestProp.store(out, "Client Request");
                System.out.println("closing output");
                out.finish();
                out.close();
                // getting response
                GZIPInputStream input = new GZIPInputStream(conn.getInputStream());
                Properties responseProp = new Properties();
                responseProp.load(input);
                if (responseProp != null)
                     responseProp.store(new FileOutputStream("response.properties"), "response from server");
    System.out.println("Exiting...");

  • URL redirect over is not working..

    Redirecting URL appended with querystring parameters for community is not working on SSO? We have SSO set up using Intergrated Windows Authetication.
    When I launch new browser and request portal over SSO , works. Then I go to a community and copy the URL from browser. When I open new window and paste the URL extracting UserID from it, it gives me login screen and sso won't work.
    If I do the same action twice in same window(for which I got the login screen firsttime), it works second time. How can I resolve this? Is anybody had this problem before?
    Thanks!!
    Sanjay

    CaptureDeviceInfo di=null;
                   Vector deviceList = CaptureDeviceManager.getDeviceList(new VideoFormat(VideoFormat.RGB));
                   if (deviceList.size() > 0)
                             di = (CaptureDeviceInfo)deviceList.elementAt(0);
                             if(di==null) System.exit(-1);
                                  System.out.println("devicelist2");
                        else
                             System.out.println("exit");
                             System.exit(-1);
                   MediaLocator mediaURL = di.getLocator();
    create medialocator by using datasouce object's mehtod getLocator();
    anoop

  • Voicemail over Bleutooth not working. Calling oke.

    Hi,
    Sins 4.2.1. update my voicemail over Bleutooth is not working in the car. Calling is no problem, only voicemail is. I can listen to my voicemail over the intern speakers. Not the earspeaker when i am in my car. Anybody a solution?
    Rob
    (iPhone 4 origineel simlockfree)

    I filed a bug report with Apple and sent them logs as the problem was occurring. Apple is aware of this issue and seems they are working on it.... See Reply from Apple Below...
    This is a follow up to Bug ID# 8716239. After further investigation it has been determined that this is a known issue, which is currently being investigated by engineering. This issue has been filed in our bug database under the original Bug ID# 8584516. The original bug number being used to track this duplicate issue can be found in the State column, in this format: Duplicate/OrigBug#.
    Thank you for submitting this bug report. We truly appreciate your assistance in helping us discover and isolate bugs.
    Best Regards,
    Apple Developer Connection
    Worldwide Developer Relations

  • Time Machine backup over wifi not working after upgrade to 10.6.3

    I have a firewire external hard disk connected to directly into my imac which I use for back-up. The imac is wired into an ethernet LAN. I also backup my MacBook Pro to the same hard disk. The MacBook is connected to the backup disk via a wifi link to a router. All has been working well until I upgraded Snow Leopard to 10.6.3 and now the back-up is not working for the MacBook. The same thing happened after the last point release upgrade but at the time I thought it must have been user error. Last time I had to trash the backups and start from scratch. Can anyone shed any light?

    Try reselecting the drive (from the laptop) via TM Preferences > Select Disk (first select the "none" drive, then the correct one).
    If that doesn't help, try a "full reset" of TM on the laptop, per #A4 in the Time Machine - Troubleshooting *User Tip,* also at the top of this forum.

  • [SOLVED] Brightness control over keyboard not working, but it works...

    Hello,
    I recently got a new laptop at work and I put a fresh Arch on it.
    Almost everything works perfectly, but I have one weird issue.
    I can control backlight of my display via ACPI; I wrote a simple script for it:
    pabre@pbr-laptok:~$ cat /usr/local/sbin/brightness.sh
    #!/bin/bash
    DEV=/sys/class/backlight/intel_backlight/brightness
    MAX=`cat /sys/class/backlight/intel_backlight/max_brightness`
    ACT=`cat /sys/class/backlight/intel_backlight/actual_brightness`
    MIN=0
    STEPS=10
    STEP=$((MAX/STEPS))
    if [ $1 == "+" ]; then
    if [ $((ACT+STEP)) -le $MAX ]; then
    echo $((ACT+STEP)) > $DEV
    fi
    elif [ $1 == "-" ]; then
    if [ $((ACT-STEP)) -ge $MIN ]; then
    echo $((ACT-STEP)) > $DEV
    fi
    fi
    exit 0
    I put myself a sudoers entry for it:
    root@pbr-laptok:~# cat /etc/sudoers | grep pabre
    pabre ALL=(ALL) NOPASSWD: /usr/local/sbin/brightness.sh,/usr/bin/pacman -Sy
    And it works like a charm, when run from a terminal:
    pabre@pbr-laptok:~$ sudo /usr/local/sbin/brightness.sh -
    So, my next step was to bind that script to appropriate keys on my keyboard (Fn + UP/DOWN - which are XF86MonBrightnessUp and XF86MonBrightnessDown)
    My window manager is Awesome, so I put to the config:
    awful.key({ }, "XF86MonBrightnessUp", function () awful.util.spawn("sudo /usr/local/sbin/brightness.sh +") end),
    awful.key({ }, "XF86MonBrightnessDown", function () awful.util.spawn("sudo /usr/local/sbin/brightness.sh -") end),
    among others like touchpad toggling, volume control, etc (which are working without issues)
    And now, guess what... Those keys fire that script, change the brightness and after second or less - it comes back to old value! You can see that display blinks (for example gets brighter and moment after - it goes back to previous state).
    I tried to debug it, putting to the script something like:
    if [ $1 == "+" ]; then
    if [ $((ACT+STEP)) -le $MAX ]; then
    echo $((ACT+STEP)) > $DEV
    cat /sys/class/backlight/intel_backlight/actual_brightness >> /tmp/br.log
    sleep 1
    cat /sys/class/backlight/intel_backlight/actual_brightness >> /tmp/br.log
    fi
    And the first entry was that what it was supposed to be, while te other (second after) Was again the old value.
    Does anybody have any idea what "reverts" my changes to the /sys/class/backlight/intel_backlight/brightness and why it works without issues when simply run from a terminal?
    Last edited by PaBre (2014-03-16 17:10:54)

    I think that I've found partial answer.
    When I changed key binds to another keys - it works!
    But even then, when I press XF86MonBrightnessUp or XF86MonBrightnessDown, the brightness level gets reset. And now they are not bind to anything (at last not explicit).
    So it looks that I have to found how to decouple the internal, not working as expected, bind to these keys.

  • Apple remote desktop over vpn - not working

    Hi,
    I've been using ARD within my firewall and it's been working great.  I am currently traveling and logged in via VPN (PPPT) for the first time and although I can see the computers (two) that I want to log into, I am not able to connect to them.
    I am able to access my file server fine, it just seems to be ARD that does not work...  I have an Asus RT-N66U as my router/VPN server.
    HELP!!!!

    have you tried scanning the network in ARD while connected via VPN

  • URL Rewrite Rule: HTTP to HTTPS Not Working

    Here is my problem. I cannot get HTTP to HTTPS redirect to work using the URL Rewrite module. I am using version 2, by the way, which I understand is the latest version. I've also enabled the "Proxy Server" and Application Request Routing"
    features.
    I've trolled through the Internet for 2 days now for solutions to my problem, including the ones provided by the TechNet forums and by MVP Scott Forsyth. I've tried over 30 solutions, and none have resolved my issue. Granted some of the solutions I've tried
    may have been repeats of others. After trying so many, I have had a hard time discerning the differences. Does it really matter, for instance if the pattern match for the {HTTPS} input is specified as
    "^off$" or just "off"? I see this discrepancy (among others) everywhere. It seems like there are so many variations out there. It is quite confusing for the uninitiated and the newbies like myself to the
    URL Rewrite technology. I have enabled and consulted my "Failed Request Tracing Rules" logs but cannot make any sense of the cryptic information it is providing.
    I just cannot get my reverse proxy server to redirect http requests from the Internet to https to my internal web server. When a user specifies "https://server1.xxxxx.com". he is able to access the internal server via the reverse proxy (IIS) server.
    But when he specifies "http://server1.xxxxx.com" he receives "Server Error 500 - Internal server error.There is a problem with the resource you are looking for, and it cannot be displayed."
    At this point I am at my wits end, and am even considering configuring the protocol translation on our firewall. But this not my preference as it presents another layer of complexity, and device to troubleshoot later on. Below I've pasted my entire web.config
    file with my most current version of the rule in question (in bold) for your review. I started to paste just the specific rule, but thought you might need to see the entire file in case something else may be conflicting with the rule.
    Thank you in advance for your help.
    Dave Robinson
    <?xml version="1.0" encoding="UTF-8"?>
    <configuration>
        <system.webServer>
            <rewrite>
                  <rules>
                    <clear />
    <rule name="HTTP to HTTPS Redirect" enabled="true" stopProcessing="true">
                    <match url="(.*)" />
                   <conditions>
                      <add input="{HTTPS}" pattern="off" />
                    </conditions>
                      <action type="Redirect" url="https://{HTTP_HOST}/{REQUEST_URI}" redirectType="Found" />
                    </rule>
    <rule name="ReverseProxyInboundRule1" stopProcessing="true">
                        <match url="(.*)" />
                        <conditions logicalGrouping="MatchAll" trackAllCaptures="false">
                            <add input="{CACHE_URL}" pattern="^(https?)://" />
                        </conditions>
                        <serverVariables>
                            <set name="HTTP_X_ORIGINAL_ACCEPT_ENCODING" value="{HTTP_ACCEPT_ENCODING}" />
                            <set name="HTTP_ACCEPT_ENCODING" value="" />
                    </serverVariables>
                        <action type="Rewrite" url="{C:1}://server1.xxxxx.com/{R:1}" />
                    </rule>
                </rules>
                <outboundRules>
                    <rule name="RestoreAcceptEncoding" preCondition="NeedsRestoringAcceptEncoding">
                    <match serverVariable="HTTP_ACCEPT_ENCODING" pattern="^(.*)" />
                    <action type="Rewrite" value="{HTTP_X_ORIGINAL_ACCEPT_ENCODING}" />
                    </rule>
                    <rule name="ReverseProxyOutboundRule1" preCondition="ResponseIsHtml1">
                        <match filterByTags="A, Form, Img" pattern="^http(s)?://server1.xxxxx.com/(.*)" />
                        <action type="Rewrite" value="http{R:1}://server1.xxxxx.local/{R:2}" />
                    </rule>
                    <preConditions>
                        <preCondition name="ResponseIsHtml1">
                            <add input="{RESPONSE_CONTENT_TYPE}" pattern="^text/html" />
                        </preCondition>
                        <preCondition name="NeedsRestoringAcceptEncoding">
                            <add input="{HTTP_X_ORIGINAL_ACCEPT_ENCODING}" pattern=".+" />
                        </preCondition>
                    </preConditions>
                </outboundRules>
            </rewrite>
            <tracing>
                <traceFailedRequests>
                    <add path="*">
                        <traceAreas>
                            <add provider="ASP" verbosity="Verbose" />
                            <add provider="ISAPI Extension" verbosity="Verbose" />
                            <add provider="WWW Server" areas="Authentication,Security,Filter,StaticFile,CGI,Compression,Cache,RequestNotifications,Module,FastCGI,WebSocket"
    verbosity="Verbose" />
                        </traceAreas>
    <failureDefinitions timeTaken="00:00:00" statusCodes="404" />
                    </add>
                </traceFailedRequests>
            </tracing>
            <httpErrors errorMode="Custom" />
            <httpRedirect enabled="false" destination="" exactDestination="false" childOnly="false" httpResponseStatus="Permanent" />
        </system.webServer>
    </configuration>

    On Wed, 28 Jan 2015 17:53:41 +0000, dwrobins2000 wrote:
    Here is my problem. I cannot get HTTP to HTTPS redirect to work using the URL Rewrite module. I am using version 2, by the way, which I understand is the latest version. I've also enabled the "Proxy Server" and Application Request Routing"
    features.
    Web/IIS related issues are better posted where the IIS experts are:
    http://forums.iis.net
    Paul Adare - FIM CM MVP
    "The equivalent of treating dandruff by decapitation"
    -- Frank Zappa on the Parents Music Resource Center' censorship plans

  • 5.1 over analgue not working, 5.1 over digital work

    I have the 24 bit external li've sound card plugged into my laptop via usb. Well i connected it into my reciever via digital coax and i can get DD. But if i connect it via analogue wires(http://www.radioshack.com/product/in...entPage=search) i can only get sound through the front 2 speakers. I have a 5. set up but in the testing its only front L/R. But if i switch it to spdif it works for dd. I have CMSS enabled and i have 5. set as my speakers but it still doesnt work. Any ideas?

    3
    It seems like it should be working but its not
    I wonder why the card isnt trying to send sound over those wires when its set to 5., if it was the wires being messed up then why would the left and right speaker worK?

Maybe you are looking for