Apache Proxy Redirect
Hi,
I'm currently in the process of setting up a WebSocket with NodeJS however I've hit a bit of an issue in the configuration. I'm trying to setup a proxy redirect over https for port 8443 on a subdomain with HSTS Enabled, except I have an SSL Handshake issue.
I've tried utilizing ProxyPass and now the RewriteCond which cPanel utilizes in the httpd.conf I've placed the following in /etc/apache2/conf.d/userdata/ssl/2_4/senshudo/api.senshudo.tv/default.conf
SecRuleEngine Off
RewriteEngine On
SSLEngine on
SSLProxyEngine On
SSLProxyVerify none
SSLProxyCheckPeerCN Off
SSLProxyCheckPeerName Off
SSLProxyCheckPeerExpire Off
SSLCertificateFile /var/cpanel/ssl/cpanel/mycpanel.pem
SSLCertificateKeyFile /var/cpanel/ssl/cpanel/mycpanel.pem
SSLCertificateChainFile /var/cpanel/ssl/cpanel/mycpanel.pem
RewriteCond %{HTTP_HOST} ^api.example.tv
RewriteCond %{HTTPS} on
RewriteRule ^/app/(.*) https://127.0.0.1:8443/$1 [P]
UseCanonicalName Off
SecRuleEngine On
-
I have an SSL Handshake issue.
Hello, Could you provide some more details about the specific issue or error message you are facing? Thank you.0
Please sign in to leave a comment.
Comments
1 comment