Click here to Skip to main content
15,885,914 members

Comments by Jean Ferre (Top 14 by date)

Jean Ferre 3-Jun-23 8:38am View    
What have you tried to do in your code so far? Could you improve your question and add some code in "What I have tried" section, please
Jean Ferre 26-May-23 14:35pm View    
I suggest you check everything is configured correctly on server and in certificate, and that the certificate is valid. If this is ok and error still remain you could try to split your pfx file into .crt and .key files, and use those in postman instead of the .pfx file.
Jean Ferre 13-May-23 9:48am View    
How do you expect it to work?

For instance what would the outcome be for these four 3x3 arrays below ?

0 1 2 !! 2 1 0 !! 0 2 1 !! 1 0 2
0 1 2 !! 1 2 0 !! 2 0 1 !! 0 2 1
0 1 2 !! 0 2 1 !! 1 2 0 !! 2 0 1
Sum:
0 3 6 !! 3 5 1 !! 3 4 2 !! 3 2 4

Type in what result you expect after 2 methods executions here:

? ? ? !! ? ? ? !! ? ? ? !! ? ? ?
? ? ? !! ? ? ? !! ? ? ? !! ? ? ?
? ? ? !! ? ? ? !! ? ? ? !! ? ? ?
Sum
? ? ? !! ? ? ? !! ? ? ? !! ? ? ?

And explain why it would be like this here:
Jean Ferre 23-Dec-22 10:54am View    
It is not clear to me where you need help
Jean Ferre 22-Dec-22 13:27pm View    
Hi. Could you post your solution and say what problem/error you face?