igoodworks
:[ Log On ]
:[ Register ]
illuminate your business

illuminate your business




  • John

    Member

    9/2/2012


    Simply Sync Password

    the server certificate is not configured properly with HTTP.SYS in the HTTPS case

    Hi,
    I installed Simply PWSync product, but i ran into error below when i try to run User mapping test.

    the server certificate is not configured properly with HTTP.SYS in the HTTPS case. This could also be caused by a mismatch of the security binding between the client and the server.

    could you help me?

  • Admin

    Member

    9/2/2012


    Simply Sync Password

    Re: the server certificate is not configured properly with HTTP.SYS in the HTTPS case

    Could you run following command?

    netsh http show sslcert

    Can you find "IP:port: 0.0.0.0:8911" in the result?
    if not, please run follwing command.

    netsh http add sslcert ipport=0.0.0.0:8911 certhash=0000000000003ed9cd0c315bbb6dc1c08da5e6 appid={71D5727B-5FAD-4B7D-8FD8-F17A3D3819EB}

    you should change "certhash" value, it is thumprint of certificate.


    following is article how to get thumprint
    http://msdn.microsoft.com/en-us/library/ms734695.aspx

  • David

    Member

    5/21/2013


    Re: the server certificate is not configured properly with HTTP.SYS in the HTTPS case

    For windows 2003 and earlier the netsh http command does not exist. Instead use the httpcfg command.

    httpcfg.exe set ssl -i 0.0.0.0:8911 -h 0000000000003ed9cd0c315bbb6dc1c08da5e6 -g {71D5727B-5FAD-4B7D-8FD8-F17A3D3819EB}

  • Support

    Member

    5/21/2013


    Re: the server certificate is not configured properly with HTTP.SYS in the HTTPS case

    Could you try to use the command below?

    httpcfg set ssl -i 0.0.0.0:8911 -h 0000000000003ed9cd0c315bbb6dc1c08da5e6

    following is a reference URL.

    http://msdn.microsoft.com/en-us/library/ms733768.aspx