Hello,
we are using OLS as reverse proxy and it pulls the content from our backend server without any issues.
However: The backend server has an SSL certificate from an intranet CA installed, which cannot be known to OLS and therefore it should have no chance to verify it.
Conclusion: OLS very likely doesn't verify the backend server's certificate at all by default.
Is that true? If yes: How can this behaviour be changed?
In other words: What is the OLS equivalent of NGINX's "proxy_ssl_verify", "proxy_ssl_protocols", "proxy_ssl_ciphers" and "proxy_ssl_trusted_certificate"?
(http://nginx.org/en/docs/http/ngx_http_proxy_module.html)
Thank you in advance.
we are using OLS as reverse proxy and it pulls the content from our backend server without any issues.
However: The backend server has an SSL certificate from an intranet CA installed, which cannot be known to OLS and therefore it should have no chance to verify it.
Conclusion: OLS very likely doesn't verify the backend server's certificate at all by default.
Is that true? If yes: How can this behaviour be changed?
In other words: What is the OLS equivalent of NGINX's "proxy_ssl_verify", "proxy_ssl_protocols", "proxy_ssl_ciphers" and "proxy_ssl_trusted_certificate"?
(http://nginx.org/en/docs/http/ngx_http_proxy_module.html)
Thank you in advance.