I did a mistake on my iis express, I was trying to enable external reques to my https url.
And I added this rule
netsh http add urlacl url=http://vaidesg:44382/ user=everybody
Instead of netsh https add urlacl url=http://vaidesg:44382/ user=everybody
But know I have this error :
"ERR CONNECTION REFUSED"
I tried to set up my firewall for the port 44382 but It still doesn't work.
I use HSTS to redirect all http query into https.
Could you give me some link for documentation, or advice because there is something that I missed.