Italian [Risolto] Errore query su https e non su http

ivanomonti

Expert
Licensed User
Longtime User
ho un errore che mi viene generato quando faccio una query di tipo update da quanto il sito è stato trasformato da http in https


B4X:
    Dim query As String ' aggiorna la lista delle domande risposte
    Dim query As String = "UPDATE `tb01` SET `ms_gpt_01_05` = '" & ls.Get(2).As(String).Trim.Replace("'","\'") & "', `ms_gpt_01_07` = 'true', tockenQ='" & q & "', tockenA='" & a & "', tockenQA='" & qa & "' WHERE `ms_gpt_01_01` = '" & ls.Get(0) & "';"
    ExecuteRemoteQuery(query,"UpdateRecord")


Query:
UPDATE `tb01` SET `ms_gpt_01_05` = 'L\'ossigeno brucia quando entra in contatto con una fonte di calore, come una fiamma o una scintilla. Quando l\'ossigeno viene riscaldato, le sue molecole si dividono in due atomi di ossigeno più piccoli. Questi atomi più piccoli sono più reattivi e si combinano', `ms_gpt_01_07` = 'true', tockenQ=' 11', tockenA='100', tockenQA=' 111' WHERE `ms_gpt_01_01` = '271';

Sub:
Sub ExecuteRemoteQuery(Query As String, JobName As String)
    Dim Job As HttpJob
    Job.Initialize(JobName, Me)
    Job.PostString("https://miasmart.it/apiwebmiasmart/query.php", Query)
End Sub

ERROR:
javax.net.ssl.SSLPeerUnverifiedException: Hostname miasmart.it not verified (no certificates)

Dove sbaglio o meglio ancora cosa manca, visto che la select funziona da dio?
 

TILogistic

Expert
Licensed User
Longtime User
?
(Ctrl + B):
HU2_ACCEPTALL
 

ivanomonti

Expert
Licensed User
Longtime User
Usato la versione 14 mentre usavo la 11 mi dava il problema
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…