SSL works locally but shows “Not Secure” and redirects to router login when accessed from another network #4707
              
                Unanswered
              
          
                  
                    
                      NaveenMaheshwari80
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 1 comment
-
| Your router might not be port forwarding correctly. Basically, your router reserves port 80 for remote login and so any requests to your domain aren't being forwarded to NPM. You likely have to turn off remote management in your router. | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
I run this in my local environment and made the port public using router port forwarding. I bound a domain to my router’s public IP and mapped it to my local port with npm, then applied Let’s Encrypt SSL. It works fine locally, but from other networks it’s not secure and redirects to my router login page.
Beta Was this translation helpful? Give feedback.
All reactions