Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

curl ssl verify false

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

curl ssl verify false cli

# Add -k or --insecure argument
curl -k https://bahriddin.uz
Comment

PREVIOUS NEXT
Code Example
Shell :: reboot pi from command line 
Shell :: git checkout tag 
Shell :: linux process holding deleted file 
Shell :: set zsh as default shell 
Shell :: docker compose stop 
Shell :: pip install pygame 
Shell :: how to add .env to gitignore 
Shell :: list file in tar archive 
Shell :: bash shortcuts 
Shell :: ssh keygen linux 
Shell :: how to kill intellij process in linux 
Shell :: how to open current terminal directory in file explorer 
Shell :: wsl2 release memory 
Shell :: find all files with 777 permissions 
Shell :: get repository url git cil 
Shell :: install flask auto reload 
Shell :: cmd find file dir 
Shell :: httpd https 
Shell :: how to install kind in ubuntu 
Shell :: git see current commit message 
Shell :: virtualbox ubuntu mouse scroll not working 
Shell :: .gitignore not working 
Shell :: vscode tab not working 
Shell :: linux how to display current time with timezone 
Shell :: chromium on linux 
Shell :: mac terminal unzip to directory 
Shell :: copy from remote to local 
Shell :: rename all files in a folder with progressive numbers linux 
Shell :: leap year program in shell 
Shell :: git remove deleted remote branches 
ADD CONTENT
Topic
Content
Source link
Name
8+1 =