logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: proxy tunnel
Author
softy



Joined: 15 Jun 2018
Posts: 1
Location: netherlands

PostPosted: Fri 15 Jun '18 13:41    Post subject: proxy tunnel Reply with quote

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: 7288
Location: Germany, Next to Hamburg

PostPosted: Mon 16 Jul '18 15:25    Post subject: Reply with quote

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


Reply to topic   Topic: proxy tunnel View previous topic :: View next topic
Post new topic   Forum Index -> Apache