当前位置:网站首页>The jar package has been launched on Alibaba cloud server and the security group has been opened, but postman still can't run. What should we do
The jar package has been launched on Alibaba cloud server and the security group has been opened, but postman still can't run. What should we do
2022-07-25 09:32:00 【Program Yuan who just wants to make money】
Are there any friends who use Alibaba cloud servers , Today I met xshell It clearly shows that the server is connected ,Jar It's working , but postman The test always shows that the interface cannot be sent .

see URL, Fill in the parameters , There is no problem filling in the interface type , But it just doesn't work , Later I learned that I had to solve it like this :
1. The problem is that there is a security group and an internal firewall, which is unnecessary !!!
2. hold Alibaba Linux Your firewall is off !!
3.Ali The server should be configured iptable Firewall !!!
4. Try the following commands one by one, and I'll solve it :
① service iptables status Check the firewall status for problems
② service iptables stop Turn off firewall
③ firewall-cmd --state Check the status ,//running Said to run
④ systemctl stop firewalld.service Turn off firewall

边栏推荐
- ~4.2 ccf 2021-12-1 序列查询
- 对象数据如何转化成数组
- Swagger2 shows that there is a problem with the get interface, which can be solved with annotations
- 数据库操作语言(DML)
- A brief introduction to the interest of convolutional neural networks
- MySQL的索引、视图与事务
- 【代码源】每日一题 农田划分
- 换电脑后如何配置SSH
- 【代码源】每日一题 国家铁路
- Analysis of five data structure principles of redis
猜你喜欢
随机推荐
Machine learning -- detailed introduction of standardscaler (), transform (), fit () in sklearn package
用kotlin怎么写Android切换界面
Data preprocessing
机器学习 —— Sklearn包中StandardScaler()、transform()、fit()的详细介绍
Click to hide the column in wechat applet, and then click to show it
¥1-1 SWUST oj 941: 有序顺序表的合并操作的实现
数据查询语言(DQL)
【代码源】每日一题 三段式
PHP网站设计思路
数据预处理
[WSN communication] optimize HWSN energy-saving clustering protocol based on MATLAB biogeography [including Matlab source code, 1989]
换电脑后如何配置SSH
How to deploy the jar package to the server? Note: whether the startup command has nohup or not has a lot to do with it
[De1CTF 2019]SSRF Me
MongoDB数据库文件的读与写
@5-1 CCF 2019-12-1 报数
梦想启航(第一篇博客)
一文搞懂try、catch、finally(包含return)执行流程(全网最详细解析)
Understand why we should rewrite the equals method and hashcode method at the same time + example analysis
【代码源】每日一题 - 排队




![[De1CTF 2019]SSRF Me](/img/12/44c37cc713b49172a10579c9628c94.png)



