ERROR_INTERNET_SECURITY_CHANNEL_ERROR

Hi,
We are receiving the error mentioned while clicking on the collaboration link in the bidding process in SRM.
We get page cannot be displayed when we click on the link.

Finally figured this out that it was due to a channel configuration issue. Within the remoting-config.xml file, the change made is shown below.
The one below was causing the issue and was looking for crossdomain.xml
    <default-channels>
        <channel ref="my-secure-amf"/>
        <channel ref="my-amf"/>
    </default-channels>
Changed the above to
    <default-channels>
        <channel ref="my-amf"/>
        <channel ref="my-secure-amf"/>
    </default-channels>
Thanks
Murugan.

Similar Messages

  • SSL on Oracle HTTP causes errors in IE 6/7/8

    Hello,
    We installed new SSL certificate on Oracle HTTP server (Centos, Linux, Oracle 10g) and getting an error in IE 6,7,8: res://ieframe.dll/dnserror.htm#https://...
    Examining http headers provide following error description: ERROR_INTERNET_SECURITY_CHANNEL_ERROR.
    Has anybody encountered such error and how was it resolved?
    Thank you!

    Add/modify
    ul.MenuBarHorizontal ul {margin: 0;}
    Gramps

  • Is it possible to redirect https traffic to http in CSM?

    Hello,
    I have a requirement to redirect https traffic to http. Is it possible to do that in the CSM?
    In the CSM documentation all redirect examples/config etc refer only to http traffic so I am wondering if the other way around is supported as well.
    BTW I have already tried it on the CSM and it is not working. Everytime I try to reach the https url I get "ERROR_INTERNET_SECURITY_CHANNEL_ERROR" on http watch.
    Thanks for any help offered.
    Murtaza

    I don't have a config in hands for this.
    I have done it before and know this is feasible.
    The redirect is here :
    http://www.cisco.com/en/US/products/hw/modules/ps2706/products_configuration_example09186a00802877f6.shtml
    Just change the vip to be only accessible by the SSLM.
    Create the appropriate redirect vserver.
    On the SSLM, send the decrypted traffic to the vip address and port.
    Just as if the Vip was a server.
    Gilles.

Maybe you are looking for