Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

php curl allow self signed certificate

curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
Comment

curl trust self signed certificate

curl -k https://yourhost/
Comment

PREVIOUS NEXT
Code Example
Shell :: append data to a file with cat command 
Shell :: find resolution of image terminal linux 
Shell :: docker logs path 
Shell :: how to use yes command in linux 
Shell :: move all subfolders to parent folder linux 
Shell :: diff linux 
Shell :: ffmpeg change audio codec from m4a to mp3 
Shell :: if clauses bash 
Shell :: git show whole file at commit 
Shell :: jq list top nodes 
Shell :: how to change the time in kali linux 
Shell :: mount is fstab 
Shell :: apt upgrade full 
Shell :: Rename Files in git command 
Shell :: folder open in command line 
Shell :: yum stands for in linux 
Shell :: docker input device is not a tty 
Shell :: chmod command 
Shell :: open rdp port windows 10 using command line 
Shell :: hugo documentation 
Shell :: removing package using snap 
Shell :: curl multiple requests 
Shell :: instaling ansible on ubuntu linux 
Shell :: bash if else if 
Shell :: shell pipe 
Shell :: uninstall sharepoint online management shell version 
Shell :: xrandr 1704x1000 
Shell :: Install Deno - Scoop (Windows) 
Shell :: list all my jobs slurm 
Shell :: Create a bash script that asks users to change permission 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =