Hello
I try to upload our static webpage with hugo-deploy. On my local machine it works like a charm but in the bitbucket pipeline I get an TLS Auth error. Do I miss something?
INFO 2019/04/01 15:21:11 Got FTP settings: mysite.com 21 myuser /
Creating FTP connection...
INFO
2019/04/01 15:21:11 Connecting to ftp in debug mode
2019/04/01 15:21:11 <2019/04/01 15:21:11
2019/04/01 15:21:11 > AUTH TLS
ERROR
2019/04/01 15:21:11 Failed TLS Activation: EOF2019/04/01 15:21:11 <
panic: EOF
The image I am using is bertolami/hugodeploy
Hi Roman,
Have you tried running it locally within docker, as described here?
https://confluence.atlassian.com/bitbucket/debug-your-pipelines-locally-with-docker-838273569.html
Cheers,
Steven
Yes. With exactly the same image the TLS Auth works locally, but not on bitbucket.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is it possible that the server is blocking connections based on IP address? If so, you may need to add the Bitbucket IP addresses to a whitelist on the server: https://confluence.atlassian.com/bitbucket/what-are-the-bitbucket-cloud-ip-addresses-i-should-use-to-configure-my-corporate-firewall-343343385.html
If not, please raise a support ticket so that we can investigate further.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.