[GH-ISSUE #1093] [BUG] Invalid Certificate when using HTTPS by Reverse Proxy #1088

Open
opened 2026-03-03 19:48:17 +03:00 by kerem · 1 comment
Owner

Originally created by @NghiaTranUIT on GitHub (Dec 19, 2021).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1093

Originally assigned to: @NghiaTranUIT on GitHub.

Description

By using the Reverse Proxy tool, it's possible to set up an HTTPS localhost server.

  1. Open /etc/hosts
  2. Add the following content:
127.0.0.1 proxyman.local
::1 proxyman.local
  1. Set up a Reverse Proxy Rule like the screenshot.
    Screen Shot 2021-12-19 at 10 58 06

  2. Open Google Chrome and visit https://proxyman.local.

  3. Get the Certificate warning due to the absence of Certificate's SAN

https://proxyman.local traffic will be forwarded to localhost:3000.

Acceptance Criteria

  • No Certificate isue
Originally created by @NghiaTranUIT on GitHub (Dec 19, 2021). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1093 Originally assigned to: @NghiaTranUIT on GitHub. ### Description By using the Reverse Proxy tool, it's possible to set up an HTTPS localhost server. 1. Open `/etc/hosts` 2. Add the following content: ``` 127.0.0.1 proxyman.local ::1 proxyman.local ``` 3. Set up a Reverse Proxy Rule like the screenshot. <img width="1032" alt="Screen Shot 2021-12-19 at 10 58 06" src="https://user-images.githubusercontent.com/5878421/146663370-ed25ddc1-8795-428b-853c-96c532a49a55.png"> 4. Open Google Chrome and visit `https://proxyman.local`. 5. Get the Certificate warning due to the absence of Certificate's SAN https://proxyman.local traffic will be forwarded to localhost:3000. ### Acceptance Criteria - No Certificate isue
Author
Owner

@NghiaTranUIT commented on GitHub (Dec 19, 2021):

Fixed with this Beta build: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_2.35.3_Fix_certificate.dmg

<!-- gh-comment-id:997344673 --> @NghiaTranUIT commented on GitHub (Dec 19, 2021): Fixed with this Beta build: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_2.35.3_Fix_certificate.dmg
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Proxyman#1088
No description provided.