<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">The users would go to something like
<a href="https://mapguide.com/mymap">https://mapguide.com/mymap</a>, but yes.  I’m not using localhost but rather the fully qualified domain name of my site.  In fact, it is the same URL that I can use to log in to the site administrator without a problem (<a href="https://(My">https://(My</a>
 FQDN)/mapguide/mapadmin/login.php).  However, I’m no longer sure that the issue is related to SSL.  I can view my site using http on the same server, but I get the same 401 error when I try to use http in Maestro.   If I try to run any of the web tier tests
 (<a href="https://(My">https://(My</a> FQDN)/mapguide/mapagent/index.html) it does not accept the same username and password that works for the site administrator.  It reports “You do not have permission to view this directory or page.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">Jon<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><b><span style="font-size:11.0pt;font-family:"Calibri",sans-serif">From:</span></b><span style="font-size:11.0pt;font-family:"Calibri",sans-serif"> mapguide-users <mapguide-users-bounces@lists.osgeo.org>
<b>On Behalf Of </b>Gordon Luckett<br>
<b>Sent:</b> Monday, August 17, 2020 10:20 AM<br>
<b>To:</b> MapGuide Users Mail List <mapguide-users@lists.osgeo.org><br>
<b>Subject:</b> Re: [mapguide-users] can't connect via SSL<o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal">Is the " <a href="https://%28my/" target="_blank">My</a> FQDN" the exact url the users use to access the site?  <o:p></o:p></p>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">For example if you use <a href="https://mapguide.com">
https://mapguide.com</a>  you should use <a href="https://mapguide.com/mapguide/mapagent.fcgi">
https://mapguide.com/mapguide/mapagent.fcgi</a><o:p></o:p></p>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div>
<p class="MsoNormal">On Mon, Aug 17, 2020 at 8:49 AM Jonathan Rizzo <<a href="mailto:jrizzo@langan.com">jrizzo@langan.com</a>> wrote:<o:p></o:p></p>
</div>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in">
<div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">I have a site that I just migrated over to SSL.  The site appears to be working properly - when I visit my site in a web browser, I can see that the connection is secure.  However,
 when I try to connect to the site using Maestro, I get a 401 error (unauthorized).  The URL that I am using in Maestro is
<a href="https://(My" target="_blank">https://(My</a> FQDN)/mapguide/mapagent/mapagent.fcgi. Does anybody have an idea of what might be going on here, and what I might do to connect to my site?<o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">Jon<o:p></o:p></p>
</div>
<p class="MsoNormal">This message may contain confidential, proprietary, or privileged information. Confidentiality or privilege is not intended to be waived or lost by erroneous transmission of this message. If you receive this message in error, please notify
 the sender immediately by return email and delete this message from your system. Disclosure, use, distribution, or copying of a message or any of its attachments by anyone other than the intended recipient is strictly prohibited.
<o:p></o:p></p>
</div>
<p class="MsoNormal">_______________________________________________<br>
mapguide-users mailing list<br>
<a href="mailto:mapguide-users@lists.osgeo.org" target="_blank">mapguide-users@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/mapguide-users" target="_blank">https://lists.osgeo.org/mailman/listinfo/mapguide-users</a><o:p></o:p></p>
</blockquote>
</div>
</div>
This message may contain confidential, proprietary, or privileged information. Confidentiality or privilege is not intended to be waived or lost by erroneous transmission of this message. If you receive this message in error, please notify the sender immediately
 by return email and delete this message from your system. Disclosure, use, distribution, or copying of a message or any of its attachments by anyone other than the intended recipient is strictly prohibited.
</body>
</html>