cstsw

Results 10 comments of cstsw

I'm totally fine with using go's default safe list of ciphers. (The reason I hardcoded the cipher lists currently considered safe in my patch was that I did not want...

Thanks for your additions, Suyash! Regarding build problems: when trying to build the current master-revision of ssl-proxy on Linux and/or Windows, via the docker-compose.build.yml, I run into the following issue:...

I would suggest switching the golang base image from Alpine to Debian in order to resolve #38

My suggestion for a reasonably secure TLS configuration in order to address #42

After a git checkout from your repo I just call (via Jenkins once per week): ssl-cert-check -f (file containing server:port entries linewise) The file hasn't changed for the last few...

The attachment contains the publicly accessible servers from the file I am using. [serverlist-42.txt](https://github.com/Matty9191/ssl-cert-check/files/4096421/serverlist-42.txt) Even this reduced version of my serverlist shows the problem described above, i.e. when I call...

The connection to TCP Port 443 on the hosts www.munzinger.de and beta.munzinger.de works. ``nc -v beta.munzinger.de 443`` results in ``` Connection to beta.munzinger.de 443 port [tcp/https] succeeded! ```

Thanks for your tests and your patience, Matty! As the issue seems to depend on my environment I'll try to find out for myself why the script tries to connect...

I just found the reason for the problem mentioned above and as expected it is related to my environment: the variable HOST is set in my environment variables during the...

I'd like to suggest to close this issue. As Jeremy explained the warnings produced by Gradle 6 can be ignored. And I can confirm that the ODC Gradle Plugin runs...