Open
Description
I have an HTTPS service with a certificate issued based on a domain name, but proxyscotch tells me that it cannot validate the certificate when I access it from an IP address in a development environment. Is there any option or configuration to turn off certificate validation? Just like Insomnia, I can uncheck "Validate certificates".
proxyscotch | 2024/02/26 15:10:51 Failed to write response body: Post "https://10.10.10.109:10010/robot/controlTask": tls: failed to verify certificate: x509: cannot validate certificate for 10.10.10.109 because it doesn't contain any IP SANs
Here's my compose config file
version: '3.8'
services:
proxyscotch:
image: hoppscotch/proxyscotch:latest
container_name: proxyscotch
hostname: proxyscotch-1
ports:
- '9159:9159'
restart: always
networks:
- default
networks:
default:
external: true
name: demo_default
Metadata
Metadata
Assignees
Labels
No labels