This is a multi-part message in MIME format.
--------------DB8678992309075398166CAC
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Am 29.06.2016 um 13:58 schrieb Yedidyah Bar David:
On Wed, Jun 29, 2016 at 12:50 PM, Ralf Schenk <rs(a)databay.de
<mailto:rs@databay.de>> wrote:
Hello,
i upgraded hosted engine 3.6.6 to 4.0. Now I can't access the Web-UI:
If I access the UI via
https://engine-mciii.rxmgmt.databay.de I
get the Error-Page "The client is not authorized to request an
authorization. It's required to access the system using FQDN."
I used the same FQDN during setup and even in the Upgrade Process
this was used according to "Configuration Preview" below:
What can I do to get UI working ? Do I have a problem with case
sensistivity ? (The triple-"I" in the FQDN) ?
--== CONFIGURATION PREVIEW ==--
Default SAN wipe after delete : False
Firewall manager : firewalld
Update Firewall : False
Host FQDN :
engine-mcIII.rxmgmt.databay.de <
http://engine-mcIII.rxmgmt.databay.de>
Since you input it with capital I's, that's what the server expects.
Most likely your browser converts it to lowercase.
For now, I suggest to cleanup and setup again with lowercase letters only.
You might also open one or more bugs about this:
1. engine-setup should require lower-case letters only. Not sure about
that.
Perhaps it should at least warn.
2. The engine should convert to lowercase before comparing, when
deciding if
the fqdn is correct.
For reference:
FQDNs _can_ be both lowercase and uppercase (and mixed case), but are
case _insensitive_. Meaning, software that has to decide if two names
are equal has to ignore case-only differences.
However, it seems that when your browser converts to lowercase, it's
doing the right thing. Didn't check myself all the links in the
conclusion of [1], but that's what it implies.
[1]
https://bugzilla.mozilla.org/show_bug.cgi?id=1059169
Best,
Hello,
I know that FQDNs are cas insensitive. I only used the name because its
a Roman Number 3 "III". It was only for better visibility/readability.
Nevertheless the string-comparison in engine should be done
case-insensitive.
Many people (at least here in Germany) also insist that their
Mail-Address is written lets say "case correct" even that's nonsense,
too...
Bye
--
*Ralf Schenk*
fon +49 (0) 24 05 / 40 83 70
fax +49 (0) 24 05 / 40 83 759
mail *rs(a)databay.de* <mailto:rs@databay.de>
*Databay AG*
Jens-Otto-Krag-Straße 11
D-52146 Würselen
*www.databay.de* <
http://www.databay.de>
Sitz/Amtsgericht Aachen • HRB:8437 • USt-IdNr.: DE 210844202
Vorstand: Ralf Schenk, Dipl.-Ing. Jens Conze, Aresch Yavari, Dipl.-Kfm.
Philipp Hermanns
Aufsichtsratsvorsitzender: Wilhelm Dohmen
------------------------------------------------------------------------
--------------DB8678992309075398166CAC
Content-Type: multipart/related;
boundary="------------69A02B94CD2FCD2B426B5FD5"
--------------69A02B94CD2FCD2B426B5FD5
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 8bit
<html>
<head>
<meta content="text/html; charset=utf-8"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p><br>
</p>
<br>
<div class="moz-cite-prefix">Am 29.06.2016 um 13:58 schrieb Yedidyah
Bar David:<br>
</div>
<blockquote
cite="mid:CAHRwYXtF9OFwuxiHijWWXKc4=5OADUtLPbCtJ1eGFcEDgsT9SA@mail.gmail.com"
type="cite">
<div dir="ltr">
<div class="gmail_extra">
<div class="gmail_quote">On Wed, Jun 29, 2016 at 12:50 PM,
Ralf Schenk <span dir="ltr"><<a
moz-do-not-send="true"
href="mailto:rs@databay.de"
target="_blank">rs(a)databay.de</a>&gt;</span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left:1px solid
rgb(204,204,204);padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
<p>Hello,</p>
<p>i upgraded hosted engine 3.6.6 to 4.0. Now I can't
access the Web-UI:</p>
<p>If I access the UI via <a moz-do-not-send="true"
href="https://engine-mciii.rxmgmt.databay.de"
target="_blank">https://engine-mciii.rxmgmt.databay.de</a>
I get the Error-Page "The client is not authorized to
request an authorization. It's required to access the
system using FQDN."</p>
<p>I used the same FQDN during setup and even in the
Upgrade Process this was used according to
"Configuration Preview" below:</p>
<p>What can I do to get UI working ? Do I have a problem
with case sensistivity ? (The triple-"I" in the FQDN)
?<br>
</p>
<p><br>
</p>
<p> --== CONFIGURATION PREVIEW ==--<br>
<br>
Default SAN wipe after delete :
False<br>
Firewall manager :
firewalld<br>
Update Firewall :
False<br>
Host FQDN : <a
moz-do-not-send="true"
href="http://engine-mcIII.rxmgmt.databay.de"
target="_blank">engine-mcIII.rxmgmt.databay.de</a></p>
</div>
</blockquote>
<div><br>
</div>
<div>Since you input it with capital I's, that's what the
server expects.<br>
</div>
<div>Most likely your browser converts it to lowercase.<br>
<br>
</div>
<div>For now, I suggest to cleanup and setup again with
lowercase letters only.<br>
<br>
</div>
<div>You might also open one or more bugs about this:<br>
<br>
</div>
<div>1. engine-setup should require lower-case letters only.
Not sure about that.<br>
</div>
<div>Perhaps it should at least warn.</div>
<div><br>
</div>
<div>2. The engine should convert to lowercase before
comparing, when deciding if<br>
</div>
<div>the fqdn is correct.<br>
<br>
</div>
<div>For reference:<br>
<br>
</div>
<div>FQDNs _can_ be both lowercase and uppercase (and mixed
case), but are<br>
</div>
<div>case _insensitive_. Meaning, software that has to
decide if two names<br>
</div>
<div>are equal has to ignore case-only differences.<br>
<br>
</div>
<div>However, it seems that when your browser converts to
lowercase, it's<br>
</div>
<div>doing the right thing. Didn't check myself all the
links in the<br>
</div>
<div>conclusion of [1], but that's what it implies.<br>
<br>
[1] <a moz-do-not-send="true"
href="https://bugzilla.mozilla.org/show_bug.cgi?id=1059169">...
<br>
</div>
<div>Best,<br>
<br>
</div>
<br>
</div>
</div>
</div>
</blockquote>
<br>
Hello,<br>
<br>
I know that FQDNs are cas insensitive. I only used the name because
its a Roman Number 3 "III". It was only for better
visibility/readability. <br>
<br>
Nevertheless the string-comparison in engine should be done
case-insensitive. <br>
<br>
Many people (at least here in Germany) also insist that their
Mail-Address is written lets say "case correct" even that's
nonsense, too...<br>
<br>
Bye<br>
<br>
<br>
<br>
<div class="moz-signature">-- <br>
<p>
</p>
<table border="0" cellpadding="0"
cellspacing="0">
<tbody>
<tr>
<td colspan="3"><img
src="cid:part5.F1F43FF6.380030DA@databay.de"
height="30"
border="0" width="151"></td>
</tr>
<tr>
<td valign="top"> <font face="Verdana, Arial,
sans-serif"
size="-1"><br>
<b>Ralf Schenk</b><br>
fon +49 (0) 24 05 / 40 83 70<br>
fax +49 (0) 24 05 / 40 83 759<br>
mail <a href="mailto:rs@databay.de"><font
color="#FF0000"><b>rs(a)databay.de</b></font></a><br>
</font> </td>
<td width="30"> </td>
<td valign="top"> <font face="Verdana, Arial,
sans-serif"
size="-1"><br>
<b>Databay AG</b><br>
Jens-Otto-Krag-Straße 11<br>
D-52146 Würselen<br>
<a href="http://www.databay.de"><font
color="#FF0000"><b>www.databay.de</b></font></a>
</font> </td>
</tr>
<tr>
<td colspan="3" valign="top"> <font
face="Verdana, Arial,
sans-serif" size="1"><br>
Sitz/Amtsgericht Aachen • HRB:8437 • USt-IdNr.: DE
210844202<br>
Vorstand: Ralf Schenk, Dipl.-Ing. Jens Conze, Aresch
Yavari, Dipl.-Kfm. Philipp Hermanns<br>
Aufsichtsratsvorsitzender: Wilhelm Dohmen </font> </td>
</tr>
</tbody>
</table>
<hr color="#000000" noshade="noshade" size="1"
width="100%">
</div>
</body>
</html>
--------------69A02B94CD2FCD2B426B5FD5
Content-Type: image/gif;
name="logo_databay_email.gif"
Content-Transfer-Encoding: base64
Content-ID: <part5.F1F43FF6.380030DA(a)databay.de>
Content-Disposition: inline;
filename="logo_databay_email.gif"
R0lGODlhlwAeAMQAAObm5v9QVf/R0oKBgfDw8NfX105MTLi3t/r6+sfHx/+rrf98gC0sLP8L
EhIQEKalpf/g4ZmYmHd2dmppaf8uNP/y8v8cIv+Ym//AwkE/P46NjRwbG11cXP8ABwUDA///
/yH5BAAAAAAALAAAAACXAB4AAAX/4CeOYnUJZKqubOu+cCzPNA0tVnfVfO//wGAKk+t0Ap+K
QMFUYCDCqHRKJVUWDaPRUsFktZ1G4AKtms9o1gKsFVS+7I5ll67bpd647hPQawNld4KDMQJF
bA07F35aFBiEkJEpfXEBjx8KjI0Vkp2DEIdaCySgFBShbEgrCQOtrq+uEQcALQewrQUjEbe8
rgkkD7y5KhMZB3drqSoVFQhdlHGXKQYe1dbX2BvHKwzY1RMiAN7j1xEjBeTmKeIeD3cYCxRf
FigvChRxFJwkBBvk5A7cpZhAjgGCDwn+kfslgto4CSoSehh2BwEEBQvowDAUR0EKdArHZTg4
4oDCXBFC/3qj9SEluZEpHnjYQFIGgpo1KgSasYjNKBImrzF4NaFbNgIjCGRQeIyVKwneOLzS
cLCAg38OWI4Y4GECgQcSOEwYcADnh6/FNjAwoGFYAQ0atI4AAFeEFwsLFLiJUQEfGH0kNGAD
x8+oNQdIRQg+7NCaOhIgD8sVgYADNsPVGI5YWjRqzQTdHDDIYHRDLokaUhCglkFEJi0NKJhl
0RP2TsvXUg88KiLBVWsZrF6DmMKlNYMqglqTik1guN8OBgAgkGCpB+L9ugK4iSCBvwEfECw1
kILrBpa1jVCQIQBRvbP+rlEcQVAoSevWyv6uhpwE12uEkQAAZucpVw1xIsjkgf8B863mQVYt
eQATCZYJZJ5WBfij2wfpHcEeHGG8Z+BMszVWDXkfKLhceJhBSAJ+1ThH32AfRFZNayNAtUFi
wFSTSwEHJIYAAQU84IADwyjIEALU9MchG+vFgIF7W2GDI2T7HfjBgNcgKQKMHmwjgnCSpeCb
ULRkdxhF1CDY40RjgmUAA/v1J5FAKW2gGSZscBFDMraNgJs1AYpAAGYP5jJoNQ4Y4Gh8jpFg
HH9mgbmWo1l6oA4C3Ygp6UwEIFBfNRtkMIBlKMLnAXgAXLWhXXH85EIFqMhGGZgDEKArABGA
ed0HI4bk5qgnprCYSt88B6dqS0FEEAMPJDCdCJYViur/B1BlwGMJqDTwnhqxJgUpo0ceOQ4D
0yEakpMm/jqCRMgWm2I1j824Y6vLvuuPjHnqOJkIgP6xzwp5sCFNsCFp88Gxh11lrjfDcNrc
CEx64/CD3iAHlQcMUEQXvcA+qBkBB4Q2X1CusjBlJdKMYAKI6g28MbKN5hJsBAXknHOwutn4
oFYqkpqAzjnPbE0u1PxmwAQGXLWBbvhuIIEGEnRjlAHO4SvhbCNAkwoGzEBwgV9U0lfu2WiX
OkDEGaCdKgl0nk2YkWdPOCDabvaGdkAftL1LlgwCM+7Tq11V71IO7LkM2XE0YAHMYMhqqK6U
V165CpaHukLmiXFO8XSVzzakX+UH6TrmAajPNxfqByTQec41AeBPvSwIALkmAnuiexCsca3C
BajgfsROuxcPA8kHQJX4DAIwjnsAvhsvfXHWKEwDAljg7sj03L9wwAQTxOWD2AE0YP75eCkw
cPfs+xACADs=
--------------69A02B94CD2FCD2B426B5FD5--
--------------DB8678992309075398166CAC--