Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy on Apache server by reverse proxy approach and https domain #60

Open
sanaderi opened this issue Jul 17, 2024 · 0 comments
Open

Comments

@sanaderi
Copy link

client:535 Mixed Content: The page at 'https://example.com/payment' was loaded over HTTPS, but attempted to connect to the insecure WebSocket endpoint 'ws://example.com/_nuxt/'. This request has been blocked; this endpoint must be available over WSS.

Apache config:

ProxyPass /ws ws://localhost:3001/_nuxt/
ProxyPassReverse /ws ws://localhost:3001/_nuxt/


ProxyPass / http://localhost:3001/
ProxyPassReverse / http://localhost:3001/

how I can change it to connect by wss

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant