cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2340
Views
0
Helpful
1
Replies

StrLoader - POST to server with self-signed ssl cert

Levi Iiams
Level 1
Level 1

Hi!  A few questions in this post

 

I've added my webserver to the cors proxy as discussed here: http://wiki.dglogik.com/dgsb_wiki:dataflow:dataflow_blocks_reference:data_services:string_loader

 

This server is using a self-signed SSL cert.

When I invoke - I only see error in the output, regardless of the request type.

Is there somewhere I can see logs for like a specific block?  (I've checked on the host in the dglux_server folder)

If I had to add a ca cert to be trusted, is there a keystore somewhere that this can be done?

 

And in the data section of the block, if I want to post some JSON do I just format it like json, and make sure I have Content-Type=application/json in the header?  

1 Reply 1

daeckste
Cisco Employee
Cisco Employee

Hi,

 

I tried to reproduce the issue:

- installed a local apache2

- configured the server to use a self-signed certificate

- created a strLoader to send POST request to this webserver

- used modsecurity to dump the payload of the POST request

 

As you can see on my screenshot, the POST request to my SSL enabled webserver is processed as expected. 

 

Did I get your problem right? What exact error message do you get? What is the exact reason, because you used the CORS proxy?