Add new file check_openssl.sh
This commit is contained in:
parent
dcc7e8d1de
commit
e4ac9d16a6
1 changed files with 6 additions and 0 deletions
6
ssl/check_openssl.sh
Normal file
6
ssl/check_openssl.sh
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue