bubuntux / nordlynx

GNU General Public License v3.0
209 stars 48 forks source link

[2022-12-03T13:26:07-05:00] Finding the best server... curl: (60) SSL: no alternative certificate subject name matches target host name 'api.nordvpn.com' #113

Closed ndecamps219 closed 1 year ago

ndecamps219 commented 1 year ago
:warning: Make sure to follow the template, troubleshoot on your own first, review Open/Closed Issues, Discussions, Wiki and consider creating a discussion thread instead. :warning:

Describe the bug

VPN Unhealthy s6-rc: info: service 99-ci-service-check successfully started [2022-12-03T13:26:07-05:00] Finding the best server... curl: (60) SSL: no alternative certificate subject name matches target host name 'api.nordvpn.com'

To Reproduce using docker CLI

Full command needs to be provided (hide credentials) docker run ... bubuntux/nordlynx

To Reproduce using docker-compose

docker-compose.yml if used (hide credentials)

version: '3'
services:
  vpn:
    vpn:
    container_name: NordVPN
    image: ghcr.io/bubuntux/nordlynx
    restart: unless-stopped
    networks:
      - vpn_network
    cap_add:
      - NET_ADMIN
    sysctls:
      - net.ipv6.conf.all.disable_ipv6=1
    environment:
      - PRIVATE_KEY=$key
      - NET_LOCAL=192.168.1.0/24
      - ALLOWED_IPS=0.0.0.0/0
      - TZ=America/New_York
      - DEBUG=on
  ...

Logs

s6-rc: info: service 99-ci-service-check successfully started [2022-12-03T13:26:07-05:00] Finding the best server... curl: (60) SSL: no alternative certificate subject name matches target host name 'api.nordvpn.com' More details here: https://curl.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above. [2022-12-03T13:26:07-05:00] Unable to select a server ¯_(⊙︿⊙)_/¯

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.