mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 05:45:26 +01:00 
			
		
		
		
	- switched on clientauth functionality (missed b4)
This commit is contained in:
		| @@ -4531,12 +4531,6 @@ determine_optimal_proto() { | |||||||
|           [[ $? -ne 0 ]] && exit -2 |           [[ $? -ne 0 ]] && exit -2 | ||||||
|      fi |      fi | ||||||
|  |  | ||||||
|      if $CLIENT_AUTH; then |  | ||||||
|           outln |  | ||||||
|           tmpfile_handle $FUNCNAME.txt |  | ||||||
|           fatal "$NODEIP:$PORT seems to require a certificate. It's not yet supported" -3 |  | ||||||
|      fi |  | ||||||
|  |  | ||||||
|      tmpfile_handle $FUNCNAME.txt |      tmpfile_handle $FUNCNAME.txt | ||||||
|      return 0 |      return 0 | ||||||
| } | } | ||||||
| @@ -5205,4 +5199,4 @@ fi | |||||||
| exit $? | exit $? | ||||||
|  |  | ||||||
|  |  | ||||||
| #  $Id: testssl.sh,v 1.404 2015/10/11 21:04:14 dirkw Exp $ | #  $Id: testssl.sh,v 1.405 2015/10/11 21:23:34 dirkw Exp $ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Dirk
					Dirk