Add new file check_openssl.sh

This commit is contained in:
Peter Baumann 2021-08-16 15:01:46 +00:00
parent dcc7e8d1de
commit e4ac9d16a6

6
ssl/check_openssl.sh Normal file
View file

@ -0,0 +1,6 @@
#!/bin/bash
#
# 20210816 petbau@linuxnet.ch / check proxy access for https
#
openssl s_client -proxy [proxy-ip-address]:9090 -connect fcm.googleapis.com -showcerts -CAfile /usr/local/share/ca
-certificates/PROXYSUBCA.crt