Quick Actions
openssl s_server
Description
SSL/TLS server program for testing.
Command
openssl s_server
Examples
Start SSL server
openssl s_server -cert server.crt -key server.key -port 8443
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
-cert |
string | No | Certificate file |
-key |
string | No | Private key file |
-port |
string | No | Port to listen on |
Command Info
Category:
Ssl/tls Testing
Type:
Openssl
Views:
12
Status:
Active
Tags
ssl
tls
server
testing