Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: proxy tunnel |
|
Author |
|
softy
Joined: 15 Jun 2018 Posts: 1 Location: netherlands
|
Posted: Fri 15 Jun '18 13:41 Post subject: proxy tunnel |
|
|
Hello eveyone,
I am trying to run a chatscript on our server apache/ubuntu the site is SSL enabled
everything works fine but one of my content is being blocked by major browsers due to mix-content error
Code: | Mixed Content: The page at '<URL>' was loaded over HTTPS, but attempted to connect to the insecure WebSocket endpoint 'ws:<URL>/websocket'. This request has been blocked; this endpoint must be available over WSS. |
The script is a javascript and I tried to change the prefix from WS to WSS but it didnt help, after a bit of research I came to know that we can use Proxy Tunnel.
Can someone tell me where to begin, and how to setup a proxy tunnel so it can convert WS to WSS ?
thank you for you time |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Mon 16 Jul '18 15:25 Post subject: |
|
|
I guess you are using a reverse proxy? or is it a forward proxy?
Please post he proxy config. if too long please use http://apaste.info/ or http://hastebin.com/ |
|
Back to top |
|
|
|
|
|
|