Issue
Even with valid credentials, calling WorkflowGen from the WorkflowGen server fails with a 401.1
error.
To reproduce
-
Open a web browser from a local session on the WorkflowGen server.
-
Enter the URL with the hostname to open the WorkflowGen Portal (e.g.
http://mycompany.com/wfgen
). -
Enter the
wfgen_admin
login and password. -
You receive a
401.1
error.
Workaround
-
Choose Run from the Windows menu, then enter
regedit
and click OK. -
In the Registry Editor, locate the
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
registry key. -
Right-click Lsa and choose New, then click DWORD Value.
-
Enter
DisableLoopbackCheck
in the Value name field, then pressENTER
. -
Right-click
DisableLoopbackCheck
and choose Modify. -
In the Value field, enter
1
, then click OK. -
Close the Registry Editor. You might need to restart your server.