server {
listen 443 ssl;
server_name localhost;
ssl on;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_certificate ssl/TEST_RSA_VTN_181216180618_cert.pem;
ssl_certificate_key ssl/TEST_RSA_VTN_181216180618_privkey.pem;
location / {
proxy_pass http://host.docker.internal:8080;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-HTTPS 'True';
}
}
HTTP_Security=HTTP_SHA256_Security
HTTP_VTN_BaseURL=http://127.0.0.1:443
HTTP_VtnURL_Port=443
Issue
Solution
Change
key generation
https://portal.kyrio.com/
proxy.config
Test Harness properties