<div dir="ltr"><div><div><div><div><div>hi all<br></div>i configure my ovirt engine httpd for ommit &quot;ovirt-engine&quot; in URL&#39;s  with bellow lines:<br><br>ProxyRequests on<br>SSLProxyEngine on<br>SSLProxyVerify none<br>SSLProxyCheckPeerCN off<br>SSLProxyCheckPeerName off<br>SSLProxyCheckPeerExpire off<br>ProxyPassMatch ^/(webadmin|UserPortal|Components|api|docs|services|manual)(/.*)?$ <a href="https://127.0.0.1/ovirt-engine/$1$2">https://127.0.0.1/ovirt-engine/$1$2</a><br><br></div>i can show webadmin page with &quot;<a href="https://myserver/webadmin/">https://myserver/webadmin/</a>&quot; but username,password,profile and login button are disable.<br></div><br></div>and in server.log add a following error:<br><br> ERROR [io.undertow.servlet] (default task-14) Exception while dispatching incoming RPC call: com.google.gwt.user.client.rpc.SerializationException: Type &#39;com.google.gwt.user.client.rpc.XsrfToken&#39; was not assignable to &#39;com.google.gwt.user.client.rpc.IsSerializable&#39; and did not have a custom field serializer.For security purposes, this type will not be serialized.: instance = com.google.gwt.user.client.rpc.XsrfToken@4b9152e<br><br></div><div>how can i do for resolve this issue?<br></div><div>tanks.<br></div></div>