This function will enable or disable the SSL peer verification. This will determine whether RMNet verifies the authenticity
               of the peer's certificate, i.e. that you can trust that the server is who the certificate says it is. This trust is based
               on a chain of digital signatures, rooted in certification authorities located in your certificate authorities bundle.
               	 
            
 
            	 
            
               Usage
               		
               		CALL "NetSSLVerifyPeerâ USING
         SSL-verifypeer-flag 
         GIVING 
         status-code. 
               	   
            	 
            
               Parameters
               		
               		
               
                  
                     			 
                     
                        				
                        
                           				  
                           | SSL-verifypeer-flag | A numeric item. If this item is set to 
                              					 1 RMnet will verify the authenticity of the peer's certificate (default), if set to 
                              					 0, peer certificate authenticity will not be verified. | 
                        				
                        
                           				  
                           | status-code | A numeric item that, if nonzero, indicates the request encountered an error. In this case, the string representation of the
                              error may be obtained by calling 
                              					 NetGetError. |