Hi all,
how i do for posting a file on https server ?
I try with Httpjob but not work this is the errormessage.
javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
this is my code ...
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
where: data(4) = username, data(5) = password, data(3) = server address, msg = string data
			
			how i do for posting a file on https server ?
I try with Httpjob but not work this is the errormessage.
javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
this is my code ...
			
				B4X:
			
		
		
		mHTTP.Initialize("HTTP", Me)
        mHTTP.Username = data(4)
        mHTTP.Password = data(5)
        mHTTP.PostString(data(3),msg)where: data(4) = username, data(5) = password, data(3) = server address, msg = string data
			
				Last edited: 
			
		
	
								
								
									
	
								
							
							 
				 
 
		 
 
		 
 
		 
						
					 
 
		 
			 
 
		 
 
		 
 
		 
 
		 
 
		