Link to home
Start Free TrialLog in
Avatar of Anthony Lucia
Anthony Lucia

asked on

curl and https

I once set up an ActiveMQ client server, with SSL  which shared certificates

When testing web services I use curl over http, no SSL

So I am not quite sure of the context of which curl is using https

Below is an example

curl -H "Content-Type: application/json" -d @input3.txt http://localhost:????/mule/getBalance

So I have 2 questions

1>  Which port does https go through, probably not 8081

2>  How is it actually SSL, there are no trust stores, etc

Thanks for clearing up my confusion
ASKER CERTIFIED SOLUTION
Avatar of Gary
Gary
Flag of Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial