docusign php soap error could not connect to host in APIService.php usiing https - soap

I am using docusign soap api using php. when I am using url https://demo.docusign.net/api/3.0/api.asmx it is working fine, Now I live API key and using https://docusign.net/api/3.0/api.asmx, it is not working, got error - could not connect to host in APIService.php. but if i use http://docusign.net/api/3.0/api.asmx (not https) then it is working fine. Can you please tell me why we getting error when using https?

You need the sub-domain of the production server. The HTTP to HTTPS redirect is masking your issue
ex:
https://na2.docusign.net/api/3.0/api.asmx

Related

redirect http request to https on ION webRTC server

I am using (https://pionion.github.io/) for my streaming server. To run the server I am using its docker service. And I am getting access over 'HTTP' only. Now I want my request to 'HTTPS' (ex. https://ip-address:5551)
Is there any configuration file to do so? I need help here.

GET of JWKS_URI is failing when using angular-oauth2-oidc library

I am using angular-oauth2-oidc to connect to Keycloak server which is behind nginx.
I am using code flow for retrieving the token.
Even when using HTTP also, I see a GET request being sent for /protocol/openid-connect/certs
which is failing since the frontend APIs are having the correct hostname, but the backend APIs (jwks_uri) is having localhost.
Also, I am unable to set the KC_HOSTNAME_STRICT_BACKCHANNEL=true since the backend microservices will not be able to connect to Keycloak.
Is there a workaround for this.

Parse-Server Rest API HTTP Authentication

I can not get the Rest API to work with Basic Authentication like in the guide i.e. https://myAppID:javascript-key=myJavaScriptKey#api.parse.com/1/classes/GameScore/Ed1nuqPvcm.
I can make it work if I use curl and pass the keys via HTTP Headers, however I'm trying to use a WebHook from another service and I don't have the ability to send HTTP headers.
2 issues when trying locally:
http(s) does not work even locally.
http gives me error:unauthorized.
I'm using parse-server installed via npm globally but don't see a place to add cert.
Please help!
I was able to use http local and remote using the format http://myAppId:myMasterKey#mydomain.com:1337/parse/classes/myClass and it worked fine. If you use Postman you have to turn on Basic Auth in the header section.

jMeter test on site using cloudflare

I'm using jMeter to load test my server.
THe problem is my site is using cloudflare always use https. And I want to try it this way, so I can know exactly how my server and cloudflare can handle it.
I've tried to set the protocol to HTTPS still no luck. It keep return me
Non HTTP response message: Received fatal alert: internal_error
If I disabled the cloudflare, jMeter works like charm.
What should I do to make it work using cloudflare?
Jmeter does work with HTTPS using HTTP sampler at least:
So, it seems like the reason is not in Jmeter. Could you please share a bit more info about your test scenario? Which samplers do you use?

I am getting SSL Error, while trying to communicate with the server through my iphone app

I am getting an error "An SSL error has occurred and a secure connection to the server cannot be made".
Same code is working fine while communicating with another server, i want to make sure whether the issue is due the certificate on server.
Its because of the server that you are hitting is HTTPS server. It requires an SSL check.
please check the url of the server you are communicating with , it must be using HTTPS , try using the service with HTTP.