StreisandEffect / streisand

Streisand sets up a new server running your choice of WireGuard, OpenConnect, OpenSSH, OpenVPN, Shadowsocks, sslh, Stunnel, or a Tor bridge. It also generates custom instructions for all of these services. At the end of the run you are given an HTML file with instructions that can be shared with friends, family members, and fellow activists.
https://twitter.com/streisandvpn
Other
23.17k stars 1.99k forks source link

Ubuntu 14.04 - ocserv bugs and unreachable gateway #369

Closed oleskiewicz closed 7 years ago

oleskiewicz commented 8 years ago

Hi @jlund, thanks for your great work! During installation I ran into the following bugs with:

Note that these problems only happened on a Scaleway VPS, they went away once I tried again on DigitalOcean.

I got the documentation and a happy success message at the end, however - the gateway is completely unreachable.

ssh works normally, nginx service status is running - should I be seeing something if I point my browser to the server IP address? Is there a guide on how to connect to other services? Has anyone had a similar issue before?

jlund commented 8 years ago

Thanks for the feedback! It sounds like there are some issues with the default Scaleway VPS image.

The gateway page where the instructions are hosted is only accessible via SSL. So you'd go to https://server-ip-goes-here. I assume you found the instructions in the generated-docs folder?

oleskiewicz commented 8 years ago

I get different errors depending on the browser in use - in Safari, it is "Safari can't establish a secure connection with https://ip"; in Firefox, it simply says "Connection is Not Secure" at the information icon behind the address bar. I haven't tested different browsers, or a different network connection though.

I have made sure that I have the "Streisand Effect Department" certificate in my keychain… Perhaps I will attempt to reinstall on a fresh server and see if it works.

kkingori commented 8 years ago

I've consistently had the same issue of an unreachable gateway, the browser is unable to establish an SSL connection but a restart of the server fixes it.

oleskiewicz commented 8 years ago

A full reinstall of the latest version (on 16.04 Digital Ocean image) works flawlessly!

jlund commented 8 years ago

Awesome! That's great to hear.

kkingori commented 7 years ago

Can confirm, Streisand on 16.04 deploys with no issues.

haarts commented 7 years ago

Just to chip in, I've been trying to install on a C1 (arm architecture) from Scaleway. I had to install apt-transport-https manually to progress in the playbook. (Ubuntu 16.04)

jlund commented 7 years ago

The apt-transport-https package is now part of the common setup role and is automatically installed on providers that don't include it by default.