cancel
Showing results for 
Search instead for 
Did you mean: 

How to setup a secure SQL Anywhere 17 web service on a cloud server

fvestjens
Participant
1,831

I have a SQL Anywhere 17 server running a database with TLS security and HTTPS web service as setup below:

-x tcpip(port=2640) -ti 0 -c 1G -ch 2G -xs https(FIPS=N;PORT=8100;identity=Server.pem;identity_password=pwd) -ec tls(identity=Server.pem;identity_password=pwd) "D:\\Database.db"

What needs to be setup on the MS Azure environment to be able to call a web service created in the database? What ports need to be opened in the firewall and what else needs to be done?

When accessing the service how secure is it? Is there another/better way to secure the web service?

TIA

Frank

Accepted Solutions (0)

Answers (0)