Create SDDL failed, Error: 1332

删除回忆录丶 提交于 2019-11-28 17:08:24

Well, I have found the problem.

I'm running Windows 7 in Spanish, so the right command is:

netsh http add urlacl url=https://Melnibone:443/ user=todos

Funny, isn't it?

UPDATE:

If you want, you can add a comment to this question telling us how it is in your language.

For me, this issue was caused because there was already an HTTP reservation for the address and port I was using when tried to add an HTTPS reservation.

I found out what was going on when I ran NETSH HTTP SHOW URLACL and saw that the address was already reserved with a different protocol.

I recently ran into this issue. The solution for me was to run the command prompt as an administrator.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!