-
Notifications
You must be signed in to change notification settings - Fork 6
Startup entered FATAL state, too many start retries too quickly #1
Comments
Hi @grebois to make the connect procces verbose you can add a -v to the OPENCONNECT_OPTIONS environment variable. Ex.: -e "OPENCONNECT_OPTIONS=--servercert pin-sha256:XXX -v" |
@jamgocoop didn't work, same output as before |
@grebois Can you send me the "docker run" command you're using (without the credentials obviously)? |
I have the same issue. Everything works within docker from command line. Issue:
docker run command: docker run -ti --rm --name pulsevpn \
-e "VPN_URL=https://MY_CORPORATE_DOMAIN/dana-na/auth/url_default/welcome.cgi" \
-e "VPN_USER=MY_USERNAME" \
-e "VPN_PASSWORD=MY_PASSWORD" \
-e "OPENCONNECT_OPTIONS=-v --servercert FINGERPRINT" \
--privileged=true \
jamgocoop/pulsesecure-vpn If I add openconnect -q --cookieonly $OPENCONNECT_OPTIONS --disable-ipv6 --protocol=nc --os=linux \
$VPN_URL -u $VPN_USER --passwd-on-stdin | \
openconnect $OPENCONNECT_OPTIONS -b --disable-ipv6 --protocol=nc --os=linux \
$VPN_URL --cookie-on-stdin Then everything works interactively (and I do receive SMS with 2FA), it gets connected properly. For some reason I still have enter username but then all right:
and after I get connected, everything is fine, I can access network servers:
|
Hi andrius. A few days ago I committed a fix in startup.sh. There was a hardcoded user name that I pushed by mistake. I don't know if this is the origin of the error, but can you confirm if you have the latest version of the code? I see that your issue log is from 2018-02-24 but I don't know if you had the last version. Thanks. |
Hello, that was the latest version from docker hub
…Sent from my iPhone
On 25 Feb 2018, at 13:50, Jamgo ***@***.***> wrote:
Hi andrius.
A few days ago I committed the fix in startup.sh. There was a hardcoded user name that I pushed by mistake. I don't know if this is the origin of the error, but can you confirm if you have the latest version of the code? I see that your issue log is from 2018-02-24 but I don't know if you had the last version.
Thanks.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Ok. I noticed that the docker image build had failed when I committed the fix ten days ago. I forced a build five hours ago and now the image was built correctly. Can you do a |
The same error. I've made my repository and get everything working but I have to enter username, password and OTP password interactively https://github.com/andrius/openconnect-docker |
Hi @jamgocoop I'm getting the following output when trying to connect;
The connection values look ok, any way to make the output verbose?
The text was updated successfully, but these errors were encountered: