mkloubert / vs-deploy

Visual Studio Code extension that provides commands to deploy files of a workspace to a destination.
https://marketplace.visualstudio.com/items?itemName=mkloubert.vs-deploy
MIT License
131 stars 24 forks source link

Hostname/IP does not match certificate's altnames #175

Open biswajitpaul01 opened 3 years ago

biswajitpaul01 commented 3 years ago

I am getting below error in Output:

Your hostname: 'biswajit-h81m-s2ph'
Your network interfaces:
    - 'wlx20e4170389c7':
        [IPv4] '192.168.1.102' / '255.255.255.0' ('20:e4:17:03:89:c7')
        [IPv6] 'fe80::ecc2:5a24:7e1e:7eac' / 'ffff:ffff:ffff:ffff::' ('20:e4:17:03:89:c7')

[FAILED: Error [ERR_TLS_CERT_ALTNAME_INVALID]: Hostname/IP does not match certificate's altnames: IP: X.X.X.X is not in the cert's list: ]
Finished with errors!

Below error is from popup:

Could not deploy '/resources/views/auth/login.blade.php' to 'example.com' on save: Error [ERR_TLS_CERT_ALTNAME_INVALID]: Hostname/IP does not match certificate's altnames: IP: X.X.X.X is not in the cert's list: 

Could you guys help me please?