Note that there are some explanatory texts on larger screens.

plurals
  1. POGetting Error 107 (net::ERR_SSL_PROTOCOL_ERROR): SSL protocol error
    primarykey
    data
    text
    <p>I know there are a lot of questions related to same topics at stackoverflow, but here i have some different issues:</p> <p>I used the <code>installer class</code> to <code>reserve a port</code> and <code>bind it with hash</code> on <code>win7/Winxp</code>:</p> <pre><code>if (Environment.OSVersion.Version.Major &gt; 5) { startInfo.Arguments = @"/c netsh http add urlacl url=https://127.0.0.1:8083/ user=EVERYONE"; netsh http add sslcert ipport=127.0.0.1:8083 certhash=df03c4b0b32f3302a3b70abe6b5dfd864d0986a5 appid={00112233-4455-6677-8899-CCBBCCDDEEFF} clientcertnegotiation=enable; } else { startInfo.Arguments = @"/c httpcfg set urlacl /u https://127.0.0.1:8083/"; httpcfg set ssl -i 127.0.0.1:8083 -h df03c4b0b32f3302a3b70abe6b5dfd864d0986a5 -f 2 } </code></pre> <p>There is nothing wrong with the code and <code>setup project</code>. Everything works fine except following points:</p> <ul> <li>whenever i installed the <code>exe</code> on <code>win7</code> it runs the <code>WCF</code> webservice successfully. </li> <li><p>Whenever i am using <code>WinXP(SP#)</code> on my local machine it throws an Error:</p> <p>Error 107 (net::ERR_SSL_PROTOCOL_ERROR): SSL protocol error</p></li> <li><p>But when i am using teamviewer to login in any <code>WinXp</code> virtual machine, It runs successfully.</p></li> </ul> <p>How can it be possible, I tried it several time but got the same result. It is running on Xp(running on VM) but not on real XP machine?</p> <p>Did i wrote something wrong to bind and reserve the port? Does firewall plays some role here?</p> <p>I also confirmed it with <code>httpcfg query ssl</code> and the hash was binded successfully with the port.</p> <p>Any help will be appreciable.</p> <p>IMO this command is not working:<code>netsh http add urlacl url=https://127.0.0.1:8083/ user=EVERYONE</code></p> <p>I tried to find out the error with <code>fiddler</code> and it says:</p> <pre><code>"Failed to secure existing conection for &lt;ipaddress&gt;. Authentication failed because the remote party has closed the transport stream." </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload