Website Migration Notice: SafePoint is now operated by CyberServal.Learn more →
DiscussionSLA

Change the Demo URL to use standard port 443

Published a year ago

# Github Issue

Published a year ago

profile_photo

allamiro

Updated a year ago

0

What would you like to be added or improved?

Description:

Current Situation:
The demo is currently accessible via https://demo.waf.chaitin.com:9443. However, many organizations block URLs that include non-standard port numbers like 9443 for security reasons.

Proposed Change:
Change the demo URL to https://demo.waf.chaitin.com, removing the port number to utilize the standard HTTPS port (443).

Reasoning:
Using standard ports (such as 443 for HTTPS) ensures that the demo is accessible within corporate environments that restrict access to non-standard ports. This change will enhance the accessibility of the demo for a broader range of users by adhering to common security policies implemented by companies.

Benefits:

Increased Accessibility: Users within organizations that block non-standard ports will be able to access the demo without issues.
Improved User Experience: Simplifies the URL, making it easier to remember and use.
Enhanced Security Compliance: Aligns with common security practices enforced by many companies.

Why is it needed?

Many enterprises enforce strict network security measures that limit access to only well-known ports. By adopting the standard HTTPS port, the demo will be more compatible with these security configurations, reducing barriers for potential users and stakeholders.

profile_photo

ct-jaryn

Updated 8 months ago

0

@monkeycode-ai 评估当前issue

profile_photo

MonkeyCode-AI

Updated 8 months ago

0

GitHub Issue 深度评估报告

1. 整体摘要 (Executive Summary)

这是一个关于修改演示环境URL端口的合理功能请求。用户建议将当前使用非标准端口9443的演示URL改为使用标准HTTPS端口443,以提高在企业环境中的可访问性。请求清晰合理,实现可行性高,建议作为中等优先级处理。

2. 详细评估 (Detailed Assessment)

评估维度评分 (1-5)评估说明
清晰度5问题描述非常清晰,明确说明了当前状况、建议变更、理由和预期收益
完整性4提供了充分的背景信息和业务理由,但缺少技术实现细节和影响范围分析
可复现性/可行性5这是一个明确的配置变更请求,技术实现简单,可行性很高

3. 分类与优先级 (Classification & Priority)

  • 建议标签: enhancement, documentation, accessibility
  • 严重等级: Minor (不影响核心功能,但影响用户体验)
  • 建议优先级: Medium (非紧急但重要的用户体验改进)

4. 影响与风险 (Impact & Risks)

  • 影响范围: 主要影响演示环境的配置、相关文档和营销材料中的URL引用
  • 潜在风险: 低风险变更,主要是配置层面的调整,需要注意DNS解析和SSL证书配置的同步更新

5. 行动建议 (Actionable Suggestions)

  • 对提交者的回应:
    • 感谢您提出的宝贵建议!这个改进确实能显著提升演示环境在企业网络环境中的可访问性。
    • 我们已将此建议纳入评估,将尽快安排相关团队进行技术实现。
  • 对维护团队的建议:
    • 下一步: 确认演示环境服务器配置,评估DNS和SSL证书迁移方案,更新相关文档
    • 初步解决方案构想:
      1. 配置Nginx/负载均衡器将标准443端口流量转发到内部9443端口
      2. 或者直接修改演示环境监听443端口并更新SSL证书配置
      3. 同步更新所有文档、README和营销材料中的URL引用