(10-09-2019, 11:18 AM)Jose Nilton Pace Wrote: Hi, did you set the port on your ServerController - SSLOptions - Port?
Open Powershell and execute this command: "http show sslcert" | netsh
You see something like this:
Code:Nome do host:porta : fidelidade.jnp.com.br:443
Hash de Certificado : 3580eeb2...0afae6a
ID do Aplicativo : {ffb1e063-...-7d8e5a343e9f}
Nome do Repositório de Certificados : my
Verificar Revogação de Certificado de Cliente: Enabled
Verificar Revogação Usando Apenas Certificado de Cliente Armazenado em Cache: Disabled
Verificação de Uso : Enabled
Tempo de Atualização da Revogação : 0
Tempo Limite de Recuperação de URL : 0
Identificador de Ctl : (null)
Nome do Repositório de Ctl : (null)
Uso do Mapeador de DS : Disabled
Negociar Certificado de Cliente: Disabled
Rejeitar Conexões : Disabled
Desabilitar HTTP2 : Not Set
This is one of my http.sys running.
Yes I put 443 in SSL Port Option.
I see that when I execute your command :
Code:
SSL Certificate bindings:
-------------------------
IP:port : 51. ... .122:443
Certificate Hash : 9e525e5c ... 864ac7c36f
Application ID : {b6eb079d ... a43a6}
Certificate Store Name : my
Verify Client Certificate Revocation : Enabled
Verify Revocation Using Cached Client Certificate Only : Disabled
Usage Check : Enabled
Revocation Freshness Time : 0
URL Retrieval Timeout : 0
Ctl Identifier : (null)
Ctl Store Name : (null)
DS Mapper Usage : Disabled
Negotiate Client Certificate : Disabled
Reject Connections : Disabled
Disable HTTP2 : Not Set
When I do 'netstat -anb' on command prompt the .exe (generate as a a windows service) doesn't listen on 443 (just listen on 80) ...