noahdelaweb
Explore posts from serversVendure deployment error
If I understand correctly
If you're trying to access a website that runs on HTTP externally from HTTPS and port 443.
1. Use HTTPS: Make sure you access the website using "https://" instead of "http://". This ensures a secure connection.
2. Omit Port (if using default): If the website uses the default secure port (which is 443 for HTTPS), you don't need to explicitly mention the port in the URL. Just use "https://example.com" instead of "https://example.com:443" – the port is implied.
By following these steps, you're ensuring a secure connection (HTTPS) and letting the system automatically use the default secure port (443).
Where are you getting the 443?
7 replies