TommyLau / docker-ocserv

Docker OpenConnect VPN Server
349 stars 243 forks source link

Server certificate verify failed: signer not found #43

Closed mehrancodes closed 5 years ago

mehrancodes commented 5 years ago

Hello @TommyLau.

I pulled this image on a fresh ubuntu 16.04 server and just initialized it with the test username, but when I try to connect to the server through the openconnect on Ubuntu 16.04, it shows this log:

POST https://206.*.*.*/
Attempting to connect to server 206.*.*.*:443
SSL negotiation with 206.*.*.*
Server certificate verify failed: signer not found
SSL connection failure: The operation timed out
Failed to open HTTPS connection to 206.*.*.*

What's wrong?

hos7ein commented 5 years ago

Could you please put it your command here? Note: To keep your server security, hide your Server IP.

mehrancodes commented 5 years ago

@hos7ein Hello, thanks to response. I used this command after pulling the image

docker run --name ocserv --privileged -p 443:443 -p 443:443/udp -d tommylau/ocserv

But when I added a new openconnect connection on my system with my server ip address, it can't connect and fails.

hos7ein commented 5 years ago

Actually your command is correct and I tested it, but I think you make a wrong on openconnect client connection. Check out again your openconnect client connection.

mehrancodes commented 5 years ago

I found out that it is because of the service provider's proxy I use.

@hos7ein Thanks for your response