dongzhuxun5136 2015-11-07 01:48
浏览 125

无法连接到Apache Server - 301并且“服务器证书不包含ID”

I have installed XAMPP and using the chrome addon PostMan to test interaction using my computers ip address to access as:

http://(ip-address):4430/ServerName/

I within my index.php file, there is a simple initailization code for MySQL as:

$dbHost = "localhost";
$dbUsername = "root";
$dbPassword = "root"; 
$dbName = "dbname";

$db = new MySQL($dbHost,$dbUsername,$dbPassword,$dbName);

and result as:

$sql22 = "select * from users";

$out = NULL;
if ($result22 = $db->query($sql22))
{
    if($row = $db->fetchObject($result22))
    {
        $row->first_name;
        //json_encode($row);
    }

}   

Upon using PostMan, GET on http://(ip-address):4430/ServerName/, nothing appears in the result set, but in the access.log displays:

[06/Nov/2015:20:37:05 -0500] "GET /ServerName HTTP/1.1" 301 353 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36"

and error.log:

 www.example.com:443:0 server certificate does NOT include an ID which matches the server name

I have set the Listen ports away from 80, to 4430 and 8000, as is often the issue, but the error persists...

How can this issue be alleviated?

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 使用ue5插件narrative时如何切换关卡也保存叙事任务记录
    • ¥20 软件测试决策法疑问求解答
    • ¥15 win11 23H2删除推荐的项目,支持注册表等
    • ¥15 matlab 用yalmip搭建模型,cplex求解,线性化处理的方法
    • ¥15 qt6.6.3 基于百度云的语音识别 不会改
    • ¥15 关于#目标检测#的问题:大概就是类似后台自动检测某下架商品的库存,在他监测到该商品上架并且可以购买的瞬间点击立即购买下单
    • ¥15 神经网络怎么把隐含层变量融合到损失函数中?
    • ¥15 lingo18勾选global solver求解使用的算法
    • ¥15 全部备份安卓app数据包括密码,可以复制到另一手机上运行
    • ¥20 测距传感器数据手册i2c