最近在Apache2.4/Ubuntu20.04上配置了SSL,托管在Oracle Cloud上,并且已经拒绝了https/端口443的连接。
外部设备:
$ curl simpliassure.com:443
curl: (7) Failed to connect to simpliassure.com port 443: Connection refused
$ curl simpliassure.com
(normal html content loads)
$ nmap -p 443 132.145.100.143
Host is up (0.024s latency).
PORT
我在端口80和443上配置了Apache代理。端口80工作,但似乎443我没有得到任何反应。从我的公共ip中,我没有得到服务器的响应。这是我在文件httpd-vhost.conf中获得的虚拟主机配置
这如预期的那样工作。
<VirtualHost *:80>
ServerName subdomain.example.com
ServerAlias subdomain.example.com
SSLProxyCheckPeerName Off
ProxyPreserveHost On
ProxyRequests Off
ProxyP
我在Azure上提供了Windows 2012虚拟机。我在这个虚拟机上安装了Neo4j服务器,并且正在访问localhost:7474上的Neo4j浏览器。
但是,我不能使用虚拟机的公共IP e.g <machineIP:7474>访问外部浏览器
以下是我迄今所做的工作:
在Azure门户中,我为NSG添加了入站规则,允许http和https端口80和443 (我在同样托管在Azure中的Linux虚拟机上也这样做了,我可以很好地访问浏览器)
我还在Windows中添加了一个入站规则,以允许Port 80 and 443 as well
是什么阻止我从外部访问虚拟机
我有一个托管在亚马逊网络服务上的REST api和弹性beanstalk,当我尝试通过超文本传输协议访问它时,所有的代码都能正常工作,据我所知,SSL证书设置正确。我认为我遇到的问题是nginx,但我不确定我在哪里打开了带有.ebextensions配置文件的端口443
---
# Open port 443 in security group
Resources:
sslSecurityGroupIngress:
Type: AWS::EC2::SecurityGroupIngress
Properties:
GroupId: {"Fn::GetAtt
我需要在我的服务器上向互联网开放的端口443。
当我通过netstat -tulpn | grep "nginx"在内部检查时,我发现nginx确实是该端口上的LISTENing。然而,从外部机器尝试nmap -p443 mysite.com告诉我端口443是被过滤的。同样,执行telnet <IP Address> 443超时。如何确保这个港口是开放的?
在/etc/iptables/rules.v4中,我有以下内容:
*filter
# Allow all outgoing, but drop incoming and forwarding packets by
使用nmap探测会在几个端口上返回BlackICE,但是它似乎是一个非常老的工具根据这些手册。
Starting Nmap 7.80 ( https://nmap.org ) at 2022-10-16 20:27 EDT
Nmap scan report for _gateway (192.168.0.1)
Host is up (0.059s latency).
Not shown: 995 closed ports
PORT STATE SERVICE VERSION
80/tcp open http lighttpd
44
在windows10上第一次使用azure CLI时,我在命令行中输入:az login,这将把我带到浏览器来选择用户帐户。选择我的名字会将我带到屏幕上,显示“您已登录到Microsoft Azure!”然而,大约30秒后,我的命令行显示出来:
Please ensure you have network connection. Error detail: HTTPSConnectionPool(host='login.microsoftonline.com', port=443): Max retries exceeded with url: /common/oauth2/t
目的:在我的Centos7安装gitlab。
指令:
错误:
[root@enlabsapp067 deployer]# curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.rpm.sh | sudo bash <br>
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0
我有一个托管在dreamcompute中的外部服务器,它可以被视为虚拟专用服务器(vps)。 我使用:https://ping.eu/port-chk/对结果进行了测试: xxx.xxx.xxx.xxx:443 port is closed
xxx.xxx.xxx.xxx:80 port is open
xxx.xxx.xxx.xxx:22 port is open 我已经检查了我的服务器端口在linux中是否打开: username@server:~$ sudo ufw status
Status: active
To Action
所以我的问题如下。我使用的是CentOS 7.8,我安装了nginx、php、mariadb和certbot。在成功生成SSL证书之后,certbot自动重写了NGINX配置文件(嗯,我确实同意了,而且它通常都能工作)。我看了看,似乎没什么不对劲。有什么问题吗?防火墙有80和443端口打开..。没有其他虚拟主机安装..。我的部分自动生成和部分自动附加nginx配置:
# For more information on configuration, see:
# * Official English Documentation: http://nginx.org/en/docs/
# *
我最近用centos 7.3发布了一个ecs实例。我遵循指导原则安装apache并配置端口(80和443)。我尝试访问,但它没有响应,它说我应该检查代理和防火墙下面是iptables,我不知道是什么问题
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 25141/httpd tcp