This repository was archived by the owner on Oct 23, 2019. It is now read-only.
This repository was archived by the owner on Oct 23, 2019. It is now read-only.
Cannot connect on site with https #12
Closed
Description
Hi Alexandr,
I am successfully able to connect to server from non-https site (staging) but when I try to connect on live site which is on https, it just cannot connect.
I researched and found out that mod_proxy.so and mod_proxy_wstunnel.so should be used to proxy requests on apache v 2.4. I do have these modules enabled and right apache version and I have this in my apache config file:
<VirtualHost *:80>
ProxyPass /wss/ ws://x.x.x.x:8080/
</VirtualHost>
where x.x.x.x
is site's IP.
Have you been in similar situation or what is your setup in case of https to be able to connect successfully ?
FYI, I am on siteground dedicated server.
Metadata
Metadata
Assignees
Labels
No labels